@patternfly/patternfly 5.0.0-alpha.1 → 5.0.0-alpha.10
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 +30 -0
- package/base/_common.scss +0 -22
- package/base/patternfly-common.css +0 -10
- package/components/Card/card.css +9 -12
- package/components/Card/card.scss +11 -17
- package/components/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/Drawer/drawer.css +0 -1
- package/components/Drawer/drawer.scss +0 -1
- package/components/Dropdown/dropdown.css +15 -0
- package/components/Dropdown/dropdown.scss +20 -0
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InputGroup/input-group.css +14 -0
- package/components/InputGroup/input-group.scss +9 -0
- package/components/InputGroup/themes/dark/input-group.scss +8 -0
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +4 -0
- package/components/Menu/menu.scss +5 -0
- package/components/Pagination/pagination.css +228 -0
- package/components/Pagination/pagination.scss +30 -1
- package/components/Popover/popover.css +1 -6
- package/components/Popover/themes/dark/popover.scss +1 -7
- package/components/Slider/slider.css +0 -7
- package/components/Slider/slider.scss +0 -9
- package/components/Toolbar/toolbar.css +30 -2
- package/components/Toolbar/toolbar.scss +37 -3
- package/components/Tooltip/themes/dark/tooltip.scss +3 -6
- package/components/Tooltip/tooltip.css +2 -5
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/Dropdown/examples/Dropdown.md +216 -0
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/InputGroup/examples/InputGroup.md +1 -0
- package/docs/components/Pagination/examples/Pagination.md +129 -30
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +4 -7
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Card/examples/Card.md +144 -109
- package/docs/demos/CardView/examples/CardView.md +1 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
- package/docs/demos/DataList/examples/DataList.md +2 -4
- package/docs/demos/Masthead/examples/Masthead.md +3 -6
- package/docs/demos/Nav/examples/Nav.md +671 -718
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +9 -8
- package/docs/demos/Table/examples/Table.md +18 -32
- package/docs/demos/Tabs/examples/Tabs.md +42 -539
- package/docs/demos/Toolbar/examples/Toolbar.md +1589 -9
- package/docs/demos/Wizard/examples/Wizard.md +0 -4
- package/package.json +5 -5
- package/patternfly-base-no-reset.css +0 -10
- package/patternfly-base.css +0 -10
- package/patternfly-no-reset.css +405 -135
- package/patternfly.css +405 -135
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +0 -1
|
@@ -6631,7 +6631,6 @@ wrapperTag: div
|
|
|
6631
6631
|
</div>
|
|
6632
6632
|
</div>
|
|
6633
6633
|
</section>
|
|
6634
|
-
|
|
6635
6634
|
<section class="pf-c-page__main-wizard">
|
|
6636
6635
|
<div class="pf-c-wizard">
|
|
6637
6636
|
<button
|
|
@@ -7726,7 +7725,6 @@ wrapperTag: div
|
|
|
7726
7725
|
</div>
|
|
7727
7726
|
</div>
|
|
7728
7727
|
</section>
|
|
7729
|
-
|
|
7730
7728
|
<section class="pf-c-page__main-wizard">
|
|
7731
7729
|
<div class="pf-c-wizard">
|
|
7732
7730
|
<button
|
|
@@ -8803,7 +8801,6 @@ wrapperTag: div
|
|
|
8803
8801
|
</div>
|
|
8804
8802
|
</div>
|
|
8805
8803
|
</section>
|
|
8806
|
-
|
|
8807
8804
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
8808
8805
|
<div class="pf-c-wizard">
|
|
8809
8806
|
<button
|
|
@@ -9946,7 +9943,6 @@ wrapperTag: div
|
|
|
9946
9943
|
</div>
|
|
9947
9944
|
</div>
|
|
9948
9945
|
</section>
|
|
9949
|
-
|
|
9950
9946
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
9951
9947
|
<div class="pf-c-wizard">
|
|
9952
9948
|
<button
|
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.10",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.
|
|
37
|
+
"@patternfly/react-code-editor": "4.82.82",
|
|
38
|
+
"@patternfly/react-core": "4.267.6",
|
|
39
|
+
"@patternfly/react-table": "4.112.6",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.
|
|
82
|
+
"@patternfly/documentation-framework": "1.3.8",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
|
@@ -493,16 +493,6 @@
|
|
|
493
493
|
font-weight: 300 700;
|
|
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;
|
package/patternfly-base.css
CHANGED
|
@@ -493,16 +493,6 @@
|
|
|
493
493
|
font-weight: 300 700;
|
|
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;
|