@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.
- package/css/carbon.css +317 -216
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +546 -270
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +387 -43
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +229 -54
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +242 -56
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_commonjsHelpers.js +1 -3
- package/es/_virtual/index2.js +2 -6
- package/es/components/APIKeyModal/APIKeyDownloader.d.ts +61 -19
- package/es/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/es/components/APIKeyModal/APIKeyModal.js +1 -1
- package/es/components/ActionSet/ActionSet.d.ts +4 -0
- package/es/components/ActionSet/ActionSet.js +46 -44
- package/es/components/AddSelect/AddSelectBody.js +1 -1
- package/es/components/Card/Card.d.ts +1 -0
- package/es/components/Coachmark/CoachmarkOverlay.js +5 -5
- package/es/components/Coachmark/CoachmarkTagline.js +2 -2
- package/es/components/Coachmark/utils/context.d.ts +28 -2
- package/es/components/Coachmark/utils/context.js +1 -1
- package/es/components/CoachmarkStack/CoachmarkStack.js +11 -8
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +5 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +9 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +24 -5
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -1
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -4
- package/es/components/ConditionBuilder/utils/util.d.ts +1 -1
- package/es/components/ConditionBuilder/utils/util.js +11 -4
- package/es/components/CreateModal/CreateModal.d.ts +4 -7
- package/es/components/CreateModal/CreateModal.js +4 -19
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +43 -18
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +7 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +11 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +15 -19
- package/es/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
- package/es/components/EditTearsheet/EditTearsheetForm.js +16 -4
- package/es/components/EmptyStates/EmptyState.js +0 -1
- package/es/components/FilterSummary/FilterSummary.d.ts +1 -0
- package/es/components/FilterSummary/FilterSummary.js +2 -1
- package/es/components/Guidebanner/Guidebanner.js +4 -20
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +4 -3
- package/es/components/InterstitialScreen/InterstitialScreen.js +21 -21
- package/es/components/InterstitialScreen/InterstitialScreenBody.d.ts +9 -3
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +16 -11
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +15 -13
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +13 -8
- package/es/components/InterstitialScreen/index.d.ts +4 -1
- package/es/components/Nav/NavItemLink.js +1 -4
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/next/PageHeader.d.ts +277 -0
- package/es/components/PageHeader/next/PageHeader.js +475 -0
- package/es/components/PageHeader/next/index.d.ts +8 -0
- package/es/components/ScrollGradient/ScrollGradient.js +4 -4
- package/es/components/SidePanel/SidePanel.js +25 -20
- package/es/components/StringFormatter/StringFormatter.js +3 -0
- package/es/components/Tearsheet/Tearsheet.js +4 -7
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -4
- package/es/components/Tearsheet/TearsheetShell.js +1 -1
- package/es/components/UserAvatar/UserAvatar.js +5 -7
- package/es/components/UserProfileImage/UserProfileImage.d.ts +1 -0
- package/es/components/UserProfileImage/UserProfileImage.js +12 -6
- package/es/components/index.d.ts +1 -0
- package/es/global/js/package-settings.js +1 -1
- package/es/index.js +3 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/prop-types/index.js +1 -1
- package/lib/_virtual/_commonjsHelpers.js +0 -3
- package/lib/_virtual/index2.js +2 -8
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +61 -19
- package/lib/components/APIKeyModal/APIKeyDownloader.js +3 -3
- package/lib/components/APIKeyModal/APIKeyModal.js +1 -1
- package/lib/components/ActionSet/ActionSet.d.ts +4 -0
- package/lib/components/ActionSet/ActionSet.js +46 -43
- package/lib/components/AddSelect/AddSelectBody.js +1 -1
- package/lib/components/Card/Card.d.ts +1 -0
- package/lib/components/Coachmark/CoachmarkOverlay.js +5 -5
- package/lib/components/Coachmark/CoachmarkTagline.js +2 -2
- package/lib/components/Coachmark/utils/context.d.ts +28 -2
- package/lib/components/Coachmark/utils/context.js +1 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.js +11 -8
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +18 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +5 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +5 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +2 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +9 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +24 -5
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +1 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -4
- package/lib/components/ConditionBuilder/utils/util.d.ts +1 -1
- package/lib/components/ConditionBuilder/utils/util.js +11 -4
- package/lib/components/CreateModal/CreateModal.d.ts +4 -7
- package/lib/components/CreateModal/CreateModal.js +4 -19
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +43 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +7 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +11 -3
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +15 -19
- package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
- package/lib/components/EditTearsheet/EditTearsheetForm.js +16 -4
- package/lib/components/EmptyStates/EmptyState.js +0 -1
- package/lib/components/FilterSummary/FilterSummary.d.ts +1 -0
- package/lib/components/FilterSummary/FilterSummary.js +2 -1
- package/lib/components/Guidebanner/Guidebanner.js +4 -20
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +4 -3
- package/lib/components/InterstitialScreen/InterstitialScreen.js +21 -20
- package/lib/components/InterstitialScreen/InterstitialScreenBody.d.ts +9 -3
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +19 -14
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +20 -18
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +15 -10
- package/lib/components/InterstitialScreen/index.d.ts +4 -1
- package/lib/components/Nav/NavItemLink.js +1 -4
- package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts +277 -0
- package/lib/components/PageHeader/next/PageHeader.js +490 -0
- package/lib/components/PageHeader/next/index.d.ts +8 -0
- package/lib/components/ScrollGradient/ScrollGradient.js +4 -4
- package/lib/components/SidePanel/SidePanel.js +26 -21
- package/lib/components/StringFormatter/StringFormatter.js +3 -0
- package/lib/components/Tearsheet/Tearsheet.js +4 -7
- package/lib/components/Tearsheet/TearsheetNarrow.js +1 -4
- package/lib/components/Tearsheet/TearsheetShell.js +1 -1
- package/lib/components/UserAvatar/UserAvatar.js +5 -7
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +1 -0
- package/lib/components/UserProfileImage/UserProfileImage.js +12 -6
- package/lib/components/index.d.ts +1 -0
- package/lib/global/js/package-settings.js +1 -1
- package/lib/index.js +5 -2
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/prop-types/index.js +1 -1
- package/package.json +22 -30
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +12 -1
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +7 -11
- package/scss/components/PageHeader/_page-header.scss +198 -0
- package/scss/components/SidePanel/_side-panel.scss +2 -52
- package/scss/components/_index-released-only.scss +1 -0
- package/telemetry.yml +12 -13
- package/es/_virtual/index3.js +0 -10
- package/es/components/SidePanel/resizer/Resizer.d.ts +0 -21
- package/es/components/SidePanel/resizer/Resizer.js +0 -271
- package/es/node_modules/lodash.debounce/index.js +0 -367
- package/lib/_virtual/index3.js +0 -12
- package/lib/components/SidePanel/resizer/Resizer.d.ts +0 -21
- package/lib/components/SidePanel/resizer/Resizer.js +0 -277
- package/lib/node_modules/lodash.debounce/index.js +0 -369
- /package/es/node_modules/@carbon/{icons-react/node_modules/@carbon/icon-helpers → icon-helpers}/es/index.js +0 -0
- /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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
257
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
258
258
|
}
|
259
259
|
@font-face {
|
260
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
297
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
298
298
|
}
|
299
299
|
@font-face {
|
300
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
337
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
338
338
|
}
|
339
339
|
@font-face {
|
340
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
377
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
378
378
|
}
|
379
379
|
@font-face {
|
380
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
417
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
418
418
|
}
|
419
419
|
@font-face {
|
420
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
457
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
458
458
|
}
|
459
459
|
@font-face {
|
460
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
497
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
498
498
|
}
|
499
499
|
@font-face {
|
500
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
537
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
538
538
|
}
|
539
539
|
@font-face {
|
540
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
577
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
578
578
|
}
|
579
579
|
@font-face {
|
580
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
617
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
618
618
|
}
|
619
619
|
@font-face {
|
620
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
657
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
658
658
|
}
|
659
659
|
@font-face {
|
660
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
697
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
698
698
|
}
|
699
699
|
@font-face {
|
700
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
737
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
738
738
|
}
|
739
739
|
@font-face {
|
740
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
777
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
778
778
|
}
|
779
779
|
@font-face {
|
780
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
817
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
818
818
|
}
|
819
819
|
@font-face {
|
820
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
857
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
858
858
|
}
|
859
859
|
@font-face {
|
860
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
897
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
898
898
|
}
|
899
899
|
@font-face {
|
900
|
-
font-display:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
937
|
+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
938
938
|
}
|
939
939
|
@font-face {
|
940
|
-
font-display:
|
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:
|
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:
|
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:
|
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-
|
5175
|
-
.cds--
|
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-
|
5188
|
-
.cds--
|
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-
|
5195
|
-
.cds--
|
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-
|
5202
|
-
.cds--
|
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-
|
5209
|
-
.cds--
|
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-
|
5216
|
-
.cds--
|
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-
|
5223
|
-
.cds--
|
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-
|
5230
|
-
.cds--
|
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
|
-
|
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
|
-
|
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:
|
18510
|
-
padding-inline: 0.5rem
|
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-
|
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
|
-
|
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);
|