@patternfly/patternfly 4.160.0 → 4.162.1
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/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Black.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-BlackItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplayVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplayVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Bold.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-BoldItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Light.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-LightItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-MediumItalic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatTextVF-updated-Italic.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/RedHatText/RedHatTextVF-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2 +0 -0
- package/assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2 +0 -0
- package/base/_common.scss +5 -1
- package/base/_fonts.scss +100 -0
- package/base/_globals.scss +0 -16
- package/base/_variables.scss +25 -1
- package/base/patternfly-common.css +4 -0
- package/base/patternfly-fonts.css +84 -0
- package/base/patternfly-globals.css +0 -14
- package/base/patternfly-variables.css +21 -0
- package/components/DataList/data-list.scss +1 -1
- package/components/DescriptionList/description-list.css +14 -0
- package/components/DescriptionList/description-list.scss +19 -0
- package/components/Table/table.css +14 -3
- package/components/Table/table.scss +16 -3
- package/components/_all.scss +88 -88
- package/docs/components/DescriptionList/examples/DescriptionList.md +174 -0
- package/docs/components/Table/examples/Table.md +1079 -925
- package/docs/demos/Table/examples/Table.md +100 -100
- package/package.json +7 -7
- package/patternfly-addons.scss +10 -10
- package/patternfly-base-no-reset.css +109 -0
- package/patternfly-base-no-reset.scss +1 -1
- package/patternfly-base.css +109 -14
- package/patternfly-no-reset.css +137 -3
- package/patternfly-no-reset.scss +1 -1
- package/patternfly.css +137 -17
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +1 -1
- package/sass-utilities/scss-variables.scss +6 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.162.1",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"husky": "^1.3.1",
|
|
62
62
|
"lint-staged": "^9.2.5",
|
|
63
63
|
"node-plop": "^0.18.0",
|
|
64
|
-
"postcss": "^
|
|
64
|
+
"postcss": "^8.3.11",
|
|
65
65
|
"postcss-css-variables": "^0.13.0",
|
|
66
66
|
"postcss-preset-env": "^6.7.0",
|
|
67
67
|
"prettier": "^1.12.1",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"rimraf": "*",
|
|
73
73
|
"sass": "^1.34.0",
|
|
74
74
|
"sass-graph": "^3.0.4",
|
|
75
|
-
"stylelint": "^
|
|
76
|
-
"stylelint-config-recommended-scss": "^
|
|
77
|
-
"stylelint-config-standard": "^
|
|
78
|
-
"stylelint-order": "^
|
|
79
|
-
"stylelint-scss": "^
|
|
75
|
+
"stylelint": "^14.1.0",
|
|
76
|
+
"stylelint-config-recommended-scss": "^5.0.2",
|
|
77
|
+
"stylelint-config-standard": "^24.0.0",
|
|
78
|
+
"stylelint-order": "^5.0.0",
|
|
79
|
+
"stylelint-scss": "^4.0.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
82
|
"theme-patternfly-org": "0.7.3",
|
package/patternfly-addons.scss
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@import "sass-utilities/all";
|
|
2
2
|
|
|
3
3
|
// Utilities
|
|
4
|
-
@import "./utilities/Accessibility/accessibility
|
|
5
|
-
@import "./utilities/Alignment/alignment
|
|
6
|
-
@import "./utilities/BackgroundColor/BackgroundColor
|
|
7
|
-
@import "./utilities/BoxShadow/box-shadow
|
|
8
|
-
@import "./utilities/Display/display
|
|
9
|
-
@import "./utilities/Flex/flex
|
|
10
|
-
@import "./utilities/Float/float
|
|
11
|
-
@import "./utilities/Sizing/sizing
|
|
12
|
-
@import "./utilities/Spacing/spacing
|
|
13
|
-
@import "./utilities/Text/text
|
|
4
|
+
@import "./utilities/Accessibility/accessibility";
|
|
5
|
+
@import "./utilities/Alignment/alignment";
|
|
6
|
+
@import "./utilities/BackgroundColor/BackgroundColor";
|
|
7
|
+
@import "./utilities/BoxShadow/box-shadow";
|
|
8
|
+
@import "./utilities/Display/display";
|
|
9
|
+
@import "./utilities/Flex/flex";
|
|
10
|
+
@import "./utilities/Float/float";
|
|
11
|
+
@import "./utilities/Sizing/sizing";
|
|
12
|
+
@import "./utilities/Spacing/spacing";
|
|
13
|
+
@import "./utilities/Text/text";
|
|
@@ -239,6 +239,12 @@
|
|
|
239
239
|
--pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
240
240
|
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
241
241
|
--pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
242
|
+
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
243
|
+
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
244
|
+
--pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
245
|
+
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
246
|
+
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
247
|
+
--pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
242
248
|
--pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
243
249
|
--pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
|
|
244
250
|
--pf-global--FontSize--4xl: 2.25rem;
|
|
@@ -275,6 +281,21 @@
|
|
|
275
281
|
--pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
|
|
276
282
|
}
|
|
277
283
|
|
|
284
|
+
.pf-m-redhat-updated-font {
|
|
285
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhat-updated--sans-serif);
|
|
286
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhat-updated--heading--sans-serif);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.pf-m-redhatmono-font {
|
|
290
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhat--monospace);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.pf-m-redhatVF-font {
|
|
294
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhatVF--sans-serif);
|
|
295
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
|
|
296
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
|
|
297
|
+
}
|
|
298
|
+
|
|
278
299
|
@font-face {
|
|
279
300
|
font-family: "RedHatDisplay";
|
|
280
301
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
@@ -310,6 +331,90 @@
|
|
|
310
331
|
font-weight: 700;
|
|
311
332
|
text-rendering: optimizeLegibility;
|
|
312
333
|
}
|
|
334
|
+
@font-face {
|
|
335
|
+
font-family: "RedHatDisplayUpdated";
|
|
336
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
337
|
+
font-style: normal;
|
|
338
|
+
font-weight: 300;
|
|
339
|
+
text-rendering: optimizeLegibility;
|
|
340
|
+
}
|
|
341
|
+
@font-face {
|
|
342
|
+
font-family: "RedHatDisplayUpdated";
|
|
343
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
344
|
+
font-style: normal;
|
|
345
|
+
font-weight: 400;
|
|
346
|
+
text-rendering: optimizeLegibility;
|
|
347
|
+
}
|
|
348
|
+
@font-face {
|
|
349
|
+
font-family: "RedHatDisplayUpdated";
|
|
350
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
351
|
+
font-style: normal;
|
|
352
|
+
font-weight: 700;
|
|
353
|
+
text-rendering: optimizeLegibility;
|
|
354
|
+
}
|
|
355
|
+
@font-face {
|
|
356
|
+
font-family: "RedHatTextUpdated";
|
|
357
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
358
|
+
font-style: normal;
|
|
359
|
+
font-weight: 400;
|
|
360
|
+
text-rendering: optimizeLegibility;
|
|
361
|
+
}
|
|
362
|
+
@font-face {
|
|
363
|
+
font-family: "RedHatTextUpdated";
|
|
364
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
365
|
+
font-style: normal;
|
|
366
|
+
font-weight: 700;
|
|
367
|
+
text-rendering: optimizeLegibility;
|
|
368
|
+
}
|
|
369
|
+
@font-face {
|
|
370
|
+
font-family: "RedHatMono";
|
|
371
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
372
|
+
font-style: normal;
|
|
373
|
+
font-weight: 400;
|
|
374
|
+
font-display: fallback;
|
|
375
|
+
}
|
|
376
|
+
@font-face {
|
|
377
|
+
font-family: "RedHatDisplayVF";
|
|
378
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
379
|
+
font-style: normal;
|
|
380
|
+
font-weight: 300 900;
|
|
381
|
+
font-display: fallback;
|
|
382
|
+
}
|
|
383
|
+
@font-face {
|
|
384
|
+
font-family: "RedHatDisplayVF";
|
|
385
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
386
|
+
font-style: italic;
|
|
387
|
+
font-weight: 300 900;
|
|
388
|
+
font-display: fallback;
|
|
389
|
+
}
|
|
390
|
+
@font-face {
|
|
391
|
+
font-family: "RedHatTextVF";
|
|
392
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
393
|
+
font-style: normal;
|
|
394
|
+
font-weight: 400 500;
|
|
395
|
+
font-display: fallback;
|
|
396
|
+
}
|
|
397
|
+
@font-face {
|
|
398
|
+
font-family: "RedHatTextVF";
|
|
399
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
400
|
+
font-style: italic;
|
|
401
|
+
font-weight: 400 500;
|
|
402
|
+
font-display: fallback;
|
|
403
|
+
}
|
|
404
|
+
@font-face {
|
|
405
|
+
font-family: "RedHatMonoVF";
|
|
406
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
407
|
+
font-style: normal;
|
|
408
|
+
font-weight: 300 700;
|
|
409
|
+
font-display: fallback;
|
|
410
|
+
}
|
|
411
|
+
@font-face {
|
|
412
|
+
font-family: "RedHatMonoVF";
|
|
413
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
414
|
+
font-style: italic;
|
|
415
|
+
font-weight: 300 700;
|
|
416
|
+
font-display: fallback;
|
|
417
|
+
}
|
|
313
418
|
@font-face {
|
|
314
419
|
font-family: "overpass";
|
|
315
420
|
font-style: normal;
|
|
@@ -450,6 +555,10 @@ html {
|
|
|
450
555
|
border: 0;
|
|
451
556
|
}
|
|
452
557
|
|
|
558
|
+
.pf-m-tabular-nums {
|
|
559
|
+
font-variant-numeric: tabular-nums;
|
|
560
|
+
}
|
|
561
|
+
|
|
453
562
|
.pf-t-dark.pf-m-transparent {
|
|
454
563
|
background-color: transparent;
|
|
455
564
|
}
|
package/patternfly-base.css
CHANGED
|
@@ -239,6 +239,12 @@
|
|
|
239
239
|
--pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
240
240
|
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
241
241
|
--pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
242
|
+
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
243
|
+
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
244
|
+
--pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
245
|
+
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
246
|
+
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
247
|
+
--pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
242
248
|
--pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
243
249
|
--pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
|
|
244
250
|
--pf-global--FontSize--4xl: 2.25rem;
|
|
@@ -275,6 +281,21 @@
|
|
|
275
281
|
--pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
|
|
276
282
|
}
|
|
277
283
|
|
|
284
|
+
.pf-m-redhat-updated-font {
|
|
285
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhat-updated--sans-serif);
|
|
286
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhat-updated--heading--sans-serif);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.pf-m-redhatmono-font {
|
|
290
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhat--monospace);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.pf-m-redhatVF-font {
|
|
294
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhatVF--sans-serif);
|
|
295
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
|
|
296
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
|
|
297
|
+
}
|
|
298
|
+
|
|
278
299
|
@font-face {
|
|
279
300
|
font-family: "RedHatDisplay";
|
|
280
301
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
@@ -310,6 +331,90 @@
|
|
|
310
331
|
font-weight: 700;
|
|
311
332
|
text-rendering: optimizeLegibility;
|
|
312
333
|
}
|
|
334
|
+
@font-face {
|
|
335
|
+
font-family: "RedHatDisplayUpdated";
|
|
336
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
337
|
+
font-style: normal;
|
|
338
|
+
font-weight: 300;
|
|
339
|
+
text-rendering: optimizeLegibility;
|
|
340
|
+
}
|
|
341
|
+
@font-face {
|
|
342
|
+
font-family: "RedHatDisplayUpdated";
|
|
343
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
344
|
+
font-style: normal;
|
|
345
|
+
font-weight: 400;
|
|
346
|
+
text-rendering: optimizeLegibility;
|
|
347
|
+
}
|
|
348
|
+
@font-face {
|
|
349
|
+
font-family: "RedHatDisplayUpdated";
|
|
350
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
351
|
+
font-style: normal;
|
|
352
|
+
font-weight: 700;
|
|
353
|
+
text-rendering: optimizeLegibility;
|
|
354
|
+
}
|
|
355
|
+
@font-face {
|
|
356
|
+
font-family: "RedHatTextUpdated";
|
|
357
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
358
|
+
font-style: normal;
|
|
359
|
+
font-weight: 400;
|
|
360
|
+
text-rendering: optimizeLegibility;
|
|
361
|
+
}
|
|
362
|
+
@font-face {
|
|
363
|
+
font-family: "RedHatTextUpdated";
|
|
364
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
365
|
+
font-style: normal;
|
|
366
|
+
font-weight: 700;
|
|
367
|
+
text-rendering: optimizeLegibility;
|
|
368
|
+
}
|
|
369
|
+
@font-face {
|
|
370
|
+
font-family: "RedHatMono";
|
|
371
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
372
|
+
font-style: normal;
|
|
373
|
+
font-weight: 400;
|
|
374
|
+
font-display: fallback;
|
|
375
|
+
}
|
|
376
|
+
@font-face {
|
|
377
|
+
font-family: "RedHatDisplayVF";
|
|
378
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
379
|
+
font-style: normal;
|
|
380
|
+
font-weight: 300 900;
|
|
381
|
+
font-display: fallback;
|
|
382
|
+
}
|
|
383
|
+
@font-face {
|
|
384
|
+
font-family: "RedHatDisplayVF";
|
|
385
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
386
|
+
font-style: italic;
|
|
387
|
+
font-weight: 300 900;
|
|
388
|
+
font-display: fallback;
|
|
389
|
+
}
|
|
390
|
+
@font-face {
|
|
391
|
+
font-family: "RedHatTextVF";
|
|
392
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
393
|
+
font-style: normal;
|
|
394
|
+
font-weight: 400 500;
|
|
395
|
+
font-display: fallback;
|
|
396
|
+
}
|
|
397
|
+
@font-face {
|
|
398
|
+
font-family: "RedHatTextVF";
|
|
399
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
400
|
+
font-style: italic;
|
|
401
|
+
font-weight: 400 500;
|
|
402
|
+
font-display: fallback;
|
|
403
|
+
}
|
|
404
|
+
@font-face {
|
|
405
|
+
font-family: "RedHatMonoVF";
|
|
406
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
407
|
+
font-style: normal;
|
|
408
|
+
font-weight: 300 700;
|
|
409
|
+
font-display: fallback;
|
|
410
|
+
}
|
|
411
|
+
@font-face {
|
|
412
|
+
font-family: "RedHatMonoVF";
|
|
413
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
414
|
+
font-style: italic;
|
|
415
|
+
font-weight: 300 700;
|
|
416
|
+
font-display: fallback;
|
|
417
|
+
}
|
|
313
418
|
@font-face {
|
|
314
419
|
font-family: "overpass";
|
|
315
420
|
font-style: normal;
|
|
@@ -450,6 +555,10 @@ html {
|
|
|
450
555
|
border: 0;
|
|
451
556
|
}
|
|
452
557
|
|
|
558
|
+
.pf-m-tabular-nums {
|
|
559
|
+
font-variant-numeric: tabular-nums;
|
|
560
|
+
}
|
|
561
|
+
|
|
453
562
|
html,
|
|
454
563
|
body,
|
|
455
564
|
p,
|
|
@@ -568,20 +677,6 @@ a {
|
|
|
568
677
|
cursor: pointer;
|
|
569
678
|
}
|
|
570
679
|
|
|
571
|
-
button::-moz-focus-inner,
|
|
572
|
-
[type=button]::-moz-focus-inner,
|
|
573
|
-
[type=reset]::-moz-focus-inner,
|
|
574
|
-
[type=submit]::-moz-focus-inner {
|
|
575
|
-
padding: 0;
|
|
576
|
-
border-style: none;
|
|
577
|
-
}
|
|
578
|
-
button:-moz-focusring,
|
|
579
|
-
[type=button]:-moz-focusring,
|
|
580
|
-
[type=reset]:-moz-focusring,
|
|
581
|
-
[type=submit]:-moz-focusring {
|
|
582
|
-
outline: 1px dotted ButtonText;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
680
|
.pf-m-overpass-font a {
|
|
586
681
|
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
587
682
|
}
|
package/patternfly-no-reset.css
CHANGED
|
@@ -304,6 +304,12 @@
|
|
|
304
304
|
--pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
305
305
|
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
306
306
|
--pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
307
|
+
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
308
|
+
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
309
|
+
--pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
310
|
+
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
311
|
+
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
|
|
312
|
+
--pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
307
313
|
--pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
308
314
|
--pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
|
|
309
315
|
--pf-global--FontSize--4xl: 2.25rem;
|
|
@@ -340,6 +346,21 @@
|
|
|
340
346
|
--pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
|
|
341
347
|
}
|
|
342
348
|
|
|
349
|
+
.pf-m-redhat-updated-font {
|
|
350
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhat-updated--sans-serif);
|
|
351
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhat-updated--heading--sans-serif);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.pf-m-redhatmono-font {
|
|
355
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhat--monospace);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.pf-m-redhatVF-font {
|
|
359
|
+
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhatVF--sans-serif);
|
|
360
|
+
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
|
|
361
|
+
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
|
|
362
|
+
}
|
|
363
|
+
|
|
343
364
|
@font-face {
|
|
344
365
|
font-family: "RedHatDisplay";
|
|
345
366
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
@@ -375,6 +396,90 @@
|
|
|
375
396
|
font-weight: 700;
|
|
376
397
|
text-rendering: optimizeLegibility;
|
|
377
398
|
}
|
|
399
|
+
@font-face {
|
|
400
|
+
font-family: "RedHatDisplayUpdated";
|
|
401
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
402
|
+
font-style: normal;
|
|
403
|
+
font-weight: 300;
|
|
404
|
+
text-rendering: optimizeLegibility;
|
|
405
|
+
}
|
|
406
|
+
@font-face {
|
|
407
|
+
font-family: "RedHatDisplayUpdated";
|
|
408
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
409
|
+
font-style: normal;
|
|
410
|
+
font-weight: 400;
|
|
411
|
+
text-rendering: optimizeLegibility;
|
|
412
|
+
}
|
|
413
|
+
@font-face {
|
|
414
|
+
font-family: "RedHatDisplayUpdated";
|
|
415
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
416
|
+
font-style: normal;
|
|
417
|
+
font-weight: 700;
|
|
418
|
+
text-rendering: optimizeLegibility;
|
|
419
|
+
}
|
|
420
|
+
@font-face {
|
|
421
|
+
font-family: "RedHatTextUpdated";
|
|
422
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
423
|
+
font-style: normal;
|
|
424
|
+
font-weight: 400;
|
|
425
|
+
text-rendering: optimizeLegibility;
|
|
426
|
+
}
|
|
427
|
+
@font-face {
|
|
428
|
+
font-family: "RedHatTextUpdated";
|
|
429
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
430
|
+
font-style: normal;
|
|
431
|
+
font-weight: 700;
|
|
432
|
+
text-rendering: optimizeLegibility;
|
|
433
|
+
}
|
|
434
|
+
@font-face {
|
|
435
|
+
font-family: "RedHatMono";
|
|
436
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
437
|
+
font-style: normal;
|
|
438
|
+
font-weight: 400;
|
|
439
|
+
font-display: fallback;
|
|
440
|
+
}
|
|
441
|
+
@font-face {
|
|
442
|
+
font-family: "RedHatDisplayVF";
|
|
443
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
444
|
+
font-style: normal;
|
|
445
|
+
font-weight: 300 900;
|
|
446
|
+
font-display: fallback;
|
|
447
|
+
}
|
|
448
|
+
@font-face {
|
|
449
|
+
font-family: "RedHatDisplayVF";
|
|
450
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
451
|
+
font-style: italic;
|
|
452
|
+
font-weight: 300 900;
|
|
453
|
+
font-display: fallback;
|
|
454
|
+
}
|
|
455
|
+
@font-face {
|
|
456
|
+
font-family: "RedHatTextVF";
|
|
457
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
458
|
+
font-style: normal;
|
|
459
|
+
font-weight: 400 500;
|
|
460
|
+
font-display: fallback;
|
|
461
|
+
}
|
|
462
|
+
@font-face {
|
|
463
|
+
font-family: "RedHatTextVF";
|
|
464
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
465
|
+
font-style: italic;
|
|
466
|
+
font-weight: 400 500;
|
|
467
|
+
font-display: fallback;
|
|
468
|
+
}
|
|
469
|
+
@font-face {
|
|
470
|
+
font-family: "RedHatMonoVF";
|
|
471
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
472
|
+
font-style: normal;
|
|
473
|
+
font-weight: 300 700;
|
|
474
|
+
font-display: fallback;
|
|
475
|
+
}
|
|
476
|
+
@font-face {
|
|
477
|
+
font-family: "RedHatMonoVF";
|
|
478
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
479
|
+
font-style: italic;
|
|
480
|
+
font-weight: 300 700;
|
|
481
|
+
font-display: fallback;
|
|
482
|
+
}
|
|
378
483
|
@font-face {
|
|
379
484
|
font-family: "overpass";
|
|
380
485
|
font-style: normal;
|
|
@@ -515,6 +620,10 @@ html {
|
|
|
515
620
|
border: 0;
|
|
516
621
|
}
|
|
517
622
|
|
|
623
|
+
.pf-m-tabular-nums {
|
|
624
|
+
font-variant-numeric: tabular-nums;
|
|
625
|
+
}
|
|
626
|
+
|
|
518
627
|
.pf-t-dark.pf-m-transparent {
|
|
519
628
|
background-color: transparent;
|
|
520
629
|
}
|
|
@@ -9452,6 +9561,20 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9452
9561
|
.pf-c-description-list.pf-m-fluid {
|
|
9453
9562
|
--pf-c-description-list--m-horizontal__term--width: fit-content(20ch);
|
|
9454
9563
|
}
|
|
9564
|
+
.pf-c-description-list.pf-m-fill-columns {
|
|
9565
|
+
display: block;
|
|
9566
|
+
column-count: var(--pf-c-description-list--GridTemplateColumns--count);
|
|
9567
|
+
margin-bottom: calc(var(--pf-c-description-list--RowGap) * -1);
|
|
9568
|
+
}
|
|
9569
|
+
.pf-c-description-list.pf-m-fill-columns .pf-c-description-list__group {
|
|
9570
|
+
display: inline-grid;
|
|
9571
|
+
width: 100%;
|
|
9572
|
+
margin-bottom: var(--pf-c-description-list--RowGap);
|
|
9573
|
+
break-inside: avoid;
|
|
9574
|
+
page-break-inside: avoid;
|
|
9575
|
+
-webkit-column-break-inside: avoid;
|
|
9576
|
+
-moz-column-break-inside: avoid;
|
|
9577
|
+
}
|
|
9455
9578
|
|
|
9456
9579
|
.pf-c-description-list__group {
|
|
9457
9580
|
display: grid;
|
|
@@ -23871,9 +23994,14 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
23871
23994
|
outline-offset: var(--pf-c-table--thead--m-nested-column-header--button--OutlineOffset);
|
|
23872
23995
|
}
|
|
23873
23996
|
.pf-c-table thead.pf-m-nested-column-header th,
|
|
23874
|
-
.pf-c-table thead.pf-m-nested-column-header td
|
|
23997
|
+
.pf-c-table thead.pf-m-nested-column-header td,
|
|
23998
|
+
.pf-c-table thead.pf-m-nested-column-header input {
|
|
23875
23999
|
vertical-align: middle;
|
|
23876
24000
|
}
|
|
24001
|
+
.pf-c-table thead.pf-m-nested-column-header .pf-c-table__check label {
|
|
24002
|
+
display: flex;
|
|
24003
|
+
align-items: center;
|
|
24004
|
+
}
|
|
23877
24005
|
.pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) th:not([rowspan]),
|
|
23878
24006
|
.pf-c-table thead.pf-m-nested-column-header tr:not(:first-child) td:not([rowspan]) {
|
|
23879
24007
|
--pf-c-table--cell--PaddingTop: var(--pf-c-table--thead--m-nested-column-header--tr--PaddingTop);
|
|
@@ -23906,7 +24034,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
23906
24034
|
background-color: transparent;
|
|
23907
24035
|
border-left: var(--pf-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-c-table__expandable-row--after--BorderColor);
|
|
23908
24036
|
}
|
|
23909
|
-
.pf-c-table tbody .pf-c-table__check
|
|
24037
|
+
.pf-c-table tbody .pf-c-table__check input {
|
|
23910
24038
|
margin-top: var(--pf-c-table__check--input--MarginTop);
|
|
23911
24039
|
vertical-align: top;
|
|
23912
24040
|
}
|
|
@@ -24193,9 +24321,15 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24193
24321
|
.pf-c-table__check {
|
|
24194
24322
|
--pf-c-table--cell--FontSize: var(--pf-c-table__check--input--FontSize);
|
|
24195
24323
|
}
|
|
24196
|
-
.pf-c-table__check
|
|
24324
|
+
.pf-c-table__check label:not([disabled]),
|
|
24325
|
+
.pf-c-table__check input:not([disabled]) {
|
|
24197
24326
|
cursor: pointer;
|
|
24198
24327
|
}
|
|
24328
|
+
.pf-c-table__check label {
|
|
24329
|
+
display: block;
|
|
24330
|
+
padding: inherit;
|
|
24331
|
+
margin: calc(var(--pf-c-table--cell--PaddingTop) * -1) calc(var(--pf-c-table--cell--PaddingRight) * -1) calc(var(--pf-c-table--cell--PaddingBottom) * -1) calc(var(--pf-c-table--cell--PaddingLeft) * -1);
|
|
24332
|
+
}
|
|
24199
24333
|
|
|
24200
24334
|
.pf-c-table__favorite .pf-c-button {
|
|
24201
24335
|
--pf-c-button--m-plain--Color: var(--pf-c-table__favorite--c-button--Color);
|
package/patternfly-no-reset.scss
CHANGED