@carbon/ibm-products 2.70.1 → 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 (175) 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/PageHeader/PageHeaderTitle.js +1 -1
  72. package/es/components/PageHeader/next/PageHeader.d.ts +277 -0
  73. package/es/components/PageHeader/next/PageHeader.js +475 -0
  74. package/es/components/PageHeader/next/index.d.ts +8 -0
  75. package/es/components/ScrollGradient/ScrollGradient.js +4 -4
  76. package/es/components/SidePanel/SidePanel.js +25 -20
  77. package/es/components/StringFormatter/StringFormatter.js +3 -0
  78. package/es/components/Tearsheet/Tearsheet.js +4 -7
  79. package/es/components/Tearsheet/TearsheetNarrow.js +1 -4
  80. package/es/components/Tearsheet/TearsheetShell.js +1 -1
  81. package/es/components/UserAvatar/UserAvatar.js +5 -7
  82. package/es/components/UserProfileImage/UserProfileImage.d.ts +1 -0
  83. package/es/components/UserProfileImage/UserProfileImage.js +12 -6
  84. package/es/components/index.d.ts +1 -0
  85. package/es/global/js/package-settings.js +1 -1
  86. package/es/index.js +3 -0
  87. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  88. package/es/node_modules/prop-types/index.js +1 -1
  89. package/lib/_virtual/_commonjsHelpers.js +0 -3
  90. package/lib/_virtual/index2.js +2 -8
  91. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +61 -19
  92. package/lib/components/APIKeyModal/APIKeyDownloader.js +3 -3
  93. package/lib/components/APIKeyModal/APIKeyModal.js +1 -1
  94. package/lib/components/ActionSet/ActionSet.d.ts +4 -0
  95. package/lib/components/ActionSet/ActionSet.js +46 -43
  96. package/lib/components/AddSelect/AddSelectBody.js +1 -1
  97. package/lib/components/Card/Card.d.ts +1 -0
  98. package/lib/components/Coachmark/CoachmarkOverlay.js +5 -5
  99. package/lib/components/Coachmark/CoachmarkTagline.js +2 -2
  100. package/lib/components/Coachmark/utils/context.d.ts +28 -2
  101. package/lib/components/Coachmark/utils/context.js +1 -1
  102. package/lib/components/CoachmarkStack/CoachmarkStack.js +11 -8
  103. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -12
  104. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
  105. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +5 -3
  106. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
  107. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -2
  108. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
  109. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -2
  110. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +9 -1
  111. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +24 -5
  112. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -1
  113. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -4
  114. package/lib/components/ConditionBuilder/utils/util.d.ts +1 -1
  115. package/lib/components/ConditionBuilder/utils/util.js +11 -4
  116. package/lib/components/CreateModal/CreateModal.d.ts +4 -7
  117. package/lib/components/CreateModal/CreateModal.js +4 -19
  118. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +6 -0
  119. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -3
  120. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +43 -18
  121. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  122. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +1 -1
  123. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  124. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +7 -1
  125. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +11 -3
  126. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +15 -19
  127. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  128. package/lib/components/EditTearsheet/EditTearsheetForm.js +16 -4
  129. package/lib/components/EmptyStates/EmptyState.js +0 -1
  130. package/lib/components/FilterSummary/FilterSummary.d.ts +1 -0
  131. package/lib/components/FilterSummary/FilterSummary.js +2 -1
  132. package/lib/components/Guidebanner/Guidebanner.js +4 -20
  133. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +4 -3
  134. package/lib/components/InterstitialScreen/InterstitialScreen.js +21 -20
  135. package/lib/components/InterstitialScreen/InterstitialScreenBody.d.ts +9 -3
  136. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +19 -14
  137. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +20 -18
  138. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +15 -10
  139. package/lib/components/InterstitialScreen/index.d.ts +4 -1
  140. package/lib/components/Nav/NavItemLink.js +1 -4
  141. package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
  142. package/lib/components/PageHeader/next/PageHeader.d.ts +277 -0
  143. package/lib/components/PageHeader/next/PageHeader.js +490 -0
  144. package/lib/components/PageHeader/next/index.d.ts +8 -0
  145. package/lib/components/ScrollGradient/ScrollGradient.js +4 -4
  146. package/lib/components/SidePanel/SidePanel.js +26 -21
  147. package/lib/components/StringFormatter/StringFormatter.js +3 -0
  148. package/lib/components/Tearsheet/Tearsheet.js +4 -7
  149. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -4
  150. package/lib/components/Tearsheet/TearsheetShell.js +1 -1
  151. package/lib/components/UserAvatar/UserAvatar.js +5 -7
  152. package/lib/components/UserProfileImage/UserProfileImage.d.ts +1 -0
  153. package/lib/components/UserProfileImage/UserProfileImage.js +12 -6
  154. package/lib/components/index.d.ts +1 -0
  155. package/lib/global/js/package-settings.js +1 -1
  156. package/lib/index.js +5 -2
  157. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  158. package/lib/node_modules/prop-types/index.js +1 -1
  159. package/package.json +22 -30
  160. package/scss/components/CoachmarkStack/_coachmark-stack.scss +12 -1
  161. package/scss/components/InterstitialScreen/_interstitial-screen.scss +7 -11
  162. package/scss/components/PageHeader/_page-header.scss +198 -0
  163. package/scss/components/SidePanel/_side-panel.scss +2 -52
  164. package/scss/components/_index-released-only.scss +1 -0
  165. package/telemetry.yml +12 -13
  166. package/es/_virtual/index3.js +0 -10
  167. package/es/components/SidePanel/resizer/Resizer.d.ts +0 -21
  168. package/es/components/SidePanel/resizer/Resizer.js +0 -271
  169. package/es/node_modules/lodash.debounce/index.js +0 -367
  170. package/lib/_virtual/index3.js +0 -12
  171. package/lib/components/SidePanel/resizer/Resizer.d.ts +0 -21
  172. package/lib/components/SidePanel/resizer/Resizer.js +0 -277
  173. package/lib/node_modules/lodash.debounce/index.js +0 -369
  174. /package/es/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +0 -0
  175. /package/lib/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +0 -0
package/css/carbon.css CHANGED
@@ -233,724 +233,724 @@ em {
233
233
  }
234
234
 
