@carbon/ibm-products 2.70.0 → 2.71.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.
Files changed (177) hide show
  1. package/css/carbon.css +317 -216
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +546 -270
  4. package/css/index-full-carbon.css.map +1 -1
  5. package/css/index-full-carbon.min.css +1 -1
  6. package/css/index-full-carbon.min.css.map +1 -1
  7. package/css/index-without-carbon-released-only.css +387 -43
  8. package/css/index-without-carbon-released-only.css.map +1 -1
  9. package/css/index-without-carbon-released-only.min.css +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +229 -54
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css +1 -1
  14. package/css/index-without-carbon.min.css.map +1 -1
  15. package/css/index.css +242 -56
  16. package/css/index.css.map +1 -1
  17. package/css/index.min.css +1 -1
  18. package/css/index.min.css.map +1 -1
  19. package/es/_virtual/_commonjsHelpers.js +1 -3
  20. package/es/_virtual/index2.js +2 -6
  21. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +61 -19
  22. package/es/components/APIKeyModal/APIKeyDownloader.js +3 -3
  23. package/es/components/APIKeyModal/APIKeyModal.js +1 -1
  24. package/es/components/ActionSet/ActionSet.d.ts +4 -0
  25. package/es/components/ActionSet/ActionSet.js +46 -44
  26. package/es/components/AddSelect/AddSelectBody.js +1 -1
  27. package/es/components/Card/Card.d.ts +1 -0
  28. package/es/components/Coachmark/CoachmarkOverlay.js +5 -5
  29. package/es/components/Coachmark/CoachmarkTagline.js +2 -2
  30. package/es/components/Coachmark/utils/context.d.ts +28 -2
  31. package/es/components/Coachmark/utils/context.js +1 -1
  32. package/es/components/CoachmarkStack/CoachmarkStack.js +11 -8
  33. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -12
  34. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
  35. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +5 -3
  36. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
  37. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -2
  38. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
  39. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -2
  40. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +9 -1
  41. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +24 -5
  42. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -1
  43. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -4
  44. package/es/components/ConditionBuilder/utils/util.d.ts +1 -1
  45. package/es/components/ConditionBuilder/utils/util.js +11 -4
  46. package/es/components/CreateModal/CreateModal.d.ts +4 -7
  47. package/es/components/CreateModal/CreateModal.js +4 -19
  48. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +6 -0
  49. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -3
  50. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +43 -18
  51. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  52. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +1 -1
  53. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  54. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +7 -1
  55. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +11 -3
  56. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +15 -19
  57. package/es/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  58. package/es/components/EditTearsheet/EditTearsheetForm.js +16 -4
  59. package/es/components/EmptyStates/EmptyState.js +0 -1
  60. package/es/components/FilterSummary/FilterSummary.d.ts +1 -0
  61. package/es/components/FilterSummary/FilterSummary.js +2 -1
  62. package/es/components/Guidebanner/Guidebanner.js +4 -20
  63. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +4 -3
  64. package/es/components/InterstitialScreen/InterstitialScreen.js +21 -21
  65. package/es/components/InterstitialScreen/InterstitialScreenBody.d.ts +9 -3
  66. package/es/components/InterstitialScreen/InterstitialScreenBody.js +16 -11
  67. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +15 -13
  68. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +13 -8
  69. package/es/components/InterstitialScreen/index.d.ts +4 -1
  70. package/es/components/Nav/NavItemLink.js +1 -4
  71. package/es/components/NotificationsPanel/NotificationsPanel.js +11 -21
  72. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  73. package/es/components/PageHeader/next/PageHeader.d.ts +277 -0
  74. package/es/components/PageHeader/next/PageHeader.js +475 -0
  75. package/es/components/PageHeader/next/index.d.ts +8 -0
  76. package/es/components/ScrollGradient/ScrollGradient.js +4 -4
  77. package/es/components/SidePanel/SidePanel.js +25 -20
  78. package/es/components/StringFormatter/StringFormatter.js +3 -0
  79. package/es/components/Tearsheet/Tearsheet.js +4 -7
  80. package/es/components/Tearsheet/TearsheetNarrow.js +1 -4
  81. package/es/components/Tearsheet/TearsheetShell.js +1 -1
  82. package/es/components/UserAvatar/UserAvatar.js +5 -7
  83. package/es/components/UserProfileImage/UserProfileImage.d.ts +1 -0
  84. package/es/components/UserProfileImage/UserProfileImage.js +12 -6
  85. package/es/components/index.d.ts +1 -0
  86. package/es/global/js/package-settings.js +1 -1
  87. package/es/index.js +3 -0
  88. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  89. package/es/node_modules/prop-types/index.js +1 -1
  90. package/lib/_virtual/_commonjsHelpers.js +0 -3
  91. package/lib/_virtual/index2.js +2 -8
  92. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +61 -19
  93. package/lib/components/APIKeyModal/APIKeyDownloader.js +3 -3
  94. package/lib/components/APIKeyModal/APIKeyModal.js +1 -1
  95. package/lib/components/ActionSet/ActionSet.d.ts +4 -0
  96. package/lib/components/ActionSet/ActionSet.js +46 -43
  97. package/lib/components/AddSelect/AddSelectBody.js +1 -1
  98. package/lib/components/Card/Card.d.ts +1 -0
  99. package/lib/components/Coachmark/CoachmarkOverlay.js +5 -5
  100. package/lib/components/Coachmark/CoachmarkTagline.js +2 -2
  101. package/lib/components/Coachmark/utils/context.d.ts +28 -2
  102. package/lib/components/Coachmark/utils/context.js +1 -1
  103. package/lib/components/CoachmarkStack/CoachmarkStack.js +11 -8
  104. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -12
  105. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
  106. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +5 -3
  107. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
  108. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -2
  109. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
  110. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -2
  111. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +9 -1
  112. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +24 -5
  113. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -1
  114. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -4
  115. package/lib/components/ConditionBuilder/utils/util.d.ts +1 -1
  116. package/lib/components/ConditionBuilder/utils/util.js +11 -4
  117. package/lib/components/CreateModal/CreateModal.d.ts +4 -7
  118. package/lib/components/CreateModal/CreateModal.js +4 -19
  119. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +6 -0
  120. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -3
  121. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +43 -18
  122. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  123. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +1 -1
  124. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  125. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +7 -1
  126. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +11 -3
  127. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +15 -19
  128. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  129. package/lib/components/EditTearsheet/EditTearsheetForm.js +16 -4
  130. package/lib/components/EmptyStates/EmptyState.js +0 -1
  131. package/lib/components/FilterSummary/FilterSummary.d.ts +1 -0
  132. package/lib/components/FilterSummary/FilterSummary.js +2 -1
  133. package/lib/components/Guidebanner/Guidebanner.js +4 -20
  134. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +4 -3
  135. package/lib/components/InterstitialScreen/InterstitialScreen.js +21 -20
  136. package/lib/components/InterstitialScreen/InterstitialScreenBody.d.ts +9 -3
  137. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +19 -14
  138. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +20 -18
  139. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +15 -10
  140. package/lib/components/InterstitialScreen/index.d.ts +4 -1
  141. package/lib/components/Nav/NavItemLink.js +1 -4
  142. package/lib/components/NotificationsPanel/NotificationsPanel.js +11 -21
  143. package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
  144. package/lib/components/PageHeader/next/PageHeader.d.ts +277 -0
  145. package/lib/components/PageHeader/next/PageHeader.js +490 -0
  146. package/lib/components/PageHeader/next/index.d.ts +8 -0
  147. package/lib/components/ScrollGradient/ScrollGradient.js +4 -4
  148. package/lib/components/SidePanel/SidePanel.js +26 -21
  149. package/lib/components/StringFormatter/StringFormatter.js +3 -0
  150. package/lib/components/Tearsheet/Tearsheet.js +4 -7
  151. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -4
  152. package/lib/components/Tearsheet/TearsheetShell.js +1 -1
  153. package/lib/components/UserAvatar/UserAvatar.js +5 -7
  154. package/lib/components/UserProfileImage/UserProfileImage.d.ts +1 -0
  155. package/lib/components/UserProfileImage/UserProfileImage.js +12 -6
  156. package/lib/components/index.d.ts +1 -0
  157. package/lib/global/js/package-settings.js +1 -1
  158. package/lib/index.js +5 -2
  159. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  160. package/lib/node_modules/prop-types/index.js +1 -1
  161. package/package.json +22 -30
  162. package/scss/components/CoachmarkStack/_coachmark-stack.scss +12 -1
  163. package/scss/components/InterstitialScreen/_interstitial-screen.scss +7 -11
  164. package/scss/components/PageHeader/_page-header.scss +198 -0
  165. package/scss/components/SidePanel/_side-panel.scss +2 -52
  166. package/scss/components/_index-released-only.scss +1 -0
  167. package/telemetry.yml +12 -13
  168. package/es/_virtual/index3.js +0 -10
  169. package/es/components/SidePanel/resizer/Resizer.d.ts +0 -21
  170. package/es/components/SidePanel/resizer/Resizer.js +0 -271
  171. package/es/node_modules/lodash.debounce/index.js +0 -367
  172. package/lib/_virtual/index3.js +0 -12
  173. package/lib/components/SidePanel/resizer/Resizer.d.ts +0 -21
  174. package/lib/components/SidePanel/resizer/Resizer.js +0 -277
  175. package/lib/node_modules/lodash.debounce/index.js +0 -369
  176. /package/es/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +0 -0
  177. /package/lib/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +0 -0
