@patternfly/patternfly 5.0.0-alpha.14 → 5.0.0-alpha.19
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/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list.css +2 -0
- package/components/DataList/data-list.scss +2 -0
- package/components/Drawer/drawer.css +13 -13
- package/components/Dropdown/dropdown.css +12 -10
- package/components/Dropdown/dropdown.scss +2 -0
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Label/label.css +2 -0
- package/components/Label/label.scss +2 -0
- package/components/Login/login.css +1 -1
- package/components/Menu/menu.css +2 -0
- package/components/Menu/menu.scss +2 -0
- package/components/MenuToggle/menu-toggle.css +2 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/Page/page.css +60 -60
- package/components/Pagination/pagination.css +2 -2
- package/components/Progress/progress.css +5 -2
- package/components/Progress/progress.scss +5 -2
- package/components/SearchInput/search-input.css +2 -0
- package/components/SearchInput/search-input.scss +2 -0
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-tree-view.css +4 -4
- package/components/TextInputGroup/text-input-group.css +4 -2
- package/components/TextInputGroup/text-input-group.scss +4 -3
- package/components/Toolbar/toolbar.css +35 -35
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +2 -0
- package/components/Wizard/wizard.scss +2 -0
- 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 +10 -10
- package/docs/components/AppLauncher/examples/application-launcher.md +34 -34
- 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 +15 -15
- 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 +27 -27
- package/docs/components/Check/examples/Check.md +13 -13
- package/docs/components/Chip/examples/Chip.md +13 -13
- package/docs/components/ChipGroup/examples/ChipGroup.md +15 -15
- 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 +56 -33
- package/docs/components/Content/examples/Content.md +10 -10
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +80 -74
- package/docs/components/DataList/examples/DataList.md +83 -83
- 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 +9 -9
- 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 +50 -50
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +19 -19
- 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 +11 -11
- 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 +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +21 -21
- package/docs/components/Label/examples/Label.md +31 -31
- package/docs/components/LabelGroup/examples/LabelGroup.md +22 -22
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.md +69 -69
- package/docs/components/Login/examples/Login.md +22 -22
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +78 -76
- package/docs/components/MenuToggle/examples/MenuToggle.md +24 -24
- package/docs/components/ModalBox/examples/ModalBox.md +35 -35
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +22 -22
- package/docs/components/Nav/examples/Navigation.md +36 -36
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +39 -39
- 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 +34 -34
- package/docs/components/Progress/examples/Progress.md +31 -60
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +24 -24
- 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 +143 -143
- package/docs/components/Sidebar/examples/Sidebar.md +14 -14
- package/docs/components/SimpleList/examples/SimpleList.md +11 -11
- 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.md +155 -155
- package/docs/components/Tabs/examples/Tabs.md +47 -47
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
- 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 +113 -113
- 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 +47 -51
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/Masthead/examples/Masthead.md +6 -6
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6 -6
- package/docs/demos/Table/examples/Table.md +22 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +8 -8
- 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} +1 -1
- package/layouts/Grid/grid.css +5 -5
- package/package.json +56 -61
- package/patternfly-no-reset.css +201 -178
- package/patternfly.css +201 -178
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -339,37 +339,37 @@ For these utilities to have effect, the parent element must be set to `display:
|
|
|
339
339
|
|
|
340
340
|
### Usage
|
|
341
341
|
|
|
342
|
-
| Class
|
|
343
|
-
|
|
|
344
|
-
| `.pf-u-flex-direction-row{-on-[breakpoint]}` | `*`
|
|
345
|
-
| `.pf-u-flex-direction-row-reverse{-on-[breakpoint]}` | `*`
|
|
346
|
-
| `.pf-u-flex-direction-column{-on-[breakpoint]}` | `*`
|
|
347
|
-
| `.pf-u-flex-direction-column-reverse{-on-[breakpoint]}` | `*`
|
|
348
|
-
| `.pf-u-justify-content-flex-start{-on-[breakpoint]}` | `*`
|
|
349
|
-
| `.pf-u-justify-content-flex-end{-on-[breakpoint]}` | `*`
|
|
350
|
-
| `.pf-u-justify-content-center{-on-[breakpoint]}` | `*`
|
|
351
|
-
| `.pf-u-justify-content-space-around{-on-[breakpoint]}` | `*`
|
|
352
|
-
| `.pf-u-justify-content-space-between{-on-[breakpoint]}` | `*`
|
|
353
|
-
| `.pf-u-align-items-flex-start{-on-[breakpoint]}` | `*`
|
|
354
|
-
| `.pf-u-align-items-flex-end{-on-[breakpoint]}` | `*`
|
|
355
|
-
| `.pf-u-align-items-center{-on-[breakpoint]}` | `*`
|
|
356
|
-
| `.pf-u-align-items-baseline{-on-[breakpoint]}` | `*`
|
|
357
|
-
| `.pf-u-align-items-stretch{-on-[breakpoint]}` | `*`
|
|
358
|
-
| `.pf-u-align-self-flex-start{-on-[breakpoint]}` | `*`
|
|
359
|
-
| `.pf-u-align-self-flex-end{-on-[breakpoint]}` | `*`
|
|
360
|
-
| `.pf-u-align-self-center{-on-[breakpoint]}` | `*`
|
|
361
|
-
| `.pf-u-align-self-baseline{-on-[breakpoint]}` | `*`
|
|
362
|
-
| `.pf-u-align-self-stretch{-on-[breakpoint]}` | `*`
|
|
363
|
-
| `.pf-u-align-content-flex-start{-on-[breakpoint]}` | `*`
|
|
364
|
-
| `.pf-u-align-content-flex-end{-on-[breakpoint]}` | `*`
|
|
365
|
-
| `.pf-u-align-content-center{-on-[breakpoint]}` | `*`
|
|
366
|
-
| `.pf-u-align-content-space-between{-on-[breakpoint]}` | `*`
|
|
367
|
-
| `.pf-u-align-content-space-around{-on-[breakpoint]}` | `*`
|
|
368
|
-
| `.pf-u-align-content-stretch{-on-[breakpoint]}` | `*`
|
|
369
|
-
| `.pf-u-flex-shrink{1 or 0}{-on-[breakpoint]}` | `*`
|
|
370
|
-
| `.pf-u-flex-grow{1 or 0}{-on-[breakpoint]}` | `*`
|
|
371
|
-
| `.pf-u-flex-basis{0 or auto}{-on-[breakpoint]}` | `*`
|
|
372
|
-
| `.pf-u-flex-fill{-on-[breakpoint]}` | `*`
|
|
373
|
-
| `.pf-u-flex-wrap{-on-[breakpoint]}` | `*`
|
|
374
|
-
| `.pf-u-flex-nowrap{-on-[breakpoint]}` | `*`
|
|
375
|
-
| `.pf-u-flex-wrap-reverse{-on-[breakpoint]}` | `*`
|
|
342
|
+
| Class | Applied to | Outcome |
|
|
343
|
+
| -- | -- | -- |
|
|
344
|
+
| `.pf-u-flex-direction-row{-on-[breakpoint]}` | `*` | Sets flex-direction: row |
|
|
345
|
+
| `.pf-u-flex-direction-row-reverse{-on-[breakpoint]}` | `*` | Sets flex-direction: row-reverse |
|
|
346
|
+
| `.pf-u-flex-direction-column{-on-[breakpoint]}` | `*` | Sets flex-direction: column |
|
|
347
|
+
| `.pf-u-flex-direction-column-reverse{-on-[breakpoint]}` | `*` | Sets flex-direction: column-reverse |
|
|
348
|
+
| `.pf-u-justify-content-flex-start{-on-[breakpoint]}` | `*` | Sets justify-content: flex-start |
|
|
349
|
+
| `.pf-u-justify-content-flex-end{-on-[breakpoint]}` | `*` | Sets justify-content: flex-end |
|
|
350
|
+
| `.pf-u-justify-content-center{-on-[breakpoint]}` | `*` | Sets justify-content: center |
|
|
351
|
+
| `.pf-u-justify-content-space-around{-on-[breakpoint]}` | `*` | Sets justify-content: space-around |
|
|
352
|
+
| `.pf-u-justify-content-space-between{-on-[breakpoint]}` | `*` | Sets justify-content: space-between |
|
|
353
|
+
| `.pf-u-align-items-flex-start{-on-[breakpoint]}` | `*` | Sets align-items: flex-start |
|
|
354
|
+
| `.pf-u-align-items-flex-end{-on-[breakpoint]}` | `*` | Sets align-items: flex-start |
|
|
355
|
+
| `.pf-u-align-items-center{-on-[breakpoint]}` | `*` | Sets align-items: center |
|
|
356
|
+
| `.pf-u-align-items-baseline{-on-[breakpoint]}` | `*` | Sets align-items: baseline |
|
|
357
|
+
| `.pf-u-align-items-stretch{-on-[breakpoint]}` | `*` | Sets align-items: stretch |
|
|
358
|
+
| `.pf-u-align-self-flex-start{-on-[breakpoint]}` | `*` | Sets align-self: flex-start |
|
|
359
|
+
| `.pf-u-align-self-flex-end{-on-[breakpoint]}` | `*` | Sets align-self: flex-end |
|
|
360
|
+
| `.pf-u-align-self-center{-on-[breakpoint]}` | `*` | Sets align-self: center |
|
|
361
|
+
| `.pf-u-align-self-baseline{-on-[breakpoint]}` | `*` | Sets align-self: baseline |
|
|
362
|
+
| `.pf-u-align-self-stretch{-on-[breakpoint]}` | `*` | Sets align-self: stretch |
|
|
363
|
+
| `.pf-u-align-content-flex-start{-on-[breakpoint]}` | `*` | Sets align-content: flex-start |
|
|
364
|
+
| `.pf-u-align-content-flex-end{-on-[breakpoint]}` | `*` | Sets align-content: flex-end |
|
|
365
|
+
| `.pf-u-align-content-center{-on-[breakpoint]}` | `*` | Sets align-content: center |
|
|
366
|
+
| `.pf-u-align-content-space-between{-on-[breakpoint]}` | `*` | Sets align-content: space-between |
|
|
367
|
+
| `.pf-u-align-content-space-around{-on-[breakpoint]}` | `*` | Sets align-content: space-around |
|
|
368
|
+
| `.pf-u-align-content-stretch{-on-[breakpoint]}` | `*` | Sets align-content: stretch |
|
|
369
|
+
| `.pf-u-flex-shrink{1 or 0}{-on-[breakpoint]}` | `*` | Sets flex-shrink to 1 or 0 |
|
|
370
|
+
| `.pf-u-flex-grow{1 or 0}{-on-[breakpoint]}` | `*` | Sets flex-grow to 1 or 0 |
|
|
371
|
+
| `.pf-u-flex-basis{0 or auto}{-on-[breakpoint]}` | `*` | Sets flex-basis to 0 auto |
|
|
372
|
+
| `.pf-u-flex-fill{-on-[breakpoint]}` | `*` | Sets flex to 1 1 auto |
|
|
373
|
+
| `.pf-u-flex-wrap{-on-[breakpoint]}` | `*` | sets flex-wrap: wrap |
|
|
374
|
+
| `.pf-u-flex-nowrap{-on-[breakpoint]}` | `*` | sets flex-wrap: nowrap |
|
|
375
|
+
| `.pf-u-flex-wrap-reverse{-on-[breakpoint]}` | `*` | sets flex-wrap: wrap-reverse |
|
|
@@ -22,7 +22,7 @@ section: utilities
|
|
|
22
22
|
|
|
23
23
|
### Usage
|
|
24
24
|
|
|
25
|
-
| Class
|
|
26
|
-
|
|
|
27
|
-
| `.pf-u-float-left{-on-[breakpoint]}`
|
|
28
|
-
| `.pf-u-float-right{-on-[breakpoint]}` | `*`
|
|
25
|
+
| Class | Applied to | Outcome |
|
|
26
|
+
| -- | -- | -- |
|
|
27
|
+
| `.pf-u-float-left{-on-[breakpoint]}` | `*` | Float element left |
|
|
28
|
+
| `.pf-u-float-right{-on-[breakpoint]}` | `*` | Float element right |
|
|
@@ -22,17 +22,17 @@ section: utilities
|
|
|
22
22
|
|
|
23
23
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-w-initial-on-lg**
|
|
24
24
|
|
|
25
|
-
| Class
|
|
26
|
-
|
|
|
27
|
-
| `.pf-u-w-initial{-on-[breakpoint]}` | `*`
|
|
28
|
-
| `.pf-u-w-inherit{-on-[breakpoint]}` | `*`
|
|
29
|
-
| `.pf-u-w-0{-on-[breakpoint]}`
|
|
30
|
-
| `.pf-u-w-25{-on-[breakpoint]}`
|
|
31
|
-
| `.pf-u-w-33{-on-[breakpoint]}`
|
|
32
|
-
| `.pf-u-w-50{-on-[breakpoint]}`
|
|
33
|
-
| `.pf-u-w-66{-on-[breakpoint]}`
|
|
34
|
-
| `.pf-u-w-75{-on-[breakpoint]}`
|
|
35
|
-
| `.pf-u-w-100{-on-[breakpoint]}`
|
|
25
|
+
| Class | Applied to | Outcome |
|
|
26
|
+
| -- | -- | -- |
|
|
27
|
+
| `.pf-u-w-initial{-on-[breakpoint]}` | `*` | Sets width: initial (auto) |
|
|
28
|
+
| `.pf-u-w-inherit{-on-[breakpoint]}` | `*` | Sets width: inherit |
|
|
29
|
+
| `.pf-u-w-0{-on-[breakpoint]}` | `*` | Sets width: 0% |
|
|
30
|
+
| `.pf-u-w-25{-on-[breakpoint]}` | `*` | Sets width: 25% |
|
|
31
|
+
| `.pf-u-w-33{-on-[breakpoint]}` | `*` | Sets width: calc(100% / 3) |
|
|
32
|
+
| `.pf-u-w-50{-on-[breakpoint]}` | `*` | Sets width: 50% |
|
|
33
|
+
| `.pf-u-w-66{-on-[breakpoint]}` | `*` | Sets width: calc(100% / 3 \* 2) |
|
|
34
|
+
| `.pf-u-w-75{-on-[breakpoint]}` | `*` | Sets width: 75% |
|
|
35
|
+
| `.pf-u-w-100{-on-[breakpoint]}` | `*` | Sets width: 100% |
|
|
36
36
|
|
|
37
37
|
### Width viewport units
|
|
38
38
|
|
|
@@ -50,14 +50,14 @@ section: utilities
|
|
|
50
50
|
|
|
51
51
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-w-25vw-on-lg**
|
|
52
52
|
|
|
53
|
-
| Class
|
|
54
|
-
|
|
|
55
|
-
| `.pf-u-w-25vw{-on-[breakpoint]}`
|
|
56
|
-
| `.pf-u-w-33vw{-on-[breakpoint]}`
|
|
57
|
-
| `.pf-u-w-50vw{-on-[breakpoint]}`
|
|
58
|
-
| `.pf-u-w-66vw{-on-[breakpoint]}`
|
|
59
|
-
| `.pf-u-w-75vw{-on-[breakpoint]}`
|
|
60
|
-
| `.pf-u-w-100vw{-on-[breakpoint]}` | `*`
|
|
53
|
+
| Class | Applied to | Outcome |
|
|
54
|
+
| -- | -- | -- |
|
|
55
|
+
| `.pf-u-w-25vw{-on-[breakpoint]}` | `*` | Sets width: 25vw |
|
|
56
|
+
| `.pf-u-w-33vw{-on-[breakpoint]}` | `*` | Sets width: calc(100vw / 3) |
|
|
57
|
+
| `.pf-u-w-50vw{-on-[breakpoint]}` | `*` | Sets width: 50vw |
|
|
58
|
+
| `.pf-u-w-66vw{-on-[breakpoint]}` | `*` | Sets width: calc(100vw / 3 \* 2) |
|
|
59
|
+
| `.pf-u-w-75vw{-on-[breakpoint]}` | `*` | Sets width: 75vw |
|
|
60
|
+
| `.pf-u-w-100vw{-on-[breakpoint]}` | `*` | Sets width: 100vw |
|
|
61
61
|
|
|
62
62
|
### Height base and percentage units
|
|
63
63
|
|
|
@@ -90,17 +90,17 @@ section: utilities
|
|
|
90
90
|
|
|
91
91
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-h-initial-on-lg**
|
|
92
92
|
|
|
93
|
-
| Class
|
|
94
|
-
|
|
|
95
|
-
| `.pf-u-h-initial{-on-[breakpoint]}` | `*`
|
|
96
|
-
| `.pf-u-h-inherit{-on-[breakpoint]}` | `*`
|
|
97
|
-
| `.pf-u-h-0{-on-[breakpoint]}`
|
|
98
|
-
| `.pf-u-h-25{-on-[breakpoint]}
|
|
99
|
-
| `.pf-u-h-33{-on-[breakpoint]}
|
|
100
|
-
| `.pf-u-h-50{-on-[breakpoint]}
|
|
101
|
-
| `.pf-u-h-66{-on-[breakpoint]}
|
|
102
|
-
| `.pf-u-h-75{-on-[breakpoint]}
|
|
103
|
-
| `.pf-u-h-100{-on-[breakpoint]}`
|
|
93
|
+
| Class | Applied to | Outcome |
|
|
94
|
+
| -- | -- | -- |
|
|
95
|
+
| `.pf-u-h-initial{-on-[breakpoint]}` | `*` | Sets height: initial (auto) |
|
|
96
|
+
| `.pf-u-h-inherit{-on-[breakpoint]}` | `*` | Sets height: inherit |
|
|
97
|
+
| `.pf-u-h-0{-on-[breakpoint]}` | `*` | Sets height: 0% |
|
|
98
|
+
| `.pf-u-h-25{-on-[breakpoint]}`| `*` | Sets height: 25% |
|
|
99
|
+
| `.pf-u-h-33{-on-[breakpoint]}`| `*` | Sets height: calc(100% / 3) |
|
|
100
|
+
| `.pf-u-h-50{-on-[breakpoint]}`| `*` | Sets height: 50% |
|
|
101
|
+
| `.pf-u-h-66{-on-[breakpoint]}`| `*` | Sets height: calc(100% / 3 \* 2) |
|
|
102
|
+
| `.pf-u-h-75{-on-[breakpoint]}`| `*` | Sets height: 75% |
|
|
103
|
+
| `.pf-u-h-100{-on-[breakpoint]}` | `*` | Sets height: 100% |
|
|
104
104
|
|
|
105
105
|
### Height viewport units
|
|
106
106
|
|
|
@@ -130,14 +130,14 @@ section: utilities
|
|
|
130
130
|
|
|
131
131
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-h-25vh-on-lg**
|
|
132
132
|
|
|
133
|
-
| Class
|
|
134
|
-
|
|
|
135
|
-
| `.pf-u-h-25vh{-on-[breakpoint]}`
|
|
136
|
-
| `.pf-u-h-33vh{-on-[breakpoint]}`
|
|
137
|
-
| `.pf-u-h-50vh{-on-[breakpoint]}`
|
|
138
|
-
| `.pf-u-h-66vh{-on-[breakpoint]}`
|
|
139
|
-
| `.pf-u-h-75vh{-on-[breakpoint]}`
|
|
140
|
-
| `.pf-u-h-100vh{-on-[breakpoint]}` | `*`
|
|
133
|
+
| Class | Applied to | Outcome |
|
|
134
|
+
| -- | -- | -- |
|
|
135
|
+
| `.pf-u-h-25vh{-on-[breakpoint]}` | `*` | Sets height: 25vh |
|
|
136
|
+
| `.pf-u-h-33vh{-on-[breakpoint]}` | `*` | Sets height: calc(100vh / 3) |
|
|
137
|
+
| `.pf-u-h-50vh{-on-[breakpoint]}` | `*` | Sets height: 50vh |
|
|
138
|
+
| `.pf-u-h-66vh{-on-[breakpoint]}` | `*` | Sets height: calc(100vh / 3 \* 2) |
|
|
139
|
+
| `.pf-u-h-75vh{-on-[breakpoint]}` | `*` | Sets height: 75vh |
|
|
140
|
+
| `.pf-u-h-100vh{-on-[breakpoint]}` | `*` | Sets height: 100vh |
|
|
141
141
|
|
|
142
142
|
### Min width
|
|
143
143
|
|
|
@@ -181,15 +181,15 @@ section: utilities
|
|
|
181
181
|
|
|
182
182
|
### Usage
|
|
183
183
|
|
|
184
|
-
| Class
|
|
185
|
-
|
|
|
186
|
-
| `.pf-u-min-width` | `*`
|
|
187
|
-
| `.pf-u-max-width` | `*`
|
|
184
|
+
| Class | Applied to | Outcome |
|
|
185
|
+
| -- | -- | -- |
|
|
186
|
+
| `.pf-u-min-width` | `*` | Sets min-width: `var(--pf-u-min-width--MinWidth{-on-[breakpoint]})`. |
|
|
187
|
+
| `.pf-u-max-width` | `*` | Sets min-width: `var(--pf-u-max-width--MaxWidth{-on-[breakpoint]})`. |
|
|
188
188
|
|
|
189
189
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-u-min-width--MinWidth-on-lg**
|
|
190
190
|
|
|
191
|
-
| Custom property
|
|
192
|
-
|
|
|
191
|
+
| Custom property | Applied to | Outcome |
|
|
192
|
+
| -- | -- | -- |
|
|
193
193
|
| `--pf-u-min-width--MinWidth{-on-[breakpoint]}: {width}` | `.pf-u-min-width` | Modifies the min width custom property. |
|
|
194
194
|
| `--pf-u-max-width--MaxWidth{-on-[breakpoint]}: {width}` | `.pf-u-max-width` | Modifies the max width custom property. |
|
|
195
195
|
|
|
@@ -235,14 +235,14 @@ section: utilities
|
|
|
235
235
|
|
|
236
236
|
### Usage
|
|
237
237
|
|
|
238
|
-
| Class
|
|
239
|
-
|
|
|
240
|
-
| `.pf-u-min-height` | `*`
|
|
241
|
-
| `.pf-u-max-height` | `*`
|
|
238
|
+
| Class | Applied to | Outcome |
|
|
239
|
+
| -- | -- | -- |
|
|
240
|
+
| `.pf-u-min-height` | `*` | Sets min-height: `var(--pf-u-min-height--MinHeight{-on-[breakpoint]})`. |
|
|
241
|
+
| `.pf-u-max-height` | `*` | Sets max-height: `var(--pf-u-max-height--MaxHeight{-on-[breakpoint]})`. |
|
|
242
242
|
|
|
243
243
|
[Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-u-min-height--MinHeight-on-lg**
|
|
244
244
|
|
|
245
|
-
| Custom property
|
|
246
|
-
|
|
|
245
|
+
| Custom property | Applied to | Outcome |
|
|
246
|
+
| -- | -- | -- |
|
|
247
247
|
| `--pf-u-min-height--MinHeight{-on-[breakpoint]}: {height}` | `.pf-u-min-height` | Modifies the min height custom property. |
|
|
248
248
|
| `--pf-u-max-height--MaxHeight{-on-[breakpoint]}: {height}` | `.pf-u-max-height` | Modifies the max height custom property. |
|
|
@@ -101,46 +101,46 @@ section: utilities
|
|
|
101
101
|
|
|
102
102
|
### Margin properties
|
|
103
103
|
|
|
104
|
-
| Abbreviation | Property
|
|
105
|
-
|
|
|
106
|
-
| `m`
|
|
107
|
-
| `mt`
|
|
108
|
-
| `mr`
|
|
109
|
-
| `mb`
|
|
110
|
-
| `ml`
|
|
111
|
-
| `mx`
|
|
112
|
-
| `my`
|
|
104
|
+
| Abbreviation | Property |
|
|
105
|
+
| -- | -- |
|
|
106
|
+
| `m` | margin |
|
|
107
|
+
| `mt` | margin-top |
|
|
108
|
+
| `mr` | margin-right |
|
|
109
|
+
| `mb` | margin-bottom |
|
|
110
|
+
| `ml` | margin-left |
|
|
111
|
+
| `mx` | margin-left & margin-right |
|
|
112
|
+
| `my` | margin-top & margin-bottom |
|
|
113
113
|
|
|
114
114
|
### Padding properties
|
|
115
115
|
|
|
116
|
-
| Abbreviation | Property
|
|
117
|
-
|
|
|
118
|
-
| `p`
|
|
119
|
-
| `pt`
|
|
120
|
-
| `pr`
|
|
121
|
-
| `pb`
|
|
122
|
-
| `pl`
|
|
123
|
-
| `px`
|
|
124
|
-
| `py`
|
|
116
|
+
| Abbreviation | Property |
|
|
117
|
+
| -- | -- |
|
|
118
|
+
| `p` | padding |
|
|
119
|
+
| `pt` | padding-top |
|
|
120
|
+
| `pr` | padding-right |
|
|
121
|
+
| `pb` | padding-bottom |
|
|
122
|
+
| `pl` | padding-left |
|
|
123
|
+
| `px` | padding-left & padding-right |
|
|
124
|
+
| `py` | padding-top & padding-bottom |
|
|
125
125
|
|
|
126
126
|
### Size values
|
|
127
127
|
|
|
128
|
-
| Abbreviation | Property
|
|
129
|
-
|
|
|
130
|
-
| `auto`
|
|
131
|
-
| `0`
|
|
132
|
-
| `xs`
|
|
133
|
-
| `sm`
|
|
134
|
-
| `md`
|
|
135
|
-
| `lg`
|
|
136
|
-
| `xl`
|
|
137
|
-
| `2xl`
|
|
138
|
-
| `3xl`
|
|
139
|
-
| `4xl`
|
|
128
|
+
| Abbreviation | Property |
|
|
129
|
+
| -- | -- |
|
|
130
|
+
| `auto` | auto |
|
|
131
|
+
| `0` | 0 |
|
|
132
|
+
| `xs` | var(--pf-global--spacer--xs) |
|
|
133
|
+
| `sm` | var(--pf-global--spacer--sm) |
|
|
134
|
+
| `md` | var(--pf-global--spacer--md) |
|
|
135
|
+
| `lg` | var(--pf-global--spacer--lg) |
|
|
136
|
+
| `xl` | var(--pf-global--spacer--xl) |
|
|
137
|
+
| `2xl` | var(--pf-global--spacer--2xl) |
|
|
138
|
+
| `3xl` | var(--pf-global--spacer--3xl) |
|
|
139
|
+
| `4xl` | var(--pf-global--spacer--4xl) |
|
|
140
140
|
|
|
141
141
|
### Usage
|
|
142
142
|
|
|
143
|
-
| Class
|
|
144
|
-
|
|
|
145
|
-
| `.pf-u-{m, mt, mr, mb, ml, mx, my}-{size}{-on-[breakpoint]}`
|
|
146
|
-
| `.pf-u-{p, pt, pr, pb, pl, px, py}-{size}{-on-[breakpoint]}`
|
|
143
|
+
| Class | Applied to | Outcome |
|
|
144
|
+
| -- | -- | -- |
|
|
145
|
+
| `.pf-u-{m, mt, mr, mb, ml, mx, my}-{size}{-on-[breakpoint]}` | `*` | Sets margin top, right, bottom, left, margin-left & right, margin-top & bottom to spacer value |
|
|
146
|
+
| `.pf-u-{p, pt, pr, pb, pl, px, py}-{size}{-on-[breakpoint]}` | `*` | Sets padding top, right, bottom, left, padding-left & right, padding-top & bottom to spacer value |
|
|
@@ -169,30 +169,30 @@ Care should be taken especially when applying text colors, as this can have a ne
|
|
|
169
169
|
|
|
170
170
|
### Usage
|
|
171
171
|
|
|
172
|
-
| Class
|
|
173
|
-
|
|
|
174
|
-
| `.pf-u-font-size-{xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}
|
|
175
|
-
| `.pf-u-font-family-{sans-serif, heading-sans-serif, monospace, redhatVF-sans-serif, redhatVF-heading-sans-serif, redhatVF-monospace}`
|
|
176
|
-
| `.pf-u-font-weight-{light, normal, bold}{-on-[breakpoint]}`
|
|
177
|
-
| `.pf-u-color-{100, 200, 300, 400}{-on-[breakpoint]}`
|
|
178
|
-
| `.pf-u-active-color-{100, 400}{-on-[breakpoint]}`
|
|
179
|
-
| `.pf-u-primary-color-100{-on-[breakpoint]}`
|
|
180
|
-
| `.pf-u-color-light-{100, 200}{-on-[breakpoint]}`
|
|
181
|
-
| `.pf-u-link-color{-on-[breakpoint]}`
|
|
182
|
-
| `.pf-u-link-color-hover{-on-[breakpoint]}`
|
|
183
|
-
| `.pf-u-link-color-light{-on-[breakpoint]}`
|
|
184
|
-
| `.pf-u-link-color-light-hover{-on-[breakpoint]}`
|
|
185
|
-
| `.pf-u-link-color-dark{-on-[breakpoint]}`
|
|
186
|
-
| `.pf-u-link-color-dark-hover{-on-[breakpoint]}`
|
|
187
|
-
| `.pf-u-link-color-visited{-on-[breakpoint]}`
|
|
188
|
-
| `.pf-u-default-color-{100, 200, 300}{-on-[breakpoint]}`
|
|
189
|
-
| `.pf-u-success-color-{100, 200}{-on-[breakpoint]}`
|
|
190
|
-
| `.pf-u-info-color-{100, 200}{-on-[breakpoint]}`
|
|
191
|
-
| `.pf-u-warning-color-{100, 200}{-on-[breakpoint]}`
|
|
192
|
-
| `.pf-u-danger-color-{100, 200, 300}{-on-[breakpoint]}`
|
|
193
|
-
| `.pf-u-disabled-color-{100, 200}{-on-[breakpoint]}`
|
|
194
|
-
| `.pf-u-icon-color-{light, dark}{-on-[breakpoint]}`
|
|
195
|
-
| `.pf-u-text-break-word{-on-[breakpoint]}`
|
|
196
|
-
| `.pf-u-text-nowrap{-on-[breakpoint]}`
|
|
197
|
-
| `.pf-u-text-wrap{-on-[breakpoint]}`
|
|
198
|
-
| `.pf-u-text-truncate`
|
|
172
|
+
| Class | Applied to | Outcome |
|
|
173
|
+
| ---------------------------------------------------------------------- | ---------- | --------------------------------------------------- |
|
|
174
|
+
| `.pf-u-font-size-{xs, sm, md, lg, xl, 2xl, 3xl, 4xl}{-on-[breakpoint]}`| `*` | Sets font-size to xs, sm, md, lg, xl, 2xl, 3xl, or 4xl |
|
|
175
|
+
| `.pf-u-font-family-{sans-serif, heading-sans-serif, monospace, redhatVF-sans-serif, redhatVF-heading-sans-serif, redhatVF-monospace}` | `*` | Sets font-family to sans-serif, heading-sans-serif, or monospace; or Red Hat virtual font sans-serif, heading sans-serif, or monospace |
|
|
176
|
+
| `.pf-u-font-weight-{light, normal, bold}{-on-[breakpoint]}` | `*` | Sets font-size to light, normal, or bold |
|
|
177
|
+
| `.pf-u-color-{100, 200, 300, 400}{-on-[breakpoint]}` | `*` | Sets font-color to color 100, 200, 300, or 400 |
|
|
178
|
+
| `.pf-u-active-color-{100, 400}{-on-[breakpoint]}` | `*` | Sets font-color to active color 100 or 400 |
|
|
179
|
+
| `.pf-u-primary-color-100{-on-[breakpoint]}` | `*` | Sets font-color to primary color 100 |
|
|
180
|
+
| `.pf-u-color-light-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to light color 100 or 200 |
|
|
181
|
+
| `.pf-u-link-color{-on-[breakpoint]}` | `*` | Sets font-color to link color |
|
|
182
|
+
| `.pf-u-link-color-hover{-on-[breakpoint]}` | `*` | Sets font-color to hover link color |
|
|
183
|
+
| `.pf-u-link-color-light{-on-[breakpoint]}` | `*` | Sets font-color to light link color |
|
|
184
|
+
| `.pf-u-link-color-light-hover{-on-[breakpoint]}` | `*` | Sets font-color to light hover link color |
|
|
185
|
+
| `.pf-u-link-color-dark{-on-[breakpoint]}` | `*` | Sets font-color to dark link color |
|
|
186
|
+
| `.pf-u-link-color-dark-hover{-on-[breakpoint]}` | `*` | Sets font-color to dark hover link color |
|
|
187
|
+
| `.pf-u-link-color-visited{-on-[breakpoint]}` | `*` | Sets font-color to visited link color |
|
|
188
|
+
| `.pf-u-default-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to default color 100, 200, or 300 |
|
|
189
|
+
| `.pf-u-success-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to success color 100 or 200 |
|
|
190
|
+
| `.pf-u-info-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to info color 100 or 200 |
|
|
191
|
+
| `.pf-u-warning-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to warning color 100 or 200 |
|
|
192
|
+
| `.pf-u-danger-color-{100, 200, 300}{-on-[breakpoint]}` | `*` | Sets font-color to danger color 100, 200, or 300 |
|
|
193
|
+
| `.pf-u-disabled-color-{100, 200}{-on-[breakpoint]}` | `*` | Sets font-color to disabled color 100 or 200 |
|
|
194
|
+
| `.pf-u-icon-color-{light, dark}{-on-[breakpoint]}` | `*` | Sets font-color to light or dark icon color |
|
|
195
|
+
| `.pf-u-text-break-word{-on-[breakpoint]}` | `*` | Sets word-break to break-word |
|
|
196
|
+
| `.pf-u-text-nowrap{-on-[breakpoint]}` | `*` | Sets white-space to nowrap |
|
|
197
|
+
| `.pf-u-text-wrap{-on-[breakpoint]}` | `*` | Sets white-space to normal |
|
|
198
|
+
| `.pf-u-text-truncate` | `*` | Truncates text field |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{
|
|
1
|
+
export const pfIcons = {
|
|
2
2
|
"add-circle-o": { "width": 1024, "height": 1024, "svgPathData": "M576,303 C576,294.715729 569.284271,288 561,288 L463,288 C454.715729,288 448,294.715729 448,303 L448,448 L303,448 C294.715729,448 288,454.715729 288,463 L288,561 C288,569.284271 294.715729,576 303,576 L448,576 L448,720.9 C447.983373,729.207373 454.6927,735.961429 463,736 L561,736 C569.3073,735.961429 576.016627,729.207373 576,720.9 L576,576 L721,576 C724.969024,576.026638 728.784638,574.468589 731.600595,571.671405 C734.416553,568.87422 736.000031,565.069113 736.000031,561.1 L736.000031,463.1 C736.016627,454.792627 729.3073,448.038571 721,448 L576,448 L576,303 Z M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 Z M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0 Z" },
|
|
3
3
|
"ansible-tower": { "width": 1024, "height": 1024, "svgPathData": "M512,0 C229.26,0 0,229.26 0,512 C0,794.74 229.26,1024 512,1024 C794.74,1024 1024,794.74 1024,512 C1024,229.26 794.74,0 512,0 Z M759.09,730.29 C759.09,751.77 741.71,766.86 721.83,766.86 C711.54,766.86 704,762.97 693.49,754.29 L429,541 L340.57,762.74 L264.23,762.74 L487.77,224.74 C493.49,210.79 506.06,203.25 520.23,203.25 C534.4,203.25 546.06,210.56 551.77,224.74 L755.89,715.2 C758.4,721.14 759.31,726.63 759.09,730.29 Z M520.69,312.69 L653.26,640 L453.26,482.51 L520.69,312.69 Z" },
|
|
4
4
|
"applications": { "width": 1024, "height": 1024, "svgPathData": "M951.9,320 L832,320 L832,135 C832,94.9 800.7,64 760.5,64 L71.1,64 C30.9,64.1 0,94.9 0,135 L0,696.9 C0,737.1 30.9,768 71.1,768 L192,768 L192,952.2 C192,992.5 223.4,1024 263.7,1024 L952,1024 C992.3,1024 1024,992.5 1024,952.2 L1024,391 C1023.9,350.9 992.1,320 951.9,320 Z M832,384 L896,384 L896,448 L832,448 L832,384 Z M640,128 L704,128 L704,192 L640,192 L640,128 Z M64,704 L64,256 L768,256 L768,704 L64,704 Z M960,960 L256,960 L256,768 L760.5,768 C800.8,768 832,736.5 832,696.3 L832,576 L960,576 L960,960 Z" },
|
package/layouts/Grid/grid.css
CHANGED
|
@@ -16,31 +16,31 @@
|
|
|
16
16
|
}
|
|
17
17
|
@media (min-width: 576px) {
|
|
18
18
|
.pf-l-grid > *,
|
|
19
|
-
.pf-l-grid .pf-l-grid__item {
|
|
19
|
+
.pf-l-grid .pf-l-grid__item {
|
|
20
20
|
order: var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order));
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
@media (min-width: 768px) {
|
|
24
24
|
.pf-l-grid > *,
|
|
25
|
-
.pf-l-grid .pf-l-grid__item {
|
|
25
|
+
.pf-l-grid .pf-l-grid__item {
|
|
26
26
|
order: var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order)));
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
@media (min-width: 992px) {
|
|
30
30
|
.pf-l-grid > *,
|
|
31
|
-
.pf-l-grid .pf-l-grid__item {
|
|
31
|
+
.pf-l-grid .pf-l-grid__item {
|
|
32
32
|
order: var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order))));
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
@media (min-width: 1200px) {
|
|
36
36
|
.pf-l-grid > *,
|
|
37
|
-
.pf-l-grid .pf-l-grid__item {
|
|
37
|
+
.pf-l-grid .pf-l-grid__item {
|
|
38
38
|
order: var(--pf-l-grid--item--Order-on-xl, var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order)))));
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
@media (min-width: 1450px) {
|
|
42
42
|
.pf-l-grid > *,
|
|
43
|
-
.pf-l-grid .pf-l-grid__item {
|
|
43
|
+
.pf-l-grid .pf-l-grid__item {
|
|
44
44
|
order: var(--pf-l-grid--item--Order-on-2xl, var(--pf-l-grid--item--Order-on-xl, var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order))))));
|
|
45
45
|
}
|
|
46
46
|
}
|
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.19",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -21,70 +21,80 @@
|
|
|
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.9.0",
|
|
36
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
47
|
"@patternfly/react-code-editor": "4.82.113",
|
|
38
48
|
"@patternfly/react-core": "4.276.6",
|
|
39
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
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"postcss": "^
|
|
65
|
-
"postcss-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"react": "^
|
|
69
|
-
"
|
|
70
|
-
"remark-
|
|
71
|
-
"remark-stringify": "^8.1.0",
|
|
69
|
+
"gulp-postcss": "^9.0.1",
|
|
70
|
+
"gulp-rename": "^2.0.0",
|
|
71
|
+
"gulp-sourcemaps": "^3.0.0",
|
|
72
|
+
"lint-staged": "^13.1.1",
|
|
73
|
+
"node-plop": "^0.31.1",
|
|
74
|
+
"postcss": "^8.4.21",
|
|
75
|
+
"postcss-css-variables": "^0.18.0",
|
|
76
|
+
"postcss-preset-env": "^8.0.1",
|
|
77
|
+
"prettier": "^2.8.4",
|
|
78
|
+
"react": "^18.2.0",
|
|
79
|
+
"react-dom": "^18.2.0",
|
|
80
|
+
"remark-parse": "^10.0.1",
|
|
81
|
+
"remark-stringify": "^10.0.2",
|
|
72
82
|
"rimraf": "*",
|
|
73
|
-
"sass": "^1.
|
|
74
|
-
"sass-graph": "^
|
|
75
|
-
"stylelint": "^
|
|
76
|
-
"stylelint-config-recommended-scss": "^
|
|
77
|
-
"stylelint-config-standard": "^
|
|
78
|
-
"stylelint-order": "^
|
|
83
|
+
"sass": "^1.58.0",
|
|
84
|
+
"sass-graph": "^4.0.1",
|
|
85
|
+
"stylelint": "^15.0.0",
|
|
86
|
+
"stylelint-config-recommended-scss": "^8.0.0",
|
|
87
|
+
"stylelint-config-standard": "^30.0.1",
|
|
88
|
+
"stylelint-order": "^6.0.2",
|
|
79
89
|
"stylelint-scss": "^4.3.0",
|
|
80
90
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
|
-
"surge": "^0.
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
91
|
+
"surge": "^0.23.1",
|
|
92
|
+
"unified": "^10.1.2",
|
|
93
|
+
"webpack": "^5.75.0",
|
|
94
|
+
"husky": "^8.0.3"
|
|
85
95
|
},
|
|
86
96
|
"resolutions": {
|
|
87
|
-
"@babel/preset-env": "7.
|
|
97
|
+
"@babel/preset-env": "7.18.2",
|
|
88
98
|
"monaco-editor": "0.21.3"
|
|
89
99
|
},
|
|
90
100
|
"repository": {
|
|
@@ -95,20 +105,5 @@
|
|
|
95
105
|
"registry": "https://registry.npmjs.org/",
|
|
96
106
|
"tag": "alpha",
|
|
97
107
|
"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
108
|
}
|
|
114
109
|
}
|