235
235
  @font-face {
236
- font-display: "swap";
236
+ font-display: swap;
237
237
  font-family: "IBM Plex Mono";
238
238
  font-style: normal;
239
239
  font-weight: 300;
240
240
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2");
241
- 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";
241
+ 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;
242
242
  }
243
243
  @font-face {
244
- font-display: "swap";
244
+ font-display: swap;
245
245
  font-family: "IBM Plex Mono";
246
246
  font-style: normal;
247
247
  font-weight: 300;
248
248
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2");
249
- 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";
249
+ 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;
250
250
  }
251
251
  @font-face {
252
- font-display: "swap";
252
+ font-display: swap;
253
253
  font-family: "IBM Plex Mono";
254
254
  font-style: normal;
255
255
  font-weight: 300;
256
256
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2");
257
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
257
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
258
258
  }
259
259
  @font-face {
260
- font-display: "swap";
260
+ font-display: swap;
261
261
  font-family: "IBM Plex Mono";
262
262
  font-style: normal;
263
263
  font-weight: 300;
264
264
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2");
265
- 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";
265
+ 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;
266
266
  }
267
267
  @font-face {
268
- font-display: "swap";
268
+ font-display: swap;
269
269
  font-family: "IBM Plex Mono";
270
270
  font-style: normal;
271
271
  font-weight: 300;
272
272
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2");
273
- 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";
273
+ 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;
274
274
  }
275
275
  @font-face {
276
- font-display: "swap";
276
+ font-display: swap;
277
277
  font-family: "IBM Plex Mono";
278
278
  font-style: italic;
279
279
  font-weight: 300;
280
280
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2");
281
- 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";
281
+ 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;
282
282
  }
283
283
  @font-face {
284
- font-display: "swap";
284
+ font-display: swap;
285
285
  font-family: "IBM Plex Mono";
286
286
  font-style: italic;
287
287
  font-weight: 300;
288
288
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2");
289
- 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";
289
+ 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;
290
290
  }
291
291
  @font-face {
292
- font-display: "swap";
292
+ font-display: swap;
293
293
  font-family: "IBM Plex Mono";
294
294
  font-style: italic;
295
295
  font-weight: 300;
296
296
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2");
297
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
297
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
298
298
  }
299
299
  @font-face {
300
- font-display: "swap";
300
+ font-display: swap;
301
301
  font-family: "IBM Plex Mono";
302
302
  font-style: italic;
303
303
  font-weight: 300;
304
304
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2");
305
- 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";
305
+ 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;
306
306
  }
307
307
  @font-face {
308
- font-display: "swap";
308
+ font-display: swap;
309
309
  font-family: "IBM Plex Mono";
310
310
  font-style: italic;
311
311
  font-weight: 300;
312
312
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2");
313
- 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";
313
+ 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;
314
314
  }
315
315
  @font-face {
316
- font-display: "swap";
316
+ font-display: swap;
317
317
  font-family: "IBM Plex Mono";
318
318
  font-style: normal;
319
319
  font-weight: 400;
320
320
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2");
321
- 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";
321
+ 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;
322
322
  }
323
323
  @font-face {
324
- font-display: "swap";
324
+ font-display: swap;
325
325
  font-family: "IBM Plex Mono";
326
326
  font-style: normal;
327
327
  font-weight: 400;
328
328
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2");
329
- 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";
329
+ 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;
330
330
  }
331
331
  @font-face {
332
- font-display: "swap";
332
+ font-display: swap;
333
333
  font-family: "IBM Plex Mono";
334
334
  font-style: normal;
335
335
  font-weight: 400;
336
336
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
337
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
337
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
338
338
  }
339
339
  @font-face {
340
- font-display: "swap";
340
+ font-display: swap;
341
341
  font-family: "IBM Plex Mono";
342
342
  font-style: normal;
343
343
  font-weight: 400;
344
344
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
345
- 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";
345
+ 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;
346
346
  }
347
347
  @font-face {
348
- font-display: "swap";
348
+ font-display: swap;
349
349
  font-family: "IBM Plex Mono";
350
350
  font-style: normal;
351
351
  font-weight: 400;
352
352
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
353
- 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";
353
+ 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;
354
354
  }
355
355
  @font-face {
356
- font-display: "swap";
356
+ font-display: swap;
357
357
  font-family: "IBM Plex Mono";
358
358
  font-style: italic;
359
359
  font-weight: 400;
360
360
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2");
361
- 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";
361
+ 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;
362
362
  }
363
363
  @font-face {
364
- font-display: "swap";
364
+ font-display: swap;
365
365
  font-family: "IBM Plex Mono";
366
366
  font-style: italic;
367
367
  font-weight: 400;
368
368
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2");
369
- 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";
369
+ 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;
370
370
  }
371
371
  @font-face {
372
- font-display: "swap";
372
+ font-display: swap;
373
373
  font-family: "IBM Plex Mono";
374
374
  font-style: italic;
375
375
  font-weight: 400;
376
376
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
377
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
377
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
378
378
  }
379
379
  @font-face {
380
- font-display: "swap";
380
+ font-display: swap;
381
381
  font-family: "IBM Plex Mono";
382
382
  font-style: italic;
383
383
  font-weight: 400;
384
384
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2");
385
- 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";
385
+ 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;
386
386
  }
387
387
  @font-face {
388
- font-display: "swap";
388
+ font-display: swap;
389
389
  font-family: "IBM Plex Mono";
390
390
  font-style: italic;
391
391
  font-weight: 400;
392
392
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2");
393
- 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";
393
+ 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;
394
394
  }
395
395
  @font-face {
396
- font-display: "swap";
396
+ font-display: swap;
397
397
  font-family: "IBM Plex Mono";
398
398
  font-style: normal;
399
399
  font-weight: 600;
400
400
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2");
401
- 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";
401
+ 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;
402
402
  }
403
403
  @font-face {
404
- font-display: "swap";
404
+ font-display: swap;
405
405
  font-family: "IBM Plex Mono";
406
406
  font-style: normal;
407
407
  font-weight: 600;
408
408
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
409
- 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";
409
+ 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;
410
410
  }
411
411
  @font-face {
412
- font-display: "swap";
412
+ font-display: swap;
413
413
  font-family: "IBM Plex Mono";
414
414
  font-style: normal;
415
415
  font-weight: 600;
416
416
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
417
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
417
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
418
418
  }