@@ -2622,7 +2622,7 @@ p.c4p--about-modal__copyright-text:first-child {
2622
2622
  .c4p--coachmark-stack-element--is-mounted {
2623
2623
  inset-block-end: 0;
2624
2624
  /* stylelint-disable-next-line carbon/motion-easing-use, carbon/motion-duration-use */
2625
- transition: 240ms cubic-bezier(0.2, 0, 1, 0.9);
2625
+ transition: 110ms cubic-bezier(0.2, 0, 1, 0.9);
2626
2626
  }
2627
2627
  @media (prefers-reduced-motion) {
2628
2628
  .c4p--coachmark-stack-element--is-mounted {
@@ -2684,6 +2684,16 @@ p.c4p--about-modal__copyright-text:first-child {
2684
2684
  white-space: nowrap;
2685
2685
  }
2686
2686
 
2687
+ .c4p--coachmark-stack--scaled-home {
2688
+ opacity: 0.8;
2689
+ transform: scale(0.9);
2690
+ }
2691
+
2692
+ .c4p--coachmark-stack--unscaled-home {
2693
+ opacity: 1;
2694
+ transform: none;
2695
+ }
2696
+
2687
2697
  .c4p--combo-button {
2688
2698
  position: relative;
2689
2699
  display: inline-flex;
@@ -3083,6 +3093,61 @@ p.c4p--about-modal__copyright-text:first-child {
3083
3093
  margin-block-end: 0;
3084
3094
  }
3085
3095
 
3096
+ /**
3097
+ * Copyright IBM Corp. 2025
3098
+ *
3099
+ * This source code is licensed under the Apache-2.0 license found in the
3100
+ * LICENSE file in the root directory of this source tree.
3101
+ */
3102
+ .clabs__resizer {
3103
+ position: relative;
3104
+ flex: none;
3105
+ background-color: var(--cds-border-subtle);
3106
+ }
3107
+ @media (prefers-reduced-motion: no-preference) {
3108
+ .clabs__resizer:hover {
3109
+ background-color: var(--cds-border-interactive, #0f62fe);
3110
+ transition: background-color 150ms;
3111
+ }
3112
+ }
3113
+ .clabs__resizer:focus {
3114
+ background-color: var(--cds-border-interactive, #0f62fe);
3115
+ outline: none;
3116
+ }
3117
+ .clabs__resizer:active {
3118
+ background-color: var(--cds-border-interactive, #0f62fe);
3119
+ }
3120
+ .clabs__resizer:focus:not(:focus-visible) {
3121
+ box-shadow: none;
3122
+ outline: none;
3123
+ }
3124
+ .clabs__resizer--horizontal {
3125
+ block-size: 0.25rem;
3126
+ cursor: ns-resize;
3127
+ }
3128
+ .clabs__resizer--vertical {
3129
+ cursor: ew-resize;
3130
+ inline-size: 0.25rem;
3131
+ }
3132
+
3133
+ .sr-only {
3134
+ position: absolute;
3135
+ overflow: hidden;
3136
+ padding: 0;
3137
+ border: 0;
3138
+ margin: -1px;
3139
+ block-size: 1px;
3140
+ clip: rect(0, 0, 0, 0);
3141
+ inline-size: 1px;
3142
+ white-space: nowrap;
3143
+ }
3144
+
3145
+ @media (prefers-reduced-motion: no-preference) {
3146
+ .smooth-resize {
3147
+ transition: all 150ms linear;
3148
+ }
3149
+ }
3150
+
3086
3151
  @keyframes side-panel-entrance-reduced {
3087
3152
  0% {
3088
3153
  opacity: 0;
@@ -3649,49 +3714,6 @@ p.c4p--about-modal__copyright-text:first-child {
3649
3714
  background-color: var(--cds-ai-overlay, rgba(0, 17, 65, 0.5));
3650
3715
  }
3651
3716
 
3652
- .clabs__resizer {
3653
- position: relative;
3654
- flex: none;
3655
- background-color: var(--cds-border-subtle-01, #c6c6c6);
3656
- }
3657
- @media (prefers-reduced-motion: no-preference) {
3658
- .clabs__resizer:hover {
3659
- background-color: var(--cds-border-interactive, #0f62fe);
3660
- transition: background-color 150ms;
3661
- }
3662
- }
3663
- .clabs__resizer:focus {
3664
- background-color: var(--cds-border-interactive, #0f62fe);
3665
- outline: none;
3666
- }
3667
- .clabs__resizer:active {
3668
- background-color: var(--cds-border-interactive, #0f62fe);
3669
- }
3670
- .clabs__resizer:focus:not(:focus-visible) {
3671
- box-shadow: none;
3672
- outline: none;
3673
- }
3674
- .clabs__resizer--horizontal {
3675
- block-size: 0.25rem;
3676
- cursor: ns-resize;
3677
- }
3678
- .clabs__resizer--vertical {
3679
- cursor: ew-resize;
3680
- inline-size: 0.25rem;
3681
- }
3682
-
3683
- .sr-only {
3684
- position: absolute;
3685
- overflow: hidden;
3686
- padding: 0;
3687
- border: 0;
3688
- margin: -1px;
3689
- block-size: 1px;
3690
- clip: rect(0, 0, 0, 0);
3691
- inline-size: 1px;
3692
- white-space: nowrap;
3693
- }
3694
-
3695
3717
  .c4p--create-side-panel.c4p--side-panel .c4p--create-side-panel__content-text {
3696
3718
  padding-inline-end: calc(20% - 1rem);
3697
3719
  }
@@ -7730,6 +7752,163 @@ button.c4p--add-select__global-filter-toggle--open {
7730
7752
  min-inline-size: 0;
7731
7753
  }
7732
7754
 
7755
+ .c4p--page-header__next.c4p--page-header {
7756
+ background-color: var(--cds-layer-01, #f4f4f4);
7757
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
7758
+ }
7759
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar {
7760
+ block-size: 2.5rem;
7761
+ }
7762
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar .cds--subgrid {
7763
+ block-size: 100%;
7764
+ }
7765
+ .c4p--page-header__next .c4p--page-header__breadcrumb-container {
7766
+ display: inline-flex;
7767
+ align-items: center;
7768
+ justify-content: space-between;
7769
+ block-size: 100%;
7770
+ inline-size: 100%;
7771
+ }
7772
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions-flush .cds--css-grid {
7773
+ padding-inline-end: 0;
7774
+ }
7775
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions-flush .cds--css-grid-column {
7776
+ margin-inline-end: 0;
7777
+ }
7778
+ .c4p--page-header__next .c4p--page-header__breadcrumb-bar-border {
7779
+ border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
7780
+ }
7781
+ .c4p--page-header__next .c4p--page-header__breadcrumb__icon {
7782
+ margin-inline-end: 0.5rem;
7783
+ }
7784
+ .c4p--page-header__next .c4p--page-header__breadcrumb__actions {
7785
+ display: inline-flex;
7786
+ }
7787
+ .c4p--page-header__next .c4p--page-header__breadcrumb__content-actions {
7788
+ margin-inline-end: 0.75rem;
7789
+ }
7790
+ .c4p--page-header__next .c4p--page-header__breadcrumb-wrapper {
7791
+ display: inline-flex;
7792
+ }
7793
+ .c4p--page-header__next .c4p--page-header__content {
7794
+ padding: 1.5rem 0;
7795
+ }
7796
+ .c4p--page-header__next .c4p--page-header__content__title-wrapper {
7797
+ display: grid;
7798
+ gap: 1rem;
7799
+ grid-template-columns: auto minmax(var(--page-header-title-grid-width, 0), 1fr);
7800
+ margin-block-end: 1rem;
7801
+ min-block-size: 2.5rem;
7802
+ }
7803
+ @media (max-width: 41.98rem) {
7804
+ .c4p--page-header__next .c4p--page-header__content__title-wrapper {
7805
+ display: flex;
7806
+ flex-direction: column;
7807
+ grid-gap: 1rem;
7808
+ }
7809
+ }
7810
+ .c4p--page-header__next .c4p--page-header__content__start {
7811
+ display: flex;
7812
+ flex-wrap: wrap;
7813
+ gap: 1rem;
7814
+ }
7815
+ .c4p--page-header__next .c4p--page-header__content__title-container {
7816
+ display: flex;
7817
+ }
7818
+ .c4p--page-header__next .c4p--page-header__content__title-container .cds--definition-term {
7819
+ border-block-end: none;
7820
+ }
7821
+ .c4p--page-header__next .c4p--page-header__content__contextual-actions {
7822
+ display: flex;
7823
+ }
7824
+ .c4p--page-header__next .c4p--page-header__content__title {
7825
+ font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
7826
+ font-weight: var(--cds-productive-heading-04-font-weight, 400);
7827
+ line-height: var(--cds-productive-heading-04-line-height, 1.28572);
7828
+ letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
7829
+ display: -webkit-box;
7830
+ overflow: hidden;
7831
+ -webkit-box-orient: vertical;
7832
+ -webkit-line-clamp: 2;
7833
+ max-inline-size: 40rem;
7834
+ text-overflow: ellipsis;
7835
+ white-space: normal;
7836
+ }
7837
+ .c4p--page-header__next .c4p--page-header__content:has(.c4p--page-header__content__contextual-actions) .c4p--page-header__content__title {
7838
+ -webkit-line-clamp: 1;
7839
+ }
7840
+ .c4p--page-header__next .c4p--page-header__content__icon {
7841
+ margin-inline-end: 1rem;
7842
+ }
7843
+ .c4p--page-header__next .c4p--page-header__content__page-actions {
7844
+ display: flex;
7845
+ justify-content: right;
7846
+ }
7847
+ @media (max-width: 41.98rem) {
7848
+ .c4p--page-header__next .c4p--page-header__content__page-actions {
7849
+ justify-content: left;
7850
+ margin-block-start: 0;
7851
+ }
7852
+ }
7853
+ .c4p--page-header__next .c4p--page-header__content__page-actions .cds--menu-button__trigger:not(.cds--btn--ghost) {
7854
+ min-inline-size: 0;
7855
+ }
7856
+ .c4p--page-header__next .c4p--page-header__content__subtitle {
7857
+ font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
7858
+ font-weight: var(--cds-productive-heading-03-font-weight, 400);
7859
+ line-height: var(--cds-productive-heading-03-line-height, 1.4);
7860
+ letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
7861
+ margin-block-end: 0.5rem;
7862
+ }
7863
+ .c4p--page-header__next .c4p--page-header__content__body {
7864
+ font-size: var(--cds-body-01-font-size, 0.875rem);
7865
+ font-weight: var(--cds-body-01-font-weight, 400);
7866
+ line-height: var(--cds-body-01-line-height, 1.42857);
7867
+ letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
7868
+ margin-block-start: 0.5rem;
7869
+ max-inline-size: 40rem;
7870
+ }
7871
+ .c4p--page-header__next [data-hidden]:not([data-fixed]) {
7872
+ display: none;
7873
+ }
7874
+ .c4p--page-header__next .c4p--page-header__hero-image {
7875
+ display: flex;
7876
+ overflow: hidden;
7877
+ align-items: center;
7878
+ justify-content: flex-end;
7879
+ block-size: 100%;
7880
+ }
7881
+ .c4p--page-header__next .c4p--page-header__tab-bar {
7882
+ margin-inline-start: -1rem;
7883
+ }
7884
+ .c4p--page-header__next .c4p--page-header__tab-bar--tablist {
7885
+ display: grid;
7886
+ grid-gap: 4rem;
7887
+ grid-template-columns: auto minmax(0, 1fr);
7888
+ }
7889
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button {
7890
+ background-color: var(--cds-layer-01, #f4f4f4);
7891
+ }
7892
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--next::before {
7893
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
7894
+ }
7895
+ .c4p--page-header__next .cds--tabs .cds--tab--overflow-nav-button.cds--tab--overflow-nav-button--previous::before {
7896
+ background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-01, #f4f4f4));
7897
+ }
7898
+ .c4p--page-header__next .c4p--page-header__tags {
7899
+ display: flex;
7900
+ align-items: center;
7901
+ justify-content: right;
7902
+ }
7903
+ .c4p--page-header__next .c4p--page-header__tags-popover-list {
7904
+ display: flex;
7905
+ flex-direction: column;
7906
+ padding: 1rem;
7907
+ }
7908
+ .c4p--page-header__next .c4p--page-header__tag-item {
7909
+ flex-shrink: 0;
7910
+ }
7911
+
7733
7912
  .c4p--card__productive {
7734
7913
  display: flex;
7735
7914
  flex-direction: column;
@@ -14384,13 +14563,16 @@ th.c4p--datagrid__select-all-toggle-on.button {
14384
14563
  block-size: 100%;
14385
14564
  }
14386
14565
  .c4p--interstitial-screen__carousel .c4p--carousel__item {
14387
- flex: 0 0 100% !important;
14566
+ flex: 0 0 100%;
14388
14567
  scroll-snap-align: start;
14389
14568
  }
14390
14569
  .c4p--interstitial-screen--internal-body {
14391
14570
  padding: 0 !important;
14392
14571
  margin: 0 !important;
14393
14572
  }
14573
+ .c4p--interstitial-screen--content {
14574
+ block-size: 100%;
14575
+ }
14394
14576
  .c4p--interstitial-screen--internal-header {
14395
14577
  position: relative;
14396
14578
  background-color: var(--cds-background, #ffffff);
@@ -14433,6 +14615,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
14433
14615
  }
14434
14616
  .c4p--interstitial-screen--footer {
14435
14617
  display: flex;
14618
+ box-sizing: initial;
14436
14619
  flex-direction: row;
14437
14620
  justify-content: flex-end;
14438
14621
  background: var(--cds-background, #ffffff);
@@ -14449,7 +14632,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
14449
14632
  .c4p--interstitial-screen--footer .c4p--interstitial-screen--skip-btn {
14450
14633
  flex-grow: 1 !important;
14451
14634
  max-inline-size: none;
14452
- padding-inline-start: 2rem !important;
14635
+ padding-inline-start: 2rem;
14453
14636
  }
14454
14637
  .c4p--interstitial-screen--footer .cds--inline-loading {
14455
14638
  position: absolute;
@@ -14475,14 +14658,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
14475
14658
  block-size: 100vh;
14476
14659
  max-inline-size: 100vw;
14477
14660
  }
14478
- .c4p--interstitial-screen--full-screen .c4p--interstitial-screen--footer .c4p--interstitial-screen--skip-btn {
14479
- padding-inline-start: 2.5rem !important;
14480
- }
14481
- @media (max-width: 81.98rem) {
14482
- .c4p--interstitial-screen--full-screen .c4p--interstitial-screen--footer .c4p--interstitial-screen--skip-btn {
14483
- padding-inline-start: 2rem !important;
14484
- }
14485
- }
14486
14661
 
14487
14662
  .c4p--delimited-list-truncate {
14488
14663
  overflow: hidden;
@@ -18528,724 +18703,724 @@ em {
18528
18703
  }
18529
18704
 
18530
18705
  @font-face {
18531
- font-display: "swap";
18706
+ font-display: swap;
18532
18707
  font-family: "IBM Plex Mono";
18533
18708
  font-style: normal;
18534
18709
  font-weight: 300;
18535
18710
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2");
18536
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18711
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18537
18712
  }
18538
18713
  @font-face {
18539
- font-display: "swap";
18714
+ font-display: swap;
18540
18715
  font-family: "IBM Plex Mono";
18541
18716
  font-style: normal;
18542
18717
  font-weight: 300;
18543
18718
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2");
18544
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18719
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18545
18720
  }
18546
18721
  @font-face {
18547
- font-display: "swap";
18722
+ font-display: swap;
18548
18723
  font-family: "IBM Plex Mono";
18549
18724
  font-style: normal;
18550
18725
  font-weight: 300;
18551
18726
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2");
18552
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18727
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18553
18728
  }
18554
18729
  @font-face {
18555
- font-display: "swap";
18730
+ font-display: swap;
18556
18731
  font-family: "IBM Plex Mono";
18557
18732
  font-style: normal;
18558
18733
  font-weight: 300;
18559
18734
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2");
18560
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18735
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18561
18736
  }
18562
18737
  @font-face {
18563
- font-display: "swap";
18738
+ font-display: swap;
18564
18739
  font-family: "IBM Plex Mono";
18565
18740
  font-style: normal;
18566
18741
  font-weight: 300;
18567
18742
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2");
18568
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18743
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18569
18744
  }
18570
18745
  @font-face {
18571
- font-display: "swap";
18746
+ font-display: swap;
18572
18747
  font-family: "IBM Plex Mono";
18573
18748
  font-style: italic;
18574
18749
  font-weight: 300;
18575
18750
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2");
18576
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18751
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18577
18752
  }
18578
18753
  @font-face {
18579
- font-display: "swap";
18754
+ font-display: swap;
18580
18755
  font-family: "IBM Plex Mono";
18581
18756
  font-style: italic;
18582
18757
  font-weight: 300;
18583
18758
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2");
18584
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18759
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18585
18760
  }
18586
18761
  @font-face {
18587
- font-display: "swap";
18762
+ font-display: swap;
18588
18763
  font-family: "IBM Plex Mono";
18589
18764
  font-style: italic;
18590
18765
  font-weight: 300;
18591
18766
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2");
18592
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18767
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18593
18768
  }
18594
18769
  @font-face {
18595
- font-display: "swap";
18770
+ font-display: swap;
18596
18771
  font-family: "IBM Plex Mono";
18597
18772
  font-style: italic;
18598
18773
  font-weight: 300;
18599
18774
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2");
18600
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18775
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18601
18776
  }
18602
18777
  @font-face {
18603
- font-display: "swap";
18778
+ font-display: swap;
18604
18779
  font-family: "IBM Plex Mono";
18605
18780
  font-style: italic;
18606
18781
  font-weight: 300;
18607
18782
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2");
18608
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18783
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18609
18784
  }
18610
18785
  @font-face {
18611
- font-display: "swap";
18786
+ font-display: swap;
18612
18787
  font-family: "IBM Plex Mono";
18613
18788
  font-style: normal;
18614
18789
  font-weight: 400;
18615
18790
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2");
18616
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18791
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18617
18792
  }
18618
18793
  @font-face {
18619
- font-display: "swap";
18794
+ font-display: swap;
18620
18795
  font-family: "IBM Plex Mono";
18621
18796
  font-style: normal;
18622
18797
  font-weight: 400;
18623
18798
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2");
18624
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18799
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18625
18800
  }
18626
18801
  @font-face {
18627
- font-display: "swap";
18802
+ font-display: swap;
18628
18803
  font-family: "IBM Plex Mono";
18629
18804
  font-style: normal;
18630
18805
  font-weight: 400;
18631
18806
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
18632
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18807
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18633
18808
  }
18634
18809
  @font-face {
18635
- font-display: "swap";
18810
+ font-display: swap;
18636
18811
  font-family: "IBM Plex Mono";
18637
18812
  font-style: normal;
18638
18813
  font-weight: 400;
18639
18814
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
18640
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18815
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18641
18816
  }
18642
18817
  @font-face {
18643
- font-display: "swap";
18818
+ font-display: swap;
18644
18819
  font-family: "IBM Plex Mono";
18645
18820
  font-style: normal;
18646
18821
  font-weight: 400;
18647
18822
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
18648
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18823
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18649
18824
  }
18650
18825
  @font-face {
18651
- font-display: "swap";
18826
+ font-display: swap;
18652
18827
  font-family: "IBM Plex Mono";
18653
18828
  font-style: italic;
18654
18829
  font-weight: 400;
18655
18830
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2");
18656
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18831
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18657
18832
  }
18658
18833
  @font-face {
18659
- font-display: "swap";
18834
+ font-display: swap;
18660
18835
  font-family: "IBM Plex Mono";
18661
18836
  font-style: italic;
18662
18837
  font-weight: 400;
18663
18838
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2");
18664
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18839
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18665
18840
  }
18666
18841
  @font-face {
18667
- font-display: "swap";
18842
+ font-display: swap;
18668
18843
  font-family: "IBM Plex Mono";
18669
18844
  font-style: italic;
18670
18845
  font-weight: 400;
18671
18846
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
18672
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18847
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18673
18848
  }
18674
18849
  @font-face {
18675
- font-display: "swap";
18850
+ font-display: swap;
18676
18851
  font-family: "IBM Plex Mono";
18677
18852
  font-style: italic;
18678
18853
  font-weight: 400;
18679
18854
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2");
18680
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18855
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18681
18856
  }
18682
18857
  @font-face {
18683
- font-display: "swap";
18858
+ font-display: swap;
18684
18859
  font-family: "IBM Plex Mono";
18685
18860
  font-style: italic;
18686
18861
  font-weight: 400;
18687
18862
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2");
18688
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18863
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18689
18864
  }
18690
18865
  @font-face {
18691
- font-display: "swap";
18866
+ font-display: swap;
18692
18867
  font-family: "IBM Plex Mono";
18693
18868
  font-style: normal;
18694
18869
  font-weight: 600;
18695
18870
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2");
18696
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18871
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18697
18872
  }
18698
18873
  @font-face {
18699
- font-display: "swap";
18874
+ font-display: swap;
18700
18875
  font-family: "IBM Plex Mono";
18701
18876
  font-style: normal;
18702
18877
  font-weight: 600;
18703
18878
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
18704
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18879
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18705
18880
  }
18706
18881
  @font-face {
18707
- font-display: "swap";
18882
+ font-display: swap;
18708
18883
  font-family: "IBM Plex Mono";
18709
18884
  font-style: normal;
18710
18885
  font-weight: 600;
18711
18886
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
18712
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18887
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18713
18888
  }
18714
18889
  @font-face {
18715
- font-display: "swap";
18890
+ font-display: swap;
18716
18891
  font-family: "IBM Plex Mono";
18717
18892
  font-style: normal;
18718
18893
  font-weight: 600;
18719
18894
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
18720
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18895
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18721
18896
  }
18722
18897
  @font-face {
18723
- font-display: "swap";
18898
+ font-display: swap;
18724
18899
  font-family: "IBM Plex Mono";
18725
18900
  font-style: normal;
18726
18901
  font-weight: 600;
18727
18902
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
18728
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18903
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18729
18904
  }
18730
18905
  @font-face {
18731
- font-display: "swap";
18906
+ font-display: swap;
18732
18907
  font-family: "IBM Plex Mono";
18733
18908
  font-style: italic;
18734
18909
  font-weight: 600;
18735
18910
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2");
18736
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18911
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18737
18912
  }
18738
18913
  @font-face {
18739
- font-display: "swap";
18914
+ font-display: swap;
18740
18915
  font-family: "IBM Plex Mono";
18741
18916
  font-style: italic;
18742
18917
  font-weight: 600;
18743
18918
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2");
18744
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18919
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18745
18920
  }
18746
18921
  @font-face {
18747
- font-display: "swap";
18922
+ font-display: swap;
18748
18923
  font-family: "IBM Plex Mono";
18749
18924
  font-style: italic;
18750
18925
  font-weight: 600;
18751
18926
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2");
18752
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18927
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18753
18928
  }
18754
18929
  @font-face {
18755
- font-display: "swap";
18930
+ font-display: swap;
18756
18931
  font-family: "IBM Plex Mono";
18757
18932
  font-style: italic;
18758
18933
  font-weight: 600;
18759
18934
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2");
18760
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18935
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18761
18936
  }
18762
18937
  @font-face {
18763
- font-display: "swap";
18938
+ font-display: swap;
18764
18939
  font-family: "IBM Plex Mono";
18765
18940
  font-style: italic;
18766
18941
  font-weight: 600;
18767
18942
  src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2");
18768
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18943
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18769
18944
  }
18770
18945
  @font-face {
18771
- font-display: "swap";
18946
+ font-display: swap;
18772
18947
  font-family: "IBM Plex Sans";
18773
18948
  font-style: normal;
18774
18949
  font-weight: 300;
18775
18950
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
18776
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18951
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18777
18952
  }
18778
18953
  @font-face {
18779
- font-display: "swap";
18954
+ font-display: swap;
18780
18955
  font-family: "IBM Plex Sans";
18781
18956
  font-style: normal;
18782
18957
  font-weight: 300;
18783
18958
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
18784
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18959
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18785
18960
  }
18786
18961
  @font-face {
18787
- font-display: "swap";
18962
+ font-display: swap;
18788
18963
  font-family: "IBM Plex Sans";
18789
18964
  font-style: normal;
18790
18965
  font-weight: 300;
18791
18966
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
18792
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
18967
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18793
18968
  }
18794
18969
  @font-face {
18795
- font-display: "swap";
18970
+ font-display: swap;
18796
18971
  font-family: "IBM Plex Sans";
18797
18972
  font-style: normal;
18798
18973
  font-weight: 300;
18799
18974
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
18800
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
18975
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18801
18976
  }
18802
18977
  @font-face {
18803
- font-display: "swap";
18978
+ font-display: swap;
18804
18979
  font-family: "IBM Plex Sans";
18805
18980
  font-style: normal;
18806
18981
  font-weight: 300;
18807
18982
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
18808
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
18983
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18809
18984
  }
18810
18985
  @font-face {
18811
- font-display: "swap";
18986
+ font-display: swap;
18812
18987
  font-family: "IBM Plex Sans";
18813
18988
  font-style: italic;
18814
18989
  font-weight: 300;
18815
18990
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
18816
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
18991
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18817
18992
  }
18818
18993
  @font-face {
18819
- font-display: "swap";
18994
+ font-display: swap;
18820
18995
  font-family: "IBM Plex Sans";
18821
18996
  font-style: italic;
18822
18997
  font-weight: 300;
18823
18998
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
18824
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
18999
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18825
19000
  }
18826
19001
  @font-face {
18827
- font-display: "swap";
19002
+ font-display: swap;
18828
19003
  font-family: "IBM Plex Sans";
18829
19004
  font-style: italic;
18830
19005
  font-weight: 300;
18831
19006
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
18832
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19007
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18833
19008
  }
18834
19009
  @font-face {
18835
- font-display: "swap";
19010
+ font-display: swap;
18836
19011
  font-family: "IBM Plex Sans";
18837
19012
  font-style: italic;
18838
19013
  font-weight: 300;
18839
19014
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
18840
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19015
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18841
19016
  }
18842
19017
  @font-face {
18843
- font-display: "swap";
19018
+ font-display: swap;
18844
19019
  font-family: "IBM Plex Sans";
18845
19020
  font-style: italic;
18846
19021
  font-weight: 300;
18847
19022
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
18848
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19023
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18849
19024
  }
18850
19025
  @font-face {
18851
- font-display: "swap";
19026
+ font-display: swap;
18852
19027
  font-family: "IBM Plex Sans";
18853
19028
  font-style: normal;
18854
19029
  font-weight: 400;
18855
19030
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
18856
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19031
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18857
19032
  }
18858
19033
  @font-face {
18859
- font-display: "swap";
19034
+ font-display: swap;
18860
19035
  font-family: "IBM Plex Sans";
18861
19036
  font-style: normal;
18862
19037
  font-weight: 400;
18863
19038
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
18864
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19039
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18865
19040
  }
18866
19041
  @font-face {
18867
- font-display: "swap";
19042
+ font-display: swap;
18868
19043
  font-family: "IBM Plex Sans";
18869
19044
  font-style: normal;
18870
19045
  font-weight: 400;
18871
19046
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
18872
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19047
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18873
19048
  }
18874
19049
  @font-face {
18875
- font-display: "swap";
19050
+ font-display: swap;
18876
19051
  font-family: "IBM Plex Sans";
18877
19052
  font-style: normal;
18878
19053
  font-weight: 400;
18879
19054
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
18880
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19055
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18881
19056
  }
18882
19057
  @font-face {
18883
- font-display: "swap";
19058
+ font-display: swap;
18884
19059
  font-family: "IBM Plex Sans";
18885
19060
  font-style: normal;
18886
19061
  font-weight: 400;
18887
19062
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
18888
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19063
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18889
19064
  }
18890
19065
  @font-face {
18891
- font-display: "swap";
19066
+ font-display: swap;
18892
19067
  font-family: "IBM Plex Sans";
18893
19068
  font-style: italic;
18894
19069
  font-weight: 400;
18895
19070
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
18896
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19071
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18897
19072
  }
18898
19073
  @font-face {
18899
- font-display: "swap";
19074
+ font-display: swap;
18900
19075
  font-family: "IBM Plex Sans";
18901
19076
  font-style: italic;
18902
19077
  font-weight: 400;
18903
19078
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
18904
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19079
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18905
19080
  }
18906
19081
  @font-face {
18907
- font-display: "swap";
19082
+ font-display: swap;
18908
19083
  font-family: "IBM Plex Sans";
18909
19084
  font-style: italic;
18910
19085
  font-weight: 400;
18911
19086
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
18912
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19087
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18913
19088
  }
18914
19089
  @font-face {
18915
- font-display: "swap";
19090
+ font-display: swap;
18916
19091
  font-family: "IBM Plex Sans";
18917
19092
  font-style: italic;
18918
19093
  font-weight: 400;
18919
19094
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
18920
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19095
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18921
19096
  }
18922
19097
  @font-face {
18923
- font-display: "swap";
19098
+ font-display: swap;
18924
19099
  font-family: "IBM Plex Sans";
18925
19100
  font-style: italic;
18926
19101
  font-weight: 400;
18927
19102
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
18928
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19103
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18929
19104
  }
18930
19105
  @font-face {
18931
- font-display: "swap";
19106
+ font-display: swap;
18932
19107
  font-family: "IBM Plex Sans";
18933
19108
  font-style: normal;
18934
19109
  font-weight: 600;
18935
19110
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
18936
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19111
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18937
19112
  }
18938
19113
  @font-face {
18939
- font-display: "swap";
19114
+ font-display: swap;
18940
19115
  font-family: "IBM Plex Sans";
18941
19116
  font-style: normal;
18942
19117
  font-weight: 600;
18943
19118
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
18944
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19119
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18945
19120
  }
18946
19121
  @font-face {
18947
- font-display: "swap";
19122
+ font-display: swap;
18948
19123
  font-family: "IBM Plex Sans";
18949
19124
  font-style: normal;
18950
19125
  font-weight: 600;
18951
19126
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
18952
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19127
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18953
19128
  }
18954
19129
  @font-face {
18955
- font-display: "swap";
19130
+ font-display: swap;
18956
19131
  font-family: "IBM Plex Sans";
18957
19132
  font-style: normal;
18958
19133
  font-weight: 600;
18959
19134
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
18960
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19135
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
18961
19136
  }
18962
19137
  @font-face {
18963
- font-display: "swap";
19138
+ font-display: swap;
18964
19139
  font-family: "IBM Plex Sans";
18965
19140
  font-style: normal;
18966
19141
  font-weight: 600;
18967
19142
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
18968
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19143
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
18969
19144
  }
18970
19145
  @font-face {
18971
- font-display: "swap";
19146
+ font-display: swap;
18972
19147
  font-family: "IBM Plex Sans";
18973
19148
  font-style: italic;
18974
19149
  font-weight: 600;
18975
19150
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
18976
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19151
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
18977
19152
  }
18978
19153
  @font-face {
18979
- font-display: "swap";
19154
+ font-display: swap;
18980
19155
  font-family: "IBM Plex Sans";
18981
19156
  font-style: italic;
18982
19157
  font-weight: 600;
18983
19158
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
18984
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19159
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
18985
19160
  }
18986
19161
  @font-face {
18987
- font-display: "swap";
19162
+ font-display: swap;
18988
19163
  font-family: "IBM Plex Sans";
18989
19164
  font-style: italic;
18990
19165
  font-weight: 600;
18991
19166
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
18992
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19167
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
18993
19168
  }
18994
19169
  @font-face {
18995
- font-display: "swap";
19170
+ font-display: swap;
18996
19171
  font-family: "IBM Plex Sans";
18997
19172
  font-style: italic;
18998
19173
  font-weight: 600;
18999
19174
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
19000
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19175
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19001
19176
  }
19002
19177
  @font-face {
19003
- font-display: "swap";
19178
+ font-display: swap;
19004
19179
  font-family: "IBM Plex Sans";
19005
19180
  font-style: italic;
19006
19181
  font-weight: 600;
19007
19182
  src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
19008
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19183
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19009
19184
  }
19010
19185
  @font-face {
19011
- font-display: "swap";
19186
+ font-display: swap;
19012
19187
  font-family: "IBM Plex Serif";
19013
19188
  font-style: normal;
19014
19189
  font-weight: 300;
19015
19190
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2");
19016
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19191
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19017
19192
  }
19018
19193
  @font-face {
19019
- font-display: "swap";
19194
+ font-display: swap;
19020
19195
  font-family: "IBM Plex Serif";
19021
19196
  font-style: normal;
19022
19197
  font-weight: 300;
19023
19198
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2");
19024
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19199
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19025
19200
  }
19026
19201
  @font-face {
19027
- font-display: "swap";
19202
+ font-display: swap;
19028
19203
  font-family: "IBM Plex Serif";
19029
19204
  font-style: normal;
19030
19205
  font-weight: 300;
19031
19206
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2");
19032
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19207
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19033
19208
  }
19034
19209
  @font-face {
19035
- font-display: "swap";
19210
+ font-display: swap;
19036
19211
  font-family: "IBM Plex Serif";
19037
19212
  font-style: normal;
19038
19213
  font-weight: 300;
19039
19214
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2");
19040
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19215
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19041
19216
  }
19042
19217
  @font-face {
19043
- font-display: "swap";
19218
+ font-display: swap;
19044
19219
  font-family: "IBM Plex Serif";
19045
19220
  font-style: normal;
19046
19221
  font-weight: 300;
19047
19222
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2");
19048
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19223
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19049
19224
  }
19050
19225
  @font-face {
19051
- font-display: "swap";
19226
+ font-display: swap;
19052
19227
  font-family: "IBM Plex Serif";
19053
19228
  font-style: italic;
19054
19229
  font-weight: 300;
19055
19230
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2");
19056
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19231
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19057
19232
  }
19058
19233
  @font-face {
19059
- font-display: "swap";
19234
+ font-display: swap;
19060
19235
  font-family: "IBM Plex Serif";
19061
19236
  font-style: italic;
19062
19237
  font-weight: 300;
19063
19238
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2");
19064
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19239
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19065
19240
  }
19066
19241
  @font-face {
19067
- font-display: "swap";
19242
+ font-display: swap;
19068
19243
  font-family: "IBM Plex Serif";
19069
19244
  font-style: italic;
19070
19245
  font-weight: 300;
19071
19246
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2");
19072
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19247
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19073
19248
  }
19074
19249
  @font-face {
19075
- font-display: "swap";
19250
+ font-display: swap;
19076
19251
  font-family: "IBM Plex Serif";
19077
19252
  font-style: italic;
19078
19253
  font-weight: 300;
19079
19254
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2");
19080
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19255
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19081
19256
  }
19082
19257
  @font-face {
19083
- font-display: "swap";
19258
+ font-display: swap;
19084
19259
  font-family: "IBM Plex Serif";
19085
19260
  font-style: italic;
19086
19261
  font-weight: 300;
19087
19262
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2");
19088
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19263
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19089
19264
  }
19090
19265
  @font-face {
19091
- font-display: "swap";
19266
+ font-display: swap;
19092
19267
  font-family: "IBM Plex Serif";
19093
19268
  font-style: normal;
19094
19269
  font-weight: 400;
19095
19270
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2");
19096
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19271
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19097
19272
  }
19098
19273
  @font-face {
19099
- font-display: "swap";
19274
+ font-display: swap;
19100
19275
  font-family: "IBM Plex Serif";
19101
19276
  font-style: normal;
19102
19277
  font-weight: 400;
19103
19278
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2");
19104
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19279
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19105
19280
  }
19106
19281
  @font-face {
19107
- font-display: "swap";
19282
+ font-display: swap;
19108
19283
  font-family: "IBM Plex Serif";
19109
19284
  font-style: normal;
19110
19285
  font-weight: 400;
19111
19286
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2");
19112
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19287
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19113
19288
  }
19114
19289
  @font-face {
19115
- font-display: "swap";
19290
+ font-display: swap;
19116
19291
  font-family: "IBM Plex Serif";
19117
19292
  font-style: normal;
19118
19293
  font-weight: 400;
19119
19294
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2");
19120
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19295
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19121
19296
  }
19122
19297
  @font-face {
19123
- font-display: "swap";
19298
+ font-display: swap;
19124
19299
  font-family: "IBM Plex Serif";
19125
19300
  font-style: normal;
19126
19301
  font-weight: 400;
19127
19302
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2");
19128
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19303
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19129
19304
  }
19130
19305
  @font-face {
19131
- font-display: "swap";
19306
+ font-display: swap;
19132
19307
  font-family: "IBM Plex Serif";
19133
19308
  font-style: italic;
19134
19309
  font-weight: 400;
19135
19310
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2");
19136
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19311
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19137
19312
  }
19138
19313
  @font-face {
19139
- font-display: "swap";
19314
+ font-display: swap;
19140
19315
  font-family: "IBM Plex Serif";
19141
19316
  font-style: italic;
19142
19317
  font-weight: 400;
19143
19318
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2");
19144
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19319
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19145
19320
  }
19146
19321
  @font-face {
19147
- font-display: "swap";
19322
+ font-display: swap;
19148
19323
  font-family: "IBM Plex Serif";
19149
19324
  font-style: italic;
19150
19325
  font-weight: 400;
19151
19326
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2");
19152
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19327
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19153
19328
  }
19154
19329
  @font-face {
19155
- font-display: "swap";
19330
+ font-display: swap;
19156
19331
  font-family: "IBM Plex Serif";
19157
19332
  font-style: italic;
19158
19333
  font-weight: 400;
19159
19334
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2");
19160
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19335
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19161
19336
  }
19162
19337
  @font-face {
19163
- font-display: "swap";
19338
+ font-display: swap;
19164
19339
  font-family: "IBM Plex Serif";
19165
19340
  font-style: italic;
19166
19341
  font-weight: 400;
19167
19342
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2");
19168
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19343
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19169
19344
  }
19170
19345
  @font-face {
19171
- font-display: "swap";
19346
+ font-display: swap;
19172
19347
  font-family: "IBM Plex Serif";
19173
19348
  font-style: normal;
19174
19349
  font-weight: 600;
19175
19350
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2");
19176
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19351
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19177
19352
  }
19178
19353
  @font-face {
19179
- font-display: "swap";
19354
+ font-display: swap;
19180
19355
  font-family: "IBM Plex Serif";
19181
19356
  font-style: normal;
19182
19357
  font-weight: 600;
19183
19358
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2");
19184
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19359
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19185
19360
  }
19186
19361
  @font-face {
19187
- font-display: "swap";
19362
+ font-display: swap;
19188
19363
  font-family: "IBM Plex Serif";
19189
19364
  font-style: normal;
19190
19365
  font-weight: 600;
19191
19366
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2");
19192
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19367
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19193
19368
  }
19194
19369
  @font-face {
19195
- font-display: "swap";
19370
+ font-display: swap;
19196
19371
  font-family: "IBM Plex Serif";
19197
19372
  font-style: normal;
19198
19373
  font-weight: 600;
19199
19374
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2");
19200
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19375
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19201
19376
  }
19202
19377
  @font-face {
19203
- font-display: "swap";
19378
+ font-display: swap;
19204
19379
  font-family: "IBM Plex Serif";
19205
19380
  font-style: normal;
19206
19381
  font-weight: 600;
19207
19382
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2");
19208
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19383
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19209
19384
  }
19210
19385
  @font-face {
19211
- font-display: "swap";
19386
+ font-display: swap;
19212
19387
  font-family: "IBM Plex Serif";
19213
19388
  font-style: italic;
19214
19389
  font-weight: 600;
19215
19390
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2");
19216
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
19391
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
19217
19392
  }
19218
19393
  @font-face {
19219
- font-display: "swap";
19394
+ font-display: swap;
19220
19395
  font-family: "IBM Plex Serif";
19221
19396
  font-style: italic;
19222
19397
  font-weight: 600;
19223
19398
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2");
19224
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
19399
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
19225
19400
  }
19226
19401
  @font-face {
19227
- font-display: "swap";
19402
+ font-display: swap;
19228
19403
  font-family: "IBM Plex Serif";
19229
19404
  font-style: italic;
19230
19405
  font-weight: 600;
19231
19406
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2");
19232
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
19407
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
19233
19408
  }
19234
19409
  @font-face {
19235
- font-display: "swap";
19410
+ font-display: swap;
19236
19411
  font-family: "IBM Plex Serif";
19237
19412
  font-style: italic;
19238
19413
  font-weight: 600;
19239
19414
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2");
19240
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
19415
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
19241
19416
  }
19242
19417
  @font-face {
19243
- font-display: "swap";
19418
+ font-display: swap;
19244
19419
  font-family: "IBM Plex Serif";
19245
19420
  font-style: italic;
19246
19421
  font-weight: 600;
19247
19422
  src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2");
19248
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
19423
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
19249
19424
  }
19250
19425
  :root {
19251
19426
  --cds-layer: var(--cds-layer-01, #f4f4f4);
@@ -21752,8 +21927,8 @@ li.cds--accordion__item--disabled:last-of-type {
21752
21927
  z-index: 2;
21753
21928
  }
21754
21929
 
21755
- .cds--ai-label .cds--ai-label__button,
21756
- .cds--slug .cds--slug__button {
21930
+ .cds--ai-label__button,
21931
+ .cds--slug__button {
21757
21932
  position: relative;
21758
21933
  display: flex;
21759
21934
  align-items: center;
@@ -21765,50 +21940,50 @@ li.cds--accordion__item--disabled:last-of-type {
21765
21940
  outline: none;
21766
21941
  transition: color 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), background 70ms cubic-bezier(0, 0, 0.38, 0.9);
21767
21942
  }
21768
- .cds--ai-label .cds--ai-label__button--mini,
21769
- .cds--slug .cds--slug__button--mini {
21943
+ .cds--ai-label__button--mini,
21944
+ .cds--slug__button--mini {
21770
21945
  height: 1rem;
21771
21946
  width: 1rem;
21772
21947
  font-size: 0.5625rem;
21773
21948
  line-height: 0.75rem;
21774
21949
  }
21775
- .cds--ai-label .cds--ai-label__button--2xs,
21776
- .cds--slug .cds--slug__button--2xs {
21950
+ .cds--ai-label__button--2xs,
21951
+ .cds--slug__button--2xs {
21777
21952
  height: 1.25rem;
21778
21953
  width: 1.25rem;
21779
21954
  font-size: 0.75rem;
21780
21955
  line-height: 1rem;
21781
21956
  }
21782
- .cds--ai-label .cds--ai-label__button--xs,
21783
- .cds--slug .cds--slug__button--xs {
21957
+ .cds--ai-label__button--xs,
21958
+ .cds--slug__button--xs {
21784
21959
  height: 1.5rem;
21785
21960
  width: 1.5rem;
21786
21961
  font-size: 0.75rem;
21787
21962
  line-height: 1rem;
21788
21963
  }
21789
- .cds--ai-label .cds--ai-label__button--sm,
21790
- .cds--slug .cds--slug__button--sm {
21964
+ .cds--ai-label__button--sm,
21965
+ .cds--slug__button--sm {
21791
21966
  height: 2rem;
21792
21967
  width: 2rem;
21793
21968
  font-size: 1rem;
21794
21969
  line-height: 1.3125rem;
21795
21970
  }
21796
- .cds--ai-label .cds--ai-label__button--md,
21797
- .cds--slug .cds--slug__button--md {
21971
+ .cds--ai-label__button--md,
21972
+ .cds--slug__button--md {
21798
21973
  height: 2.5rem;
21799
21974
  width: 2.5rem;
21800
21975
  font-size: 1rem;
21801
21976
  line-height: 1.3125rem;
21802
21977
  }
21803
- .cds--ai-label .cds--ai-label__button--lg,
21804
- .cds--slug .cds--slug__button--lg {
21978
+ .cds--ai-label__button--lg,
21979
+ .cds--slug__button--lg {
21805
21980
  height: 3rem;
21806
21981
  width: 3rem;
21807
21982
  font-size: 1rem;
21808
21983
  line-height: 1.3125rem;
21809
21984
  }
21810
- .cds--ai-label .cds--ai-label__button--xl,
21811
- .cds--slug .cds--slug__button--xl {
21985
+ .cds--ai-label__button--xl,
21986
+ .cds--slug__button--xl {
21812
21987
  height: 4rem;
21813
21988
  width: 4rem;
21814
21989
  font-size: 1.25rem;
@@ -23661,6 +23836,17 @@ input[data-invalid] ~ .cds--form-requirement,
23661
23836
  max-block-size: 12.5rem;
23662
23837
  }
23663
23838
 
23839
+ .cds--select--inline.cds--select--warning .cds--select-input--inline__wrapper ~ .cds--form-requirement,
23840
+ .cds--select-input--inline__wrapper[data-invalid] ~ .cds--form-requirement {
23841
+ display: inline-flex;
23842
+ overflow: visible;
23843
+ margin: 0;
23844
+ inline-size: 100%;
23845
+ margin-block-end: 0;
23846
+ max-block-size: 100%;
23847
+ padding-inline-start: 0.5rem;
23848
+ }
23849
+
23664
23850
  input[data-invalid] ~ .cds--form-requirement,
23665
23851
  .cds--number[data-invalid] .cds--number__input-wrapper ~ .cds--form-requirement,
23666
23852
  .cds--date-picker-input__wrapper ~ .cds--form-requirement,
@@ -23670,7 +23856,8 @@ input[data-invalid] ~ .cds--form-requirement,
23670
23856
  .cds--text-area__wrapper[data-invalid] ~ .cds--form-requirement,
23671
23857
  .cds--select-input__wrapper[data-invalid] ~ .cds--form-requirement,
23672
23858
  .cds--time-picker[data-invalid] ~ .cds--form-requirement,
23673
- .cds--list-box[data-invalid] ~ .cds--form-requirement {
23859
+ .cds--list-box[data-invalid] ~ .cds--form-requirement,
23860
+ .cds--select-input--inline__wrapper[data-invalid] ~ .cds--form-requirement {
23674
23861
  color: var(--cds-text-error, #da1e28);
23675
23862
  }
23676
23863
 
@@ -28992,6 +29179,10 @@ tr.cds--data-table--selected:last-of-type td {
28992
29179
  display: block;
28993
29180
  overflow-y: scroll;
28994
29181
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */
29182
+ /* This is for targeting styles specific to firefox */
29183
+ /* To hide the firefox scrollbar */
29184
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
29185
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
28995
29186
  }
28996
29187
  .cds--data-table--sticky-header thead,
28997
29188
  .cds--data-table--sticky-header tbody,
@@ -29070,7 +29261,7 @@ tr.cds--data-table--selected:last-of-type td {
29070
29261
  .cds--data-table--sticky-header tbody::-webkit-scrollbar {
29071
29262
  display: none;
29072
29263
  }
29073
- @document url-prefix() {
29264
+ @-moz-document url-prefix() {
29074
29265
  .cds--data-table--sticky-header thead,
29075
29266
  .cds--data-table--sticky-header tbody {
29076
29267
  scrollbar-width: none;
@@ -34450,6 +34641,13 @@ button.cds--dropdown-text:focus {
34450
34641
  inset-inline-start: -1rem;
34451
34642
  }
34452
34643
 
34644
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator .cds--ai-label--revert::before,
34645
+ .cds--number__input-wrapper--slug .cds--ai-label--revert::before,
34646
+ .cds--number__input-wrapper--slug .cds--slug--revert::before {
34647
+ inset-block-start: 0.5rem;
34648
+ inset-inline-start: -0.5rem;
34649
+ }
34650
+
34453
34651
  .cds--number__control-btn::after {
34454
34652
  display: block;
34455
34653
  inset-inline-end: 0;
@@ -34811,6 +35009,12 @@ button.cds--dropdown-text:focus {
34811
35009
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
34812
35010
  }
34813
35011
 
35012
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
35013
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--ai-label::before,
35014
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--slug::before {
35015
+ display: none;
35016
+ }
35017
+
34814
35018
  .cds--search--fluid {
34815
35019
  block-size: 4rem;
34816
35020
  }
@@ -34952,6 +35156,10 @@ button.cds--dropdown-text:focus {
34952
35156
  padding-inline: 1rem 3rem;
34953
35157
  text-overflow: ellipsis;
34954
35158
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
35159
+ /* This is for targeting styles specific to firefox */
35160
+ /* Removes dotted inner focus */
35161
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
35162
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
34955
35163
  }
34956
35164
  .cds--select-input:hover {
34957
35165
  background-color: var(--cds-field-hover);
@@ -34959,7 +35167,7 @@ button.cds--dropdown-text:focus {
34959
35167
  .cds--select-input::-ms-expand {
34960
35168
  display: none;
34961
35169
  }
34962
- @document url-prefix() {
35170
+ @-moz-document url-prefix() {
34963
35171
  .cds--select-input:-moz-focusring, .cds--select-input::-moz-focus-inner {
34964
35172
  background-image: none;
34965
35173
  color: transparent;
@@ -35042,6 +35250,10 @@ button.cds--dropdown-text:focus {
35042
35250
  fill: var(--cds-support-error, #da1e28);
35043
35251
  }
35044
35252
 
35253
+ .cds--select-input--inline__wrapper[data-invalid] .cds--select__invalid-icon {
35254
+ fill: var(--cds-support-error, #da1e28);
35255
+ }
35256
+
35045
35257
  .cds--select__invalid-icon--warning {
35046
35258
  fill: var(--cds-support-warning, #f1c21b);
35047
35259
  }
@@ -35067,12 +35279,6 @@ optgroup.cds--select-optgroup:disabled,
35067
35279
  align-items: center;
35068
35280
  }
35069
35281
 
35070
- .cds--select--inline.cds--select--invalid .cds--label,
35071
- .cds--select--inline.cds--select--invalid .cds--form__helper-text {
35072
- align-self: flex-start;
35073
- margin-block-start: 0.8125rem;
35074
- }
35075
-
35076
35282
  .cds--select--inline .cds--form__helper-text {
35077
35283
  margin-block-end: 0;
35078
35284
  margin-inline-start: 0.5rem;
@@ -35087,8 +35293,11 @@ optgroup.cds--select-optgroup:disabled,
35087
35293
  background-color: transparent;
35088
35294
  border-block-end: none;
35089
35295
  color: var(--cds-text-primary, #161616);
35090
- inline-size: auto;
35091
- padding-inline: 0.5rem 2rem;
35296
+ inline-size: 100%;
35297
+ padding-inline: 0.5rem 3rem;
35298
+ }
35299
+ .cds--select--inline .cds--select-input:hover {
35300
+ background-color: var(--cds-field-hover);
35092
35301
  }
35093
35302
 
35094
35303
  .cds--select--inline .cds--select-input:focus,
@@ -35096,10 +35305,15 @@ optgroup.cds--select-optgroup:disabled,
35096
35305
  .cds--select--inline .cds--select-input:focus optgroup {
35097
35306
  background-color: var(--cds-background, #ffffff);
35098
35307
  }
35308
+ .cds--select--inline .cds--select-input:focus:hover,
35309
+ .cds--select--inline .cds--select-input:focus option:hover,
35310
+ .cds--select--inline .cds--select-input:focus optgroup:hover {
35311
+ background-color: var(--cds-field-hover);
35312
+ }
35099
35313
 
35100
35314
  .cds--select--inline .cds--select-input[disabled],
35101
35315
  .cds--select--inline .cds--select-input[disabled]:hover {
35102
- background-color: var(--cds-field);
35316
+ background-color: var(--cds-background, #ffffff);
35103
35317
  }
35104
35318
 
35105
35319
  .cds--select--inline .cds--select__arrow {
@@ -35110,7 +35324,8 @@ optgroup.cds--select-optgroup:disabled,
35110
35324
  padding-inline-end: 3.5rem;
35111
35325
  }
35112
35326
 
35113
- .cds--select--inline.cds--select--invalid .cds--select-input ~ .cds--select__invalid-icon {
35327
+ .cds--select--inline.cds--select--invalid .cds--select-input ~ .cds--select__invalid-icon,
35328
+ .cds--select--inline.cds--select--warning .cds--select-input ~ .cds--select__invalid-icon--warning {
35114
35329
  inset-inline-end: 2rem;
35115
35330
  }
35116
35331
 
@@ -35132,6 +35347,10 @@ optgroup.cds--select-optgroup:disabled,
35132
35347
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
35133
35348
  }
35134
35349
 
35350
+ .cds--select--readonly.cds--select--inline .cds--select-input:hover {
35351
+ background-color: transparent;
35352
+ }
35353
+
35135
35354
  .cds--select.cds--skeleton {
35136
35355
  position: relative;
35137
35356
  padding: 0;
@@ -35238,7 +35457,8 @@ optgroup.cds--select-optgroup:disabled,
35238
35457
 
35239
35458
  .cds--select--decorator .cds--select-input:has(~ .cds--select__inner-wrapper--decorator .cds--ai-label):not(:has(~ .cds--select__inner-wrapper--decorator .cds--ai-label--revert)),
35240
35459
  .cds--select--slug .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
35241
- .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
35460
+ .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)),
35461
+ .cds--select-input-has--ai-label {
35242
35462
  background-image: linear-gradient(0deg, var(--cds-ai-aura-start-sm, rgba(69, 137, 255, 0.16)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
35243
35463
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
35244
35464
  }
@@ -35409,6 +35629,7 @@ optgroup.cds--select-optgroup:disabled,
35409
35629
  padding-inline-end: 4rem;
35410
35630
  }
35411
35631
 
35632
+ .cds--select--fluid .cds--select--decorator .cds--select__inner-wrapper--decorator > .cds--ai-label::before,
35412
35633
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
35413
35634
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
35414
35635
  display: none;
@@ -35583,6 +35804,8 @@ optgroup.cds--select-optgroup:disabled,
35583
35804
  inset-inline-end: 2.5rem;
35584
35805
  }
35585
35806
 
35807
+ .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > .cds--ai-label.cds--ai-label--revert,
35808
+ .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > .cds--ai-label.cds--ai-label--revert,
35586
35809
  .cds--text-area--invalid ~ .cds--ai-label.cds--ai-label--revert,
35587
35810
  .cds--text-area--warn ~ .cds--ai-label.cds--ai-label--revert,
35588
35811
  .cds--text-area--invalid ~ .cds--slug.cds--slug--revert,
@@ -38103,10 +38326,6 @@ optgroup.cds--select-optgroup:disabled,
38103
38326
  max-inline-size: 40rem;
38104
38327
  }
38105
38328
 
38106
- .cds--page-header__content:not(:has(.cds--page-header__content__sub-title)) .cds--page-header__content__body {
38107
- margin-block-start: 1rem;
38108
- }
38109
-
38110
38329
  [data-hidden]:not([data-fixed]) {
38111
38330
  display: none;
38112
38331
  }
@@ -38753,8 +38972,11 @@ span.cds--pagination__text.cds--pagination__items-count {
38753
38972
  appearance: none;
38754
38973
  max-block-size: var(--cds-layout-size-height-local);
38755
38974
  text-indent: calc(50% - 4.5px);
38975
+ /* This is for targeting styles specific to firefox */
38976
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
38977
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
38756
38978
  }
38757
- @document url-prefix() {
38979
+ @-moz-document url-prefix() {
38758
38980
  .cds--pagination-nav__page--select {
38759
38981
  text-indent: 0;
38760
38982
  }
@@ -40758,7 +40980,6 @@ span.cds--pagination__text.cds--pagination__items-count {
40758
40980
  }
40759
40981
  .cds--tabs.cds--tabs--contained:not(.cds--tabs--vertical) .cds--tabs__nav-link {
40760
40982
  border-block-end: 0;
40761
- padding-inline: var(--cds-layout-density-padding-inline-local);
40762
40983
  }
40763
40984
  .cds--tabs.cds--tabs--contained:not(.cds--tabs--tall) .cds--tabs__nav-item-label {
40764
40985
  line-height: calc(3rem - 0.5rem * 2);
@@ -41955,6 +42176,10 @@ span.cds--pagination__text.cds--pagination__items-count {
41955
42176
  }
41956
42177
  }
41957
42178
 
42179
+ .cds--tree-node.cds--tree-parent-node > .cds--tree-node__label {
42180
+ inline-size: auto;
42181
+ }
42182
+
41958
42183
  .cds--tree-node--disabled:focus > .cds--tree-node__label {
41959
42184
  outline: none;
41960
42185
  }
@@ -41999,10 +42224,14 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
41999
42224
  font-weight: var(--cds-body-compact-01-font-weight, 400);
42000
42225
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
42001
42226
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
42227
+ position: relative;
42002
42228
  display: flex;
42229
+ box-sizing: border-box;
42003
42230
  flex: 1;
42004
42231
  align-items: center;
42232
+ inline-size: 100%;
42005
42233
  min-block-size: 2rem;
42234
+ padding-inline-end: 1rem;
42006
42235
  }
42007
42236
  .cds--tree-node__label:hover {
42008
42237
  background-color: var(--cds-layer-hover-01, #e8e8e8);
@@ -42038,6 +42267,7 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
42038
42267
  .cds--tree-node__label__details {
42039
42268
  display: flex;
42040
42269
  align-items: center;
42270
+ min-inline-size: 0;
42041
42271
  }
42042
42272
 
42043
42273
  .cds--tree-node--with-icon .cds--tree-parent-node__toggle {
@@ -42119,6 +42349,52 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
42119
42349
  margin-block-start: 0;
42120
42350
  }
42121
42351
 
42352
+ .cds--tree-node__label__text {
42353
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
42354
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
42355
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
42356
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
42357
+ display: block;
42358
+ overflow: hidden;
42359
+ line-height: 1.2;
42360
+ padding-inline-start: 0.25rem;
42361
+ text-overflow: ellipsis;
42362
+ white-space: nowrap;
42363
+ }
42364
+
42365
+ .cds--tree-node__label .cds--icon-tooltip {
42366
+ inline-size: 100%;
42367
+ }
42368
+
42369
+ .cds--tree-node__label .cds--icon-tooltip .cds--btn--icon-only {
42370
+ padding: 0;
42371
+ border: none;
42372
+ background: transparent;
42373
+ block-size: auto;
42374
+ color: inherit;
42375
+ inline-size: 100%;
42376
+ min-block-size: unset;
42377
+ text-align: start;
42378
+ }
42379
+
42380
+ .cds--tree-node__label .cds--icon-tooltip .cds--btn--icon-only .cds--tree-node__label__text {
42381
+ color: inherit;
42382
+ inline-size: 100%;
42383
+ }
42384
+
42385
+ .cds--tree-node__label .cds--tooltip-content {
42386
+ padding: 1rem;
42387
+ }
42388
+
42389
+ .cds--tree-node__label .cds--popover-container {
42390
+ inline-size: 100%;
42391
+ }
42392
+
42393
+ .cds--tooltip-trigger__wrapper .cds--btn--ghost:focus {
42394
+ box-shadow: none;
42395
+ outline: 2px solid var(--cds-focus, #0f62fe);
42396
+ }
42397
+
42122
42398
  .cds--content {
42123
42399
  padding: 2rem;
42124
42400
  color: var(--cds-text-primary, #161616);