@patternfly/patternfly 5.0.0-alpha.3 → 5.0.0-alpha.31
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/RELEASE-NOTES.md +17 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +22 -22
- package/base/_globals.scss +1 -1
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +1 -1
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-icons.css +6 -20
- package/base/patternfly-pf-icons.css +5 -1
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +7 -7
- package/components/AboutModalBox/about-modal-box.scss +7 -7
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +3 -3
- package/components/Alert/alert.scss +3 -3
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/Banner/banner.css +14 -14
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +20 -21
- package/components/Card/card.scss +22 -26
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +12 -11
- package/components/DataList/data-list.scss +5 -4
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +12 -10
- package/components/Dropdown/dropdown.scss +2 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +7 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +43 -30
- package/components/Label/label.scss +49 -34
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Login/login.css +11 -11
- package/components/Login/login.scss +10 -10
- package/components/Masthead/masthead.css +4 -4
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +9 -8
- package/components/ModalBox/modal-box.scss +11 -11
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +71 -71
- package/components/Page/page.scss +12 -12
- package/components/Pagination/pagination.css +2 -2
- package/components/Popover/popover.css +25 -31
- package/components/Popover/popover.scss +27 -32
- package/components/Popover/themes/dark/popover.scss +2 -8
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +7 -2
- package/components/Table/table.scss +9 -2
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -1
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +19 -19
- package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
- package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
- package/docs/components/Card/examples/Card.md +139 -64
- package/docs/components/Check/examples/Check.md +15 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +86 -80
- package/docs/components/DataList/examples/DataList.md +187 -148
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +123 -99
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +64 -64
- package/docs/components/FormControl/examples/FormControl.md +20 -20
- package/docs/components/HelperText/examples/HelperText.md +12 -12
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +10 -10
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -73
- package/docs/components/Login/examples/Login.md +32 -32
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +82 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
- package/docs/components/ModalBox/examples/ModalBox.md +106 -85
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
- package/docs/components/NumberInput/examples/NumberInput.md +12 -12
- package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.md +54 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +201 -144
- package/docs/components/Progress/examples/Progress.md +31 -60
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
- package/docs/components/Radio/examples/Radio.md +11 -11
- package/docs/components/SearchInput/examples/SearchInput.md +34 -34
- package/docs/components/Select/examples/Select.md +367 -313
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +24 -24
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +3163 -1712
- package/docs/components/Tabs/examples/Tabs.md +149 -149
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +362 -280
- package/docs/components/Tile/examples/Tile.md +15 -15
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +466 -373
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
- package/docs/demos/Alert/examples/Alert.md +13 -13
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Card/examples/Card.md +219 -156
- package/docs/demos/CardView/examples/CardView.md +56 -29
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -35
- package/docs/demos/DataList/examples/DataList.md +158 -109
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +28 -22
- package/docs/demos/HelperText/examples/HelperText.md +8 -9
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +29 -32
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
- package/docs/demos/Page/examples/Page.md +37 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +74 -64
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +2454 -467
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1808 -174
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +6 -6
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
- package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
- package/docs/utilities/Display/examples/Display.md +11 -11
- package/docs/utilities/Flex/examples/Flex.md +34 -34
- package/docs/utilities/Float/examples/Float.md +4 -4
- package/docs/utilities/Sizing/examples/Sizing.md +50 -50
- package/docs/utilities/Spacing/examples/Spacing.md +34 -34
- package/docs/utilities/Text/examples/Text.md +27 -27
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +59 -65
- package/patternfly-base-no-reset.css +23 -47
- package/patternfly-base.css +23 -47
- package/patternfly-no-reset.css +781 -656
- package/patternfly.css +781 -656
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/scss-variables.scss +1 -1
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
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": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.31",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -21,70 +21,79 @@
|
|
|
21
21
|
"lint:fix": "npm run lint:js -- --fix && npm run lint:sass -- --fix",
|
|
22
22
|
"lint:sass": "stylelint 'src/**/*.scss'",
|
|
23
23
|
"lint:js": "eslint .",
|
|
24
|
-
"precommit": "lint-staged",
|
|
25
24
|
"screenshots": "rimraf patternfly-docs/generated/**/*.png && pf-docs-framework screenshots --urlPrefix http://localhost:5000",
|
|
26
25
|
"serve": "pf-docs-framework serve public",
|
|
27
26
|
"start": "gulp develop",
|
|
28
27
|
"test": "npm run a11y",
|
|
29
|
-
"workflows": "node .github/generate-workflows"
|
|
28
|
+
"workflows": "node .github/generate-workflows",
|
|
29
|
+
"prepare": "husky install"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
32
|
+
"@babel/core": "^7.20.12",
|
|
33
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
34
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
35
|
+
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
|
|
36
|
+
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
37
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.20.5",
|
|
38
|
+
"@babel/plugin-transform-react-jsx": "^7.20.13",
|
|
39
|
+
"@babel/preset-env": "^7.20.2",
|
|
40
|
+
"@babel/preset-react": "^7.18.6",
|
|
41
|
+
"@commitlint/cli": "^17.4.2",
|
|
42
|
+
"@commitlint/config-conventional": "^17.4.2",
|
|
34
43
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
|
-
"@octokit/rest": "^
|
|
44
|
+
"@octokit/rest": "^19.0.7",
|
|
45
|
+
"@patternfly/documentation-framework": "1.10.2",
|
|
36
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.
|
|
47
|
+
"@patternfly/react-code-editor": "4.82.113",
|
|
48
|
+
"@patternfly/react-core": "4.276.6",
|
|
49
|
+
"@patternfly/react-table": "4.112.39",
|
|
40
50
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"eslint": "^
|
|
46
|
-
"eslint-config-standard": "^
|
|
47
|
-
"eslint-config-standard-
|
|
48
|
-
"eslint-
|
|
49
|
-
"eslint-plugin-
|
|
50
|
-
"eslint-plugin-node": "^11.
|
|
51
|
-
"eslint-plugin-promise": "^
|
|
52
|
-
"eslint-plugin-react": "^7.
|
|
53
|
-
"
|
|
51
|
+
"cheerio": "^1.0.0-rc.12",
|
|
52
|
+
"commander": "^10.0.0",
|
|
53
|
+
"cssnano": "^5.1.14",
|
|
54
|
+
"eslint": "^8.33.0",
|
|
55
|
+
"eslint-config-standard": "^17.0.0",
|
|
56
|
+
"eslint-config-standard-jsx": "^11.0.0",
|
|
57
|
+
"eslint-config-standard-react": "^13.0.0",
|
|
58
|
+
"eslint-plugin-import": "^2.27.5",
|
|
59
|
+
"eslint-plugin-n": "^15.6.1",
|
|
60
|
+
"eslint-plugin-node": "^11.1.0",
|
|
61
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
62
|
+
"eslint-plugin-react": "^7.32.2",
|
|
63
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
64
|
+
"glob": "^8.1.0",
|
|
54
65
|
"gulp": "^4.0.2",
|
|
55
|
-
"gulp-cli": "^2.
|
|
56
|
-
"gulp-iconfont": "^
|
|
66
|
+
"gulp-cli": "^2.3.0",
|
|
67
|
+
"gulp-iconfont": "^11.0.1",
|
|
57
68
|
"gulp-iconfont-css": "^3.0.0",
|
|
58
|
-
"gulp-postcss": "^
|
|
59
|
-
"gulp-rename": "^
|
|
60
|
-
"gulp-sourcemaps": "^
|
|
61
|
-
"husky": "^
|
|
62
|
-
"lint-staged": "^
|
|
63
|
-
"node-plop": "^0.
|
|
64
|
-
"postcss": "^8.
|
|
65
|
-
"postcss-css-variables": "^0.
|
|
66
|
-
"postcss-preset-env": "^
|
|
67
|
-
"prettier": "^2.
|
|
68
|
-
"react": "^
|
|
69
|
-
"react-dom": "^
|
|
70
|
-
"remark-parse": "^
|
|
71
|
-
"remark-stringify": "^
|
|
69
|
+
"gulp-postcss": "^9.0.1",
|
|
70
|
+
"gulp-rename": "^2.0.0",
|
|
71
|
+
"gulp-sourcemaps": "^3.0.0",
|
|
72
|
+
"husky": "^8.0.3",
|
|
73
|
+
"lint-staged": "^13.1.1",
|
|
74
|
+
"node-plop": "^0.31.1",
|
|
75
|
+
"postcss": "^8.4.21",
|
|
76
|
+
"postcss-css-variables": "^0.18.0",
|
|
77
|
+
"postcss-preset-env": "^8.0.1",
|
|
78
|
+
"prettier": "^2.8.4",
|
|
79
|
+
"react": "^18.2.0",
|
|
80
|
+
"react-dom": "^18.2.0",
|
|
81
|
+
"remark-parse": "^10.0.1",
|
|
82
|
+
"remark-stringify": "^10.0.2",
|
|
72
83
|
"rimraf": "*",
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"sass-graph": "^
|
|
75
|
-
"stylelint": "^
|
|
76
|
-
"stylelint-config-
|
|
77
|
-
"stylelint-config-standard": "^
|
|
78
|
-
"stylelint-
|
|
79
|
-
"stylelint-scss": "^4.3.0",
|
|
84
|
+
"sass": "^1.58.3",
|
|
85
|
+
"sass-graph": "^4.0.1",
|
|
86
|
+
"stylelint": "^15.2.0",
|
|
87
|
+
"stylelint-config-recess-order": "^4.0.0",
|
|
88
|
+
"stylelint-config-standard": "^30.0.1",
|
|
89
|
+
"stylelint-config-standard-scss": "^7.0.1",
|
|
80
90
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
|
-
"surge": "^0.
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"webpack": "^4.43.0"
|
|
91
|
+
"surge": "^0.23.1",
|
|
92
|
+
"unified": "^10.1.2",
|
|
93
|
+
"webpack": "^5.75.0"
|
|
85
94
|
},
|
|
86
95
|
"resolutions": {
|
|
87
|
-
"@babel/preset-env": "7.
|
|
96
|
+
"@babel/preset-env": "7.18.2",
|
|
88
97
|
"monaco-editor": "0.21.3"
|
|
89
98
|
},
|
|
90
99
|
"repository": {
|
|
@@ -95,20 +104,5 @@
|
|
|
95
104
|
"registry": "https://registry.npmjs.org/",
|
|
96
105
|
"tag": "alpha",
|
|
97
106
|
"access": "public"
|
|
98
|
-
},
|
|
99
|
-
"husky": {
|
|
100
|
-
"hooks": {
|
|
101
|
-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"lint-staged": {
|
|
105
|
-
"*.js": [
|
|
106
|
-
"eslint --fix",
|
|
107
|
-
"git add"
|
|
108
|
-
],
|
|
109
|
-
"*.scss": [
|
|
110
|
-
"stylelint --fix",
|
|
111
|
-
"git add"
|
|
112
|
-
]
|
|
113
107
|
}
|
|
114
108
|
}
|
|
@@ -376,133 +376,123 @@
|
|
|
376
376
|
|
|
377
377
|
@font-face {
|
|
378
378
|
font-family: "RedHatDisplay";
|
|
379
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
380
379
|
font-style: normal;
|
|
381
380
|
font-weight: 300;
|
|
381
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
382
382
|
text-rendering: optimizelegibility;
|
|
383
383
|
}
|
|
384
384
|
@font-face {
|
|
385
385
|
font-family: "RedHatDisplay";
|
|
386
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
|
|
387
386
|
font-style: normal;
|
|
388
387
|
font-weight: 400;
|
|
388
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
|
|
389
389
|
text-rendering: optimizelegibility;
|
|
390
390
|
}
|
|
391
391
|
@font-face {
|
|
392
392
|
font-family: "RedHatDisplay";
|
|
393
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
|
|
394
393
|
font-style: normal;
|
|
395
394
|
font-weight: 700;
|
|
395
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
|
|
396
396
|
text-rendering: optimizelegibility;
|
|
397
397
|
}
|
|
398
398
|
@font-face {
|
|
399
399
|
font-family: "RedHatText";
|
|
400
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
|
|
401
400
|
font-style: normal;
|
|
402
401
|
font-weight: 400;
|
|
402
|
+
src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
|
|
403
403
|
text-rendering: optimizelegibility;
|
|
404
404
|
}
|
|
405
405
|
@font-face {
|
|
406
406
|
font-family: "RedHatText";
|
|
407
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
|
|
408
407
|
font-style: normal;
|
|
409
408
|
font-weight: 700;
|
|
409
|
+
src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
|
|
410
410
|
text-rendering: optimizelegibility;
|
|
411
411
|
}
|
|
412
412
|
@font-face {
|
|
413
413
|
font-family: "RedHatDisplayUpdated";
|
|
414
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
415
414
|
font-style: normal;
|
|
416
415
|
font-weight: 300;
|
|
416
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
417
417
|
text-rendering: optimizelegibility;
|
|
418
418
|
}
|
|
419
419
|
@font-face {
|
|
420
420
|
font-family: "RedHatDisplayUpdated";
|
|
421
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
422
421
|
font-style: normal;
|
|
423
422
|
font-weight: 400;
|
|
423
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
424
424
|
text-rendering: optimizelegibility;
|
|
425
425
|
}
|
|
426
426
|
@font-face {
|
|
427
427
|
font-family: "RedHatDisplayUpdated";
|
|
428
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
429
428
|
font-style: normal;
|
|
430
429
|
font-weight: 700;
|
|
430
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
431
431
|
text-rendering: optimizelegibility;
|
|
432
432
|
}
|
|
433
433
|
@font-face {
|
|
434
434
|
font-family: "RedHatTextUpdated";
|
|
435
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
436
435
|
font-style: normal;
|
|
437
436
|
font-weight: 400;
|
|
437
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
438
438
|
text-rendering: optimizelegibility;
|
|
439
439
|
}
|
|
440
440
|
@font-face {
|
|
441
441
|
font-family: "RedHatTextUpdated";
|
|
442
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
443
442
|
font-style: normal;
|
|
444
443
|
font-weight: 700;
|
|
444
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
445
445
|
text-rendering: optimizelegibility;
|
|
446
446
|
}
|
|
447
447
|
@font-face {
|
|
448
448
|
font-family: "RedHatMono";
|
|
449
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
450
449
|
font-style: normal;
|
|
451
450
|
font-weight: 400;
|
|
451
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
452
452
|
font-display: fallback;
|
|
453
453
|
}
|
|
454
454
|
@font-face {
|
|
455
455
|
font-family: "RedHatDisplayVF";
|
|
456
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
457
456
|
font-style: normal;
|
|
458
457
|
font-weight: 300 900;
|
|
458
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
459
459
|
font-display: fallback;
|
|
460
460
|
}
|
|
461
461
|
@font-face {
|
|
462
462
|
font-family: "RedHatDisplayVF";
|
|
463
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
464
463
|
font-style: italic;
|
|
465
464
|
font-weight: 300 900;
|
|
465
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
466
466
|
font-display: fallback;
|
|
467
467
|
}
|
|
468
468
|
@font-face {
|
|
469
469
|
font-family: "RedHatTextVF";
|
|
470
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
471
470
|
font-style: normal;
|
|
472
471
|
font-weight: 400 500;
|
|
472
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
473
473
|
font-display: fallback;
|
|
474
474
|
}
|
|
475
475
|
@font-face {
|
|
476
476
|
font-family: "RedHatTextVF";
|
|
477
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
478
477
|
font-style: italic;
|
|
479
478
|
font-weight: 400 500;
|
|
479
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
480
480
|
font-display: fallback;
|
|
481
481
|
}
|
|
482
482
|
@font-face {
|
|
483
483
|
font-family: "RedHatMonoVF";
|
|
484
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
485
484
|
font-style: normal;
|
|
486
485
|
font-weight: 300 700;
|
|
486
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
487
487
|
font-display: fallback;
|
|
488
488
|
}
|
|
489
489
|
@font-face {
|
|
490
490
|
font-family: "RedHatMonoVF";
|
|
491
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
492
491
|
font-style: italic;
|
|
493
492
|
font-weight: 300 700;
|
|
493
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
494
494
|
font-display: fallback;
|
|
495
495
|
}
|
|
496
|
-
[class*=pf-c-], [class*=pf-c-]::before, [class*=pf-c-]::after {
|
|
497
|
-
padding: 0;
|
|
498
|
-
margin: 0;
|
|
499
|
-
background-color: transparent;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
html {
|
|
503
|
-
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
496
|
.pf-screen-reader {
|
|
507
497
|
position: fixed;
|
|
508
498
|
top: 0;
|
|
@@ -4749,7 +4739,7 @@ html {
|
|
|
4749
4739
|
font-family: "pficon";
|
|
4750
4740
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
4751
4741
|
}
|
|
4752
|
-
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4742
|
+
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4753
4743
|
font-family: "pficon";
|
|
4754
4744
|
-webkit-font-smoothing: antialiased;
|
|
4755
4745
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -4848,6 +4838,10 @@ html {
|
|
|
4848
4838
|
content: "\e976";
|
|
4849
4839
|
}
|
|
4850
4840
|
|
|
4841
|
+
.pf-icon-data-processor:before {
|
|
4842
|
+
content: "\e97b";
|
|
4843
|
+
}
|
|
4844
|
+
|
|
4851
4845
|
.pf-icon-data-sink:before {
|
|
4852
4846
|
content: "\e978";
|
|
4853
4847
|
}
|
|
@@ -5268,26 +5262,8 @@ html {
|
|
|
5268
5262
|
content: "\e911";
|
|
5269
5263
|
}
|
|
5270
5264
|
|
|
5271
|
-
.pf-svg
|
|
5265
|
+
.pf-svg {
|
|
5272
5266
|
width: 1em;
|
|
5273
5267
|
height: 1em;
|
|
5274
5268
|
vertical-align: -0.125em;
|
|
5275
|
-
}
|
|
5276
|
-
|
|
5277
|
-
.pf-svg-size-md {
|
|
5278
|
-
width: 1.5em;
|
|
5279
|
-
height: 1.5em;
|
|
5280
|
-
vertical-align: -0.1875em;
|
|
5281
|
-
}
|
|
5282
|
-
|
|
5283
|
-
.pf-svg-size-lg {
|
|
5284
|
-
width: 2em;
|
|
5285
|
-
height: 2em;
|
|
5286
|
-
vertical-align: -0.25em;
|
|
5287
|
-
}
|
|
5288
|
-
|
|
5289
|
-
.pf-svg-size-xl {
|
|
5290
|
-
width: 3em;
|
|
5291
|
-
height: 3em;
|
|
5292
|
-
vertical-align: -0.375em;
|
|
5293
5269
|
}
|
package/patternfly-base.css
CHANGED
|
@@ -376,133 +376,123 @@
|
|
|
376
376
|
|
|
377
377
|
@font-face {
|
|
378
378
|
font-family: "RedHatDisplay";
|
|
379
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
380
379
|
font-style: normal;
|
|
381
380
|
font-weight: 300;
|
|
381
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
|
|
382
382
|
text-rendering: optimizelegibility;
|
|
383
383
|
}
|
|
384
384
|
@font-face {
|
|
385
385
|
font-family: "RedHatDisplay";
|
|
386
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
|
|
387
386
|
font-style: normal;
|
|
388
387
|
font-weight: 400;
|
|
388
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
|
|
389
389
|
text-rendering: optimizelegibility;
|
|
390
390
|
}
|
|
391
391
|
@font-face {
|
|
392
392
|
font-family: "RedHatDisplay";
|
|
393
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
|
|
394
393
|
font-style: normal;
|
|
395
394
|
font-weight: 700;
|
|
395
|
+
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
|
|
396
396
|
text-rendering: optimizelegibility;
|
|
397
397
|
}
|
|
398
398
|
@font-face {
|
|
399
399
|
font-family: "RedHatText";
|
|
400
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
|
|
401
400
|
font-style: normal;
|
|
402
401
|
font-weight: 400;
|
|
402
|
+
src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
|
|
403
403
|
text-rendering: optimizelegibility;
|
|
404
404
|
}
|
|
405
405
|
@font-face {
|
|
406
406
|
font-family: "RedHatText";
|
|
407
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
|
|
408
407
|
font-style: normal;
|
|
409
408
|
font-weight: 700;
|
|
409
|
+
src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
|
|
410
410
|
text-rendering: optimizelegibility;
|
|
411
411
|
}
|
|
412
412
|
@font-face {
|
|
413
413
|
font-family: "RedHatDisplayUpdated";
|
|
414
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
415
414
|
font-style: normal;
|
|
416
415
|
font-weight: 300;
|
|
416
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
|
|
417
417
|
text-rendering: optimizelegibility;
|
|
418
418
|
}
|
|
419
419
|
@font-face {
|
|
420
420
|
font-family: "RedHatDisplayUpdated";
|
|
421
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
422
421
|
font-style: normal;
|
|
423
422
|
font-weight: 400;
|
|
423
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
|
|
424
424
|
text-rendering: optimizelegibility;
|
|
425
425
|
}
|
|
426
426
|
@font-face {
|
|
427
427
|
font-family: "RedHatDisplayUpdated";
|
|
428
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
429
428
|
font-style: normal;
|
|
430
429
|
font-weight: 700;
|
|
430
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
|
|
431
431
|
text-rendering: optimizelegibility;
|
|
432
432
|
}
|
|
433
433
|
@font-face {
|
|
434
434
|
font-family: "RedHatTextUpdated";
|
|
435
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
436
435
|
font-style: normal;
|
|
437
436
|
font-weight: 400;
|
|
437
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
|
|
438
438
|
text-rendering: optimizelegibility;
|
|
439
439
|
}
|
|
440
440
|
@font-face {
|
|
441
441
|
font-family: "RedHatTextUpdated";
|
|
442
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
443
442
|
font-style: normal;
|
|
444
443
|
font-weight: 700;
|
|
444
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
|
|
445
445
|
text-rendering: optimizelegibility;
|
|
446
446
|
}
|
|
447
447
|
@font-face {
|
|
448
448
|
font-family: "RedHatMono";
|
|
449
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
450
449
|
font-style: normal;
|
|
451
450
|
font-weight: 400;
|
|
451
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
|
|
452
452
|
font-display: fallback;
|
|
453
453
|
}
|
|
454
454
|
@font-face {
|
|
455
455
|
font-family: "RedHatDisplayVF";
|
|
456
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
457
456
|
font-style: normal;
|
|
458
457
|
font-weight: 300 900;
|
|
458
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
|
|
459
459
|
font-display: fallback;
|
|
460
460
|
}
|
|
461
461
|
@font-face {
|
|
462
462
|
font-family: "RedHatDisplayVF";
|
|
463
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
464
463
|
font-style: italic;
|
|
465
464
|
font-weight: 300 900;
|
|
465
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
466
466
|
font-display: fallback;
|
|
467
467
|
}
|
|
468
468
|
@font-face {
|
|
469
469
|
font-family: "RedHatTextVF";
|
|
470
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
471
470
|
font-style: normal;
|
|
472
471
|
font-weight: 400 500;
|
|
472
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
|
|
473
473
|
font-display: fallback;
|
|
474
474
|
}
|
|
475
475
|
@font-face {
|
|
476
476
|
font-family: "RedHatTextVF";
|
|
477
|
-
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
478
477
|
font-style: italic;
|
|
479
478
|
font-weight: 400 500;
|
|
479
|
+
src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
|
|
480
480
|
font-display: fallback;
|
|
481
481
|
}
|
|
482
482
|
@font-face {
|
|
483
483
|
font-family: "RedHatMonoVF";
|
|
484
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
485
484
|
font-style: normal;
|
|
486
485
|
font-weight: 300 700;
|
|
486
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
|
|
487
487
|
font-display: fallback;
|
|
488
488
|
}
|
|
489
489
|
@font-face {
|
|
490
490
|
font-family: "RedHatMonoVF";
|
|
491
|
-
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
492
491
|
font-style: italic;
|
|
493
492
|
font-weight: 300 700;
|
|
493
|
+
src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
|
|
494
494
|
font-display: fallback;
|
|
495
495
|
}
|
|
496
|
-
[class*=pf-c-], [class*=pf-c-]::before, [class*=pf-c-]::after {
|
|
497
|
-
padding: 0;
|
|
498
|
-
margin: 0;
|
|
499
|
-
background-color: transparent;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
html {
|
|
503
|
-
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
496
|
.pf-screen-reader {
|
|
507
497
|
position: fixed;
|
|
508
498
|
top: 0;
|
|
@@ -4872,7 +4862,7 @@ a {
|
|
|
4872
4862
|
font-family: "pficon";
|
|
4873
4863
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
4874
4864
|
}
|
|
4875
|
-
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4865
|
+
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4876
4866
|
font-family: "pficon";
|
|
4877
4867
|
-webkit-font-smoothing: antialiased;
|
|
4878
4868
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -4971,6 +4961,10 @@ a {
|
|
|
4971
4961
|
content: "\e976";
|
|
4972
4962
|
}
|
|
4973
4963
|
|
|
4964
|
+
.pf-icon-data-processor:before {
|
|
4965
|
+
content: "\e97b";
|
|
4966
|
+
}
|
|
4967
|
+
|
|
4974
4968
|
.pf-icon-data-sink:before {
|
|
4975
4969
|
content: "\e978";
|
|
4976
4970
|
}
|
|
@@ -5391,26 +5385,8 @@ a {
|
|
|
5391
5385
|
content: "\e911";
|
|
5392
5386
|
}
|
|
5393
5387
|
|
|
5394
|
-
.pf-svg
|
|
5388
|
+
.pf-svg {
|
|
5395
5389
|
width: 1em;
|
|
5396
5390
|
height: 1em;
|
|
5397
5391
|
vertical-align: -0.125em;
|
|
5398
|
-
}
|
|
5399
|
-
|
|
5400
|
-
.pf-svg-size-md {
|
|
5401
|
-
width: 1.5em;
|
|
5402
|
-
height: 1.5em;
|
|
5403
|
-
vertical-align: -0.1875em;
|
|
5404
|
-
}
|
|
5405
|
-
|
|
5406
|
-
.pf-svg-size-lg {
|
|
5407
|
-
width: 2em;
|
|
5408
|
-
height: 2em;
|
|
5409
|
-
vertical-align: -0.25em;
|
|
5410
|
-
}
|
|
5411
|
-
|
|
5412
|
-
.pf-svg-size-xl {
|
|
5413
|
-
width: 3em;
|
|
5414
|
-
height: 3em;
|
|
5415
|
-
vertical-align: -0.375em;
|
|
5416
5392
|
}
|