419
419
  @font-face {
420
- font-display: "swap";
420
+ font-display: swap;
421
421
  font-family: "IBM Plex Mono";
422
422
  font-style: normal;
423
423
  font-weight: 600;
424
424
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
425
- 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";
425
+ 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;
426
426
  }
427
427
  @font-face {
428
- font-display: "swap";
428
+ font-display: swap;
429
429
  font-family: "IBM Plex Mono";
430
430
  font-style: normal;
431
431
  font-weight: 600;
432
432
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
433
- 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";
433
+ 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;
434
434
  }
435
435
  @font-face {
436
- font-display: "swap";
436
+ font-display: swap;
437
437
  font-family: "IBM Plex Mono";
438
438
  font-style: italic;
439
439
  font-weight: 600;
440
440
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2");
441
- 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";
441
+ 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;
442
442
  }
443
443
  @font-face {
444
- font-display: "swap";
444
+ font-display: swap;
445
445
  font-family: "IBM Plex Mono";
446
446
  font-style: italic;
447
447
  font-weight: 600;
448
448
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2");
449
- 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";
449
+ 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;
450
450
  }
451
451
  @font-face {
452
- font-display: "swap";
452
+ font-display: swap;
453
453
  font-family: "IBM Plex Mono";
454
454
  font-style: italic;
455
455
  font-weight: 600;
456
456
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2");
457
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
457
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
458
458
  }
459
459
  @font-face {
460
- font-display: "swap";
460
+ font-display: swap;
461
461
  font-family: "IBM Plex Mono";
462
462
  font-style: italic;
463
463
  font-weight: 600;
464
464
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2");
465
- 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";
465
+ 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;
466
466
  }
467
467
  @font-face {
468
- font-display: "swap";
468
+ font-display: swap;
469
469
  font-family: "IBM Plex Mono";
470
470
  font-style: italic;
471
471
  font-weight: 600;
472
472
  src: url("@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2");
473
- 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";
473
+ 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;
474
474
  }
475
475
  @font-face {
476
- font-display: "swap";
476
+ font-display: swap;
477
477
  font-family: "IBM Plex Sans";
478
478
  font-style: normal;
479
479
  font-weight: 300;
480
480
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
481
- 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";
481
+ 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;
482
482
  }
483
483
  @font-face {
484
- font-display: "swap";
484
+ font-display: swap;
485
485
  font-family: "IBM Plex Sans";
486
486
  font-style: normal;
487
487
  font-weight: 300;
488
488
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
489
- 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";
489
+ 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;
490
490
  }
491
491
  @font-face {
492
- font-display: "swap";
492
+ font-display: swap;
493
493
  font-family: "IBM Plex Sans";
494
494
  font-style: normal;
495
495
  font-weight: 300;
496
496
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
497
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
497
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
498
498
  }
499
499
  @font-face {
500
- font-display: "swap";
500
+ font-display: swap;
501
501
  font-family: "IBM Plex Sans";
502
502
  font-style: normal;
503
503
  font-weight: 300;
504
504
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
505
- 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";
505
+ 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;
506
506
  }
507
507
  @font-face {
508
- font-display: "swap";
508
+ font-display: swap;
509
509
  font-family: "IBM Plex Sans";
510
510
  font-style: normal;
511
511
  font-weight: 300;
512
512
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
513
- 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";
513
+ 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;
514
514
  }
515
515
  @font-face {
516
- font-display: "swap";
516
+ font-display: swap;
517
517
  font-family: "IBM Plex Sans";
518
518
  font-style: italic;
519
519
  font-weight: 300;
520
520
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
521
- 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";
521
+ 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;
522
522
  }
523
523
  @font-face {
524
- font-display: "swap";
524
+ font-display: swap;
525
525
  font-family: "IBM Plex Sans";
526
526
  font-style: italic;
527
527
  font-weight: 300;
528
528
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
529
- 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";
529
+ 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;
530
530
  }
531
531
  @font-face {
532
- font-display: "swap";
532
+ font-display: swap;
533
533
  font-family: "IBM Plex Sans";
534
534
  font-style: italic;
535
535
  font-weight: 300;
536
536
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
537
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
537
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
538
538
  }
539
539
  @font-face {
540
- font-display: "swap";
540
+ font-display: swap;
541
541
  font-family: "IBM Plex Sans";
542
542
  font-style: italic;
543
543
  font-weight: 300;
544
544
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
545
- 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";
545
+ 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;
546
546
  }
547
547
  @font-face {
548
- font-display: "swap";
548
+ font-display: swap;
549
549
  font-family: "IBM Plex Sans";
550
550
  font-style: italic;
551
551
  font-weight: 300;
552
552
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
553
- 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";
553
+ 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;
554
554
  }
555
555
  @font-face {
556
- font-display: "swap";
556
+ font-display: swap;
557
557
  font-family: "IBM Plex Sans";
558
558
  font-style: normal;
559
559
  font-weight: 400;
560
560
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
561
- 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";
561
+ 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;
562
562
  }
563
563
  @font-face {
564
- font-display: "swap";
564
+ font-display: swap;
565
565
  font-family: "IBM Plex Sans";
566
566
  font-style: normal;
567
567
  font-weight: 400;
568
568
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
569
- 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";
569
+ 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;
570
570
  }
571
571
  @font-face {
572
- font-display: "swap";
572
+ font-display: swap;
573
573
  font-family: "IBM Plex Sans";
574
574
  font-style: normal;
575
575
  font-weight: 400;
576
576
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
577
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
577
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
578
578
  }
579
579
  @font-face {
580
- font-display: "swap";
580
+ font-display: swap;
581
581
  font-family: "IBM Plex Sans";
582
582
  font-style: normal;
583
583
  font-weight: 400;
584
584
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
585
- 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";
585
+ 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;
586
586
  }
587
587
  @font-face {
588
- font-display: "swap";
588
+ font-display: swap;
589
589
  font-family: "IBM Plex Sans";
590
590
  font-style: normal;
591
591
  font-weight: 400;
592
592
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
593
- 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";
593
+ 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;
594
594
  }
595
595
  @font-face {
596
- font-display: "swap";
596
+ font-display: swap;
597
597
  font-family: "IBM Plex Sans";
598
598
  font-style: italic;
599
599
  font-weight: 400;
600
600
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
601
- 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";
601
+ 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;
602
602
  }
603
603
  @font-face {
604
- font-display: "swap";
604
+ font-display: swap;
605
605
  font-family: "IBM Plex Sans";
606
606
  font-style: italic;
607
607
  font-weight: 400;
608
608
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
609
- 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";
609
+ 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;
610
610
  }
611
611
  @font-face {
612
- font-display: "swap";
612
+ font-display: swap;
613
613
  font-family: "IBM Plex Sans";
614
614
  font-style: italic;
615
615
  font-weight: 400;
616
616
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
617
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
617
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
618
618
  }
619
619
  @font-face {
620
- font-display: "swap";
620
+ font-display: swap;
621
621
  font-family: "IBM Plex Sans";
622
622
  font-style: italic;
623
623
  font-weight: 400;
624
624
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
625
- 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";
625
+ 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;
626
626
  }
627
627
  @font-face {
628
- font-display: "swap";
628
+ font-display: swap;
629
629
  font-family: "IBM Plex Sans";
630
630
  font-style: italic;
631
631
  font-weight: 400;
632
632
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
633
- 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";
633
+ 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;
634
634
  }
635
635
  @font-face {
636
- font-display: "swap";
636
+ font-display: swap;
637
637
  font-family: "IBM Plex Sans";
638
638
  font-style: normal;
639
639
  font-weight: 600;
640
640
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
641
- 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";
641
+ 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;
642
642
  }
643
643
  @font-face {
644
- font-display: "swap";
644
+ font-display: swap;
645
645
  font-family: "IBM Plex Sans";
646
646
  font-style: normal;
647
647
  font-weight: 600;
648
648
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
649
- 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";
649
+ 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;
650
650
  }
651
651
  @font-face {
652
- font-display: "swap";
652
+ font-display: swap;
653
653
  font-family: "IBM Plex Sans";
654
654
  font-style: normal;
655
655
  font-weight: 600;
656
656
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
657
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
657
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
658
658
  }
659
659
  @font-face {
660
- font-display: "swap";
660
+ font-display: swap;
661
661
  font-family: "IBM Plex Sans";
662
662
  font-style: normal;
663
663
  font-weight: 600;
664
664
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
665
- 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";
665
+ 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;
666
666
  }
667
667
  @font-face {
668
- font-display: "swap";
668
+ font-display: swap;
669
669
  font-family: "IBM Plex Sans";
670
670
  font-style: normal;
671
671
  font-weight: 600;
672
672
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
673
- 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";
673
+ 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;
674
674
  }
675
675
  @font-face {
676
- font-display: "swap";
676
+ font-display: swap;
677
677
  font-family: "IBM Plex Sans";
678
678
  font-style: italic;
679
679
  font-weight: 600;
680
680
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
681
- 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";
681
+ 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;
682
682
  }
683
683
  @font-face {
684
- font-display: "swap";
684
+ font-display: swap;
685
685
  font-family: "IBM Plex Sans";
686
686
  font-style: italic;
687
687
  font-weight: 600;
688
688
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
689
- 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";
689
+ 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;
690
690
  }
691
691
  @font-face {
692
- font-display: "swap";
692
+ font-display: swap;
693
693
  font-family: "IBM Plex Sans";
694
694
  font-style: italic;
695
695
  font-weight: 600;
696
696
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
697
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
697
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
698
698
  }
699
699
  @font-face {
700
- font-display: "swap";
700
+ font-display: swap;
701
701
  font-family: "IBM Plex Sans";
702
702
  font-style: italic;
703
703
  font-weight: 600;
704
704
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
705
- 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";
705
+ 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;
706
706
  }
707
707
  @font-face {
708
- font-display: "swap";
708
+ font-display: swap;
709
709
  font-family: "IBM Plex Sans";
710
710
  font-style: italic;
711
711
  font-weight: 600;
712
712
  src: url("@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
713
- 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";
713
+ 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;
714
714
  }
715
715
  @font-face {
716
- font-display: "swap";
716
+ font-display: swap;
717
717
  font-family: "IBM Plex Serif";
718
718
  font-style: normal;
719
719
  font-weight: 300;
720
720
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2");
721
- 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";
721
+ 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;
722
722
  }
723
723
  @font-face {
724
- font-display: "swap";
724
+ font-display: swap;
725
725
  font-family: "IBM Plex Serif";
726
726
  font-style: normal;
727
727
  font-weight: 300;
728
728
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2");
729
- 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";
729
+ 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;
730
730
  }
731
731
  @font-face {
732
- font-display: "swap";
732
+ font-display: swap;
733
733
  font-family: "IBM Plex Serif";
734
734
  font-style: normal;
735
735
  font-weight: 300;
736
736
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2");
737
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
737
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
738
738
  }
739
739
  @font-face {
740
- font-display: "swap";
740
+ font-display: swap;
741
741
  font-family: "IBM Plex Serif";
742
742
  font-style: normal;
743
743
  font-weight: 300;
744
744
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2");
745
- 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";
745
+ 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;
746
746
  }
747
747
  @font-face {
748
- font-display: "swap";
748
+ font-display: swap;
749
749
  font-family: "IBM Plex Serif";
750
750
  font-style: normal;
751
751
  font-weight: 300;
752
752
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2");
753
- 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";
753
+ 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;
754
754
  }
755
755
  @font-face {
756
- font-display: "swap";
756
+ font-display: swap;
757
757
  font-family: "IBM Plex Serif";
758
758
  font-style: italic;
759
759
  font-weight: 300;
760
760
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2");
761
- 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";
761
+ 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;
762
762
  }
763
763
  @font-face {
764
- font-display: "swap";
764
+ font-display: swap;
765
765
  font-family: "IBM Plex Serif";
766
766
  font-style: italic;
767
767
  font-weight: 300;
768
768
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2");
769
- 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";
769
+ 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;
770
770
  }
771
771
  @font-face {
772
- font-display: "swap";
772
+ font-display: swap;
773
773
  font-family: "IBM Plex Serif";
774
774
  font-style: italic;
775
775
  font-weight: 300;
776
776
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2");
777
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
777
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
778
778
  }
779
779
  @font-face {
780
- font-display: "swap";
780
+ font-display: swap;
781
781
  font-family: "IBM Plex Serif";
782
782
  font-style: italic;
783
783
  font-weight: 300;
784
784
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2");
785
- 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";
785
+ 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;
786
786
  }
787
787
  @font-face {
788
- font-display: "swap";
788
+ font-display: swap;
789
789
  font-family: "IBM Plex Serif";
790
790
  font-style: italic;
791
791
  font-weight: 300;
792
792
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2");
793
- 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";
793
+ 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;
794
794
  }
795
795
  @font-face {
796
- font-display: "swap";
796
+ font-display: swap;
797
797
  font-family: "IBM Plex Serif";
798
798
  font-style: normal;
799
799
  font-weight: 400;
800
800
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2");
801
- 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";
801
+ 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;
802
802
  }
803
803
  @font-face {
804
- font-display: "swap";
804
+ font-display: swap;
805
805
  font-family: "IBM Plex Serif";
806
806
  font-style: normal;
807
807
  font-weight: 400;
808
808
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2");
809
- 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";
809
+ 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;
810
810
  }
811
811
  @font-face {
812
- font-display: "swap";
812
+ font-display: swap;
813
813
  font-family: "IBM Plex Serif";
814
814
  font-style: normal;
815
815
  font-weight: 400;
816
816
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2");
817
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
817
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
818
818
  }
819
819
  @font-face {
820
- font-display: "swap";
820
+ font-display: swap;
821
821
  font-family: "IBM Plex Serif";
822
822
  font-style: normal;
823
823
  font-weight: 400;
824
824
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2");
825
- 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";
825
+ 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;
826
826
  }
827
827
  @font-face {
828
- font-display: "swap";
828
+ font-display: swap;
829
829
  font-family: "IBM Plex Serif";
830
830
  font-style: normal;
831
831
  font-weight: 400;
832
832
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2");
833
- 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";
833
+ 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;
834
834
  }
835
835
  @font-face {
836
- font-display: "swap";
836
+ font-display: swap;
837
837
  font-family: "IBM Plex Serif";
838
838
  font-style: italic;
839
839
  font-weight: 400;
840
840
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2");
841
- 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";
841
+ 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;
842
842
  }
843
843
  @font-face {
844
- font-display: "swap";
844
+ font-display: swap;
845
845
  font-family: "IBM Plex Serif";
846
846
  font-style: italic;
847
847
  font-weight: 400;
848
848
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2");
849
- 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";
849
+ 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;
850
850
  }
851
851
  @font-face {
852
- font-display: "swap";
852
+ font-display: swap;
853
853
  font-family: "IBM Plex Serif";
854
854
  font-style: italic;
855
855
  font-weight: 400;
856
856
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2");
857
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
857
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
858
858
  }
859
859
  @font-face {
860
- font-display: "swap";
860
+ font-display: swap;
861
861
  font-family: "IBM Plex Serif";
862
862
  font-style: italic;
863
863
  font-weight: 400;
864
864
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2");
865
- 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";
865
+ 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;
866
866
  }
867
867
  @font-face {
868
- font-display: "swap";
868
+ font-display: swap;
869
869
  font-family: "IBM Plex Serif";
870
870
  font-style: italic;
871
871
  font-weight: 400;
872
872
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2");
873
- 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";
873
+ 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;
874
874
  }
875
875
  @font-face {
876
- font-display: "swap";
876
+ font-display: swap;
877
877
  font-family: "IBM Plex Serif";
878
878
  font-style: normal;
879
879
  font-weight: 600;
880
880
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2");
881
- 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";
881
+ 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;
882
882
  }
883
883
  @font-face {
884
- font-display: "swap";
884
+ font-display: swap;
885
885
  font-family: "IBM Plex Serif";
886
886
  font-style: normal;
887
887
  font-weight: 600;
888
888
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2");
889
- 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";
889
+ 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;
890
890
  }
891
891
  @font-face {
892
- font-display: "swap";
892
+ font-display: swap;
893
893
  font-family: "IBM Plex Serif";
894
894
  font-style: normal;
895
895
  font-weight: 600;
896
896
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2");
897
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
897
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
898
898
  }
899
899
  @font-face {
900
- font-display: "swap";
900
+ font-display: swap;
901
901
  font-family: "IBM Plex Serif";
902
902
  font-style: normal;
903
903
  font-weight: 600;
904
904
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2");
905
- 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";
905
+ 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;
906
906
  }
907
907
  @font-face {
908
- font-display: "swap";
908
+ font-display: swap;
909
909
  font-family: "IBM Plex Serif";
910
910
  font-style: normal;
911
911
  font-weight: 600;
912
912
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2");
913
- 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";
913
+ 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;
914
914
  }
915
915
  @font-face {
916
- font-display: "swap";
916
+ font-display: swap;
917
917
  font-family: "IBM Plex Serif";
918
918
  font-style: italic;
919
919
  font-weight: 600;
920
920
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2");
921
- 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";
921
+ 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;
922
922
  }
923
923
  @font-face {
924
- font-display: "swap";
924
+ font-display: swap;
925
925
  font-family: "IBM Plex Serif";
926
926
  font-style: italic;
927
927
  font-weight: 600;
928
928
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2");
929
- 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";
929
+ 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;
930
930
  }
931
931
  @font-face {
932
- font-display: "swap";
932
+ font-display: swap;
933
933
  font-family: "IBM Plex Serif";
934
934
  font-style: italic;
935
935
  font-weight: 600;
936
936
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2");
937
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
937
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
938
938
  }
939
939
  @font-face {
940
- font-display: "swap";
940
+ font-display: swap;
941
941
  font-family: "IBM Plex Serif";
942
942
  font-style: italic;
943
943
  font-weight: 600;
944
944
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2");
945
- 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";
945
+ 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;
946
946
  }
947
947
  @font-face {
948
- font-display: "swap";
948
+ font-display: swap;
949
949
  font-family: "IBM Plex Serif";
950
950
  font-style: italic;
951
951
  font-weight: 600;
952
952
  src: url("@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2");
953
- 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";
953
+ 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;
954
954
  }
955
955
  :root {
956
956
  --cds-grid-gutter: 2rem;
@@ -5171,8 +5171,8 @@ li.cds--accordion__item--disabled:last-of-type {
5171
5171
  z-index: 2;
5172
5172
  }
5173
5173
 
5174
- .cds--ai-label .cds--ai-label__button,
5175
- .cds--slug .cds--slug__button {
5174
+ .cds--ai-label__button,
5175
+ .cds--slug__button {
5176
5176
  position: relative;
5177
5177
  display: flex;
5178
5178
  align-items: center;
@@ -5184,50 +5184,50 @@ li.cds--accordion__item--disabled:last-of-type {
5184
5184
  outline: none;
5185
5185
  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);
5186
5186
  }
5187
- .cds--ai-label .cds--ai-label__button--mini,
5188
- .cds--slug .cds--slug__button--mini {
5187
+ .cds--ai-label__button--mini,
5188
+ .cds--slug__button--mini {
5189
5189
  height: 1rem;
5190
5190
  width: 1rem;
5191
5191
  font-size: 0.5625rem;
5192
5192
  line-height: 0.75rem;
5193
5193
  }
5194
- .cds--ai-label .cds--ai-label__button--2xs,
5195
- .cds--slug .cds--slug__button--2xs {
5194
+ .cds--ai-label__button--2xs,
5195
+ .cds--slug__button--2xs {
5196
5196
  height: 1.25rem;
5197
5197
  width: 1.25rem;
5198
5198
  font-size: 0.75rem;
5199
5199
  line-height: 1rem;
5200
5200
  }
5201
- .cds--ai-label .cds--ai-label__button--xs,
5202
- .cds--slug .cds--slug__button--xs {
5201
+ .cds--ai-label__button--xs,
5202
+ .cds--slug__button--xs {
5203
5203
  height: 1.5rem;
5204
5204
  width: 1.5rem;
5205
5205
  font-size: 0.75rem;
5206
5206
  line-height: 1rem;
5207
5207
  }
5208
- .cds--ai-label .cds--ai-label__button--sm,
5209
- .cds--slug .cds--slug__button--sm {
5208
+ .cds--ai-label__button--sm,
5209
+ .cds--slug__button--sm {
5210
5210
  height: 2rem;
5211
5211
  width: 2rem;
5212
5212
  font-size: 1rem;
5213
5213
  line-height: 1.3125rem;
5214
5214
  }
5215
- .cds--ai-label .cds--ai-label__button--md,
5216
- .cds--slug .cds--slug__button--md {
5215
+ .cds--ai-label__button--md,
5216
+ .cds--slug__button--md {
5217
5217
  height: 2.5rem;
5218
5218
  width: 2.5rem;
5219
5219
  font-size: 1rem;
5220
5220
  line-height: 1.3125rem;
5221
5221
  }
5222
- .cds--ai-label .cds--ai-label__button--lg,
5223
- .cds--slug .cds--slug__button--lg {
5222
+ .cds--ai-label__button--lg,
5223
+ .cds--slug__button--lg {
5224
5224
  height: 3rem;
5225
5225
  width: 3rem;
5226
5226
  font-size: 1rem;
5227
5227
  line-height: 1.3125rem;
5228
5228
  }
5229
- .cds--ai-label .cds--ai-label__button--xl,
5230
- .cds--slug .cds--slug__button--xl {
5229
+ .cds--ai-label__button--xl,
5230
+ .cds--slug__button--xl {
5231
5231
  height: 4rem;
5232
5232
  width: 4rem;
5233
5233
  font-size: 1.25rem;
@@ -7080,6 +7080,17 @@ input[data-invalid] ~ .cds--form-requirement,
7080
7080
  max-block-size: 12.5rem;
7081
7081
  }
7082
7082
 
7083
+ .cds--select--inline.cds--select--warning .cds--select-input--inline__wrapper ~ .cds--form-requirement,
7084
+ .cds--select-input--inline__wrapper[data-invalid] ~ .cds--form-requirement {
7085
+ display: inline-flex;
7086
+ overflow: visible;
7087
+ margin: 0;
7088
+ inline-size: 100%;
7089
+ margin-block-end: 0;
7090
+ max-block-size: 100%;
7091
+ padding-inline-start: 0.5rem;
7092
+ }
7093
+
7083
7094
  input[data-invalid] ~ .cds--form-requirement,
7084
7095
  .cds--number[data-invalid] .cds--number__input-wrapper ~ .cds--form-requirement,
7085
7096
  .cds--date-picker-input__wrapper ~ .cds--form-requirement,
@@ -7089,7 +7100,8 @@ input[data-invalid] ~ .cds--form-requirement,
7089
7100
  .cds--text-area__wrapper[data-invalid] ~ .cds--form-requirement,
7090
7101
  .cds--select-input__wrapper[data-invalid] ~ .cds--form-requirement,
7091
7102
  .cds--time-picker[data-invalid] ~ .cds--form-requirement,
7092
- .cds--list-box[data-invalid] ~ .cds--form-requirement {
7103
+ .cds--list-box[data-invalid] ~ .cds--form-requirement,
7104
+ .cds--select-input--inline__wrapper[data-invalid] ~ .cds--form-requirement {
7093
7105
  color: var(--cds-text-error, #da1e28);
7094
7106
  }
7095
7107
 
@@ -12411,6 +12423,10 @@ tr.cds--data-table--selected:last-of-type td {
12411
12423
  display: block;
12412
12424
  overflow-y: scroll;
12413
12425
  /* 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 */
12426
+ /* This is for targeting styles specific to firefox */
12427
+ /* To hide the firefox scrollbar */
12428
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
12429
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
12414
12430
  }
12415
12431
  .cds--data-table--sticky-header thead,
12416
12432
  .cds--data-table--sticky-header tbody,
@@ -12489,7 +12505,7 @@ tr.cds--data-table--selected:last-of-type td {
12489
12505
  .cds--data-table--sticky-header tbody::-webkit-scrollbar {
12490
12506
  display: none;
12491
12507
  }
12492
- @document url-prefix() {
12508
+ @-moz-document url-prefix() {
12493
12509
  .cds--data-table--sticky-header thead,
12494
12510
  .cds--data-table--sticky-header tbody {
12495
12511
  scrollbar-width: none;
@@ -17869,6 +17885,13 @@ button.cds--dropdown-text:focus {
17869
17885
  inset-inline-start: -1rem;
17870
17886
  }
17871
17887
 
17888
+ .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator .cds--ai-label--revert::before,
17889
+ .cds--number__input-wrapper--slug .cds--ai-label--revert::before,
17890
+ .cds--number__input-wrapper--slug .cds--slug--revert::before {
17891
+ inset-block-start: 0.5rem;
17892
+ inset-inline-start: -0.5rem;
17893
+ }
17894
+
17872
17895
  .cds--number__control-btn::after {
17873
17896
  display: block;
17874
17897
  inset-inline-end: 0;
@@ -18230,6 +18253,12 @@ button.cds--dropdown-text:focus {
18230
18253
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18231
18254
  }
18232
18255
 
18256
+ .cds--number-input--fluid .cds--number__input-wrapper--decorator .cds--number__input-inner-wrapper--decorator > *::before,
18257
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--ai-label::before,
18258
+ .cds--number-input--fluid .cds--number__input-wrapper--slug .cds--slug::before {
18259
+ display: none;
18260
+ }
18261
+
18233
18262
  .cds--search--fluid {
18234
18263
  block-size: 4rem;
18235
18264
  }
@@ -18371,6 +18400,10 @@ button.cds--dropdown-text:focus {
18371
18400
  padding-inline: 1rem 3rem;
18372
18401
  text-overflow: ellipsis;
18373
18402
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
18403
+ /* This is for targeting styles specific to firefox */
18404
+ /* Removes dotted inner focus */
18405
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
18406
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
18374
18407
  }
18375
18408
  .cds--select-input:hover {
18376
18409
  background-color: var(--cds-field-hover);
@@ -18378,7 +18411,7 @@ button.cds--dropdown-text:focus {
18378
18411
  .cds--select-input::-ms-expand {
18379
18412
  display: none;
18380
18413
  }
18381
- @document url-prefix() {
18414
+ @-moz-document url-prefix() {
18382
18415
  .cds--select-input:-moz-focusring, .cds--select-input::-moz-focus-inner {
18383
18416
  background-image: none;
18384
18417
  color: transparent;
@@ -18461,6 +18494,10 @@ button.cds--dropdown-text:focus {
18461
18494
  fill: var(--cds-support-error, #da1e28);
18462
18495
  }
18463
18496
 
18497
+ .cds--select-input--inline__wrapper[data-invalid] .cds--select__invalid-icon {
18498
+ fill: var(--cds-support-error, #da1e28);
18499
+ }
18500
+
18464
18501
  .cds--select__invalid-icon--warning {
18465
18502
  fill: var(--cds-support-warning, #f1c21b);
18466
18503
  }
@@ -18486,12 +18523,6 @@ optgroup.cds--select-optgroup:disabled,
18486
18523
  align-items: center;
18487
18524
  }
18488
18525
 
18489
- .cds--select--inline.cds--select--invalid .cds--label,
18490
- .cds--select--inline.cds--select--invalid .cds--form__helper-text {
18491
- align-self: flex-start;
18492
- margin-block-start: 0.8125rem;
18493
- }
18494
-
18495
18526
  .cds--select--inline .cds--form__helper-text {
18496
18527
  margin-block-end: 0;
18497
18528
  margin-inline-start: 0.5rem;
@@ -18506,8 +18537,11 @@ optgroup.cds--select-optgroup:disabled,
18506
18537
  background-color: transparent;
18507
18538
  border-block-end: none;
18508
18539
  color: var(--cds-text-primary, #161616);
18509
- inline-size: auto;
18510
- padding-inline: 0.5rem 2rem;
18540
+ inline-size: 100%;
18541
+ padding-inline: 0.5rem 3rem;
18542
+ }
18543
+ .cds--select--inline .cds--select-input:hover {
18544
+ background-color: var(--cds-field-hover);
18511
18545
  }
18512
18546
 
18513
18547
  .cds--select--inline .cds--select-input:focus,
@@ -18515,10 +18549,15 @@ optgroup.cds--select-optgroup:disabled,
18515
18549
  .cds--select--inline .cds--select-input:focus optgroup {
18516
18550
  background-color: var(--cds-background, #ffffff);
18517
18551
  }
18552
+ .cds--select--inline .cds--select-input:focus:hover,
18553
+ .cds--select--inline .cds--select-input:focus option:hover,
18554
+ .cds--select--inline .cds--select-input:focus optgroup:hover {
18555
+ background-color: var(--cds-field-hover);
18556
+ }
18518
18557
 
18519
18558
  .cds--select--inline .cds--select-input[disabled],
18520
18559
  .cds--select--inline .cds--select-input[disabled]:hover {
18521
- background-color: var(--cds-field);
18560
+ background-color: var(--cds-background, #ffffff);
18522
18561
  }
18523
18562
 
18524
18563
  .cds--select--inline .cds--select__arrow {
@@ -18529,7 +18568,8 @@ optgroup.cds--select-optgroup:disabled,
18529
18568
  padding-inline-end: 3.5rem;
18530
18569
  }
18531
18570
 
18532
- .cds--select--inline.cds--select--invalid .cds--select-input ~ .cds--select__invalid-icon {
18571
+ .cds--select--inline.cds--select--invalid .cds--select-input ~ .cds--select__invalid-icon,
18572
+ .cds--select--inline.cds--select--warning .cds--select-input ~ .cds--select__invalid-icon--warning {
18533
18573
  inset-inline-end: 2rem;
18534
18574
  }
18535
18575
 
@@ -18551,6 +18591,10 @@ optgroup.cds--select-optgroup:disabled,
18551
18591
  fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
18552
18592
  }
18553
18593
 
18594
+ .cds--select--readonly.cds--select--inline .cds--select-input:hover {
18595
+ background-color: transparent;
18596
+ }
18597
+
18554
18598
  .cds--select.cds--skeleton {
18555
18599
  position: relative;
18556
18600
  padding: 0;
@@ -18657,7 +18701,8 @@ optgroup.cds--select-optgroup:disabled,
18657
18701
 
18658
18702
  .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)),
18659
18703
  .cds--select--slug .cds--select-input:has(~ .cds--ai-label):not(:has(~ .cds--ai-label--revert)),
18660
- .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)) {
18704
+ .cds--select--slug .cds--select-input:has(~ .cds--slug):not(:has(~ .cds--slug--revert)),
18705
+ .cds--select-input-has--ai-label {
18661
18706
  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%);
18662
18707
  border-block-end-color: var(--cds-ai-border-strong, #4589ff);
18663
18708
  }
@@ -18828,6 +18873,7 @@ optgroup.cds--select-optgroup:disabled,
18828
18873
  padding-inline-end: 4rem;
18829
18874
  }
18830
18875
 
18876
+ .cds--select--fluid .cds--select--decorator .cds--select__inner-wrapper--decorator > .cds--ai-label::before,
18831
18877
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--ai-label::before,
18832
18878
  .cds--select--fluid .cds--select--slug:has(.cds--select__invalid-icon) .cds--slug::before {
18833
18879
  display: none;
@@ -19002,6 +19048,8 @@ optgroup.cds--select-optgroup:disabled,
19002
19048
  inset-inline-end: 2.5rem;
19003
19049
  }
19004
19050
 
19051
+ .cds--text-area--invalid ~ .cds--text-area__inner-wrapper--decorator > .cds--ai-label.cds--ai-label--revert,
19052
+ .cds--text-area--warn ~ .cds--text-area__inner-wrapper--decorator > .cds--ai-label.cds--ai-label--revert,
19005
19053
  .cds--text-area--invalid ~ .cds--ai-label.cds--ai-label--revert,
19006
19054
  .cds--text-area--warn ~ .cds--ai-label.cds--ai-label--revert,
19007
19055
  .cds--text-area--invalid ~ .cds--slug.cds--slug--revert,
@@ -21522,10 +21570,6 @@ optgroup.cds--select-optgroup:disabled,
21522
21570
  max-inline-size: 40rem;
21523
21571
  }
21524
21572
 
21525
- .cds--page-header__content:not(:has(.cds--page-header__content__sub-title)) .cds--page-header__content__body {
21526
- margin-block-start: 1rem;
21527
- }
21528
-
21529
21573
  [data-hidden]:not([data-fixed]) {
21530
21574
  display: none;
21531
21575
  }
@@ -22172,8 +22216,11 @@ span.cds--pagination__text.cds--pagination__items-count {
22172
22216
  appearance: none;
22173
22217
  max-block-size: var(--cds-layout-size-height-local);
22174
22218
  text-indent: calc(50% - 4.5px);
22219
+ /* This is for targeting styles specific to firefox */
22220
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
22221
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
22175
22222
  }
22176
- @document url-prefix() {
22223
+ @-moz-document url-prefix() {
22177
22224
  .cds--pagination-nav__page--select {
22178
22225
  text-indent: 0;
22179
22226
  }
@@ -24177,7 +24224,6 @@ span.cds--pagination__text.cds--pagination__items-count {
24177
24224
  }
24178
24225
  .cds--tabs.cds--tabs--contained:not(.cds--tabs--vertical) .cds--tabs__nav-link {
24179
24226
  border-block-end: 0;
24180
- padding-inline: var(--cds-layout-density-padding-inline-local);
24181
24227
  }
24182
24228
  .cds--tabs.cds--tabs--contained:not(.cds--tabs--tall) .cds--tabs__nav-item-label {
24183
24229
  line-height: calc(3rem - 0.5rem * 2);
@@ -25374,6 +25420,10 @@ span.cds--pagination__text.cds--pagination__items-count {
25374
25420
  }
25375
25421
  }
25376
25422
 
25423
+ .cds--tree-node.cds--tree-parent-node > .cds--tree-node__label {
25424
+ inline-size: auto;
25425
+ }
25426
+
25377
25427
  .cds--tree-node--disabled:focus > .cds--tree-node__label {
25378
25428
  outline: none;
25379
25429
  }
@@ -25418,10 +25468,14 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
25418
25468
  font-weight: var(--cds-body-compact-01-font-weight, 400);
25419
25469
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
25420
25470
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
25471
+ position: relative;
25421
25472
  display: flex;
25473
+ box-sizing: border-box;
25422
25474
  flex: 1;
25423
25475
  align-items: center;
25476
+ inline-size: 100%;
25424
25477
  min-block-size: 2rem;
25478
+ padding-inline-end: 1rem;
25425
25479
  }
25426
25480
  .cds--tree-node__label:hover {
25427
25481
  background-color: var(--cds-layer-hover-01, #e8e8e8);
@@ -25457,6 +25511,7 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
25457
25511
  .cds--tree-node__label__details {
25458
25512
  display: flex;
25459
25513
  align-items: center;
25514
+ min-inline-size: 0;
25460
25515
  }
25461
25516
 
25462
25517
  .cds--tree-node--with-icon .cds--tree-parent-node__toggle {
@@ -25538,6 +25593,52 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
25538
25593
  margin-block-start: 0;
25539
25594
  }
25540
25595
 
25596
+ .cds--tree-node__label__text {
25597
+ font-size: var(--cds-body-compact-01-font-size, 0.875rem);
25598
+ font-weight: var(--cds-body-compact-01-font-weight, 400);
25599
+ line-height: var(--cds-body-compact-01-line-height, 1.28572);
25600
+ letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
25601
+ display: block;
25602
+ overflow: hidden;
25603
+ line-height: 1.2;
25604
+ padding-inline-start: 0.25rem;
25605
+ text-overflow: ellipsis;
25606
+ white-space: nowrap;
25607
+ }
25608
+
25609
+ .cds--tree-node__label .cds--icon-tooltip {
25610
+ inline-size: 100%;
25611
+ }
25612
+
25613
+ .cds--tree-node__label .cds--icon-tooltip .cds--btn--icon-only {
25614
+ padding: 0;
25615
+ border: none;
25616
+ background: transparent;
25617
+ block-size: auto;
25618
+ color: inherit;
25619
+ inline-size: 100%;
25620
+ min-block-size: unset;
25621
+ text-align: start;
25622
+ }
25623
+
25624
+ .cds--tree-node__label .cds--icon-tooltip .cds--btn--icon-only .cds--tree-node__label__text {
25625
+ color: inherit;
25626
+ inline-size: 100%;
25627
+ }
25628
+
25629
+ .cds--tree-node__label .cds--tooltip-content {
25630
+ padding: 1rem;
25631
+ }
25632
+
25633
+ .cds--tree-node__label .cds--popover-container {
25634
+ inline-size: 100%;
25635
+ }
25636
+
25637
+ .cds--tooltip-trigger__wrapper .cds--btn--ghost:focus {
25638
+ box-shadow: none;
25639
+ outline: 2px solid var(--cds-focus, #0f62fe);
25640
+ }
25641
+
25541
25642
  .cds--content {
25542
25643
  padding: 2rem;
25543
25644
  color: var(--cds-text-primary, #161616);