@patternfly/patternfly 6.2.0-prerelease.9 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/base/patternfly-variables.css +1 -1
- package/base/patternfly-variables.scss +1 -1
- package/components/Accordion/accordion.css +3 -1
- package/components/Accordion/accordion.scss +4 -2
- package/components/Alert/alert-group.css +52 -9
- package/components/Alert/alert-group.scss +116 -29
- package/components/Banner/banner.css +2 -2
- package/components/Banner/banner.scss +2 -2
- package/components/Button/button.css +41 -0
- package/components/Button/button.scss +52 -0
- package/components/Card/card.css +24 -2
- package/components/Card/card.scss +29 -2
- package/components/ClipboardCopy/clipboard-copy.css +6 -1
- package/components/ClipboardCopy/clipboard-copy.scss +8 -2
- package/components/CodeEditor/code-editor.css +3 -0
- package/components/CodeEditor/code-editor.scss +3 -1
- package/components/DataList/data-list.css +3 -1
- package/components/DataList/data-list.scss +4 -2
- package/components/DescriptionList/description-list.css +1 -1
- package/components/DescriptionList/description-list.scss +1 -1
- package/components/Drawer/drawer.css +28 -14
- package/components/Drawer/drawer.scss +28 -9
- package/components/DualListSelector/dual-list-selector.css +4 -2
- package/components/DualListSelector/dual-list-selector.scss +4 -2
- package/components/ExpandableSection/expandable-section.css +3 -1
- package/components/ExpandableSection/expandable-section.scss +4 -2
- package/components/Form/form.css +7 -5
- package/components/Form/form.scss +7 -5
- package/components/FormControl/form-control.css +109 -43
- package/components/FormControl/form-control.scss +139 -54
- package/components/HelperText/helper-text.css +13 -0
- package/components/HelperText/helper-text.scss +16 -1
- package/components/JumpLinks/jump-links.css +4 -2
- package/components/JumpLinks/jump-links.scss +4 -2
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +4 -5
- package/components/Menu/menu.scss +2 -3
- package/components/MenuToggle/menu-toggle.css +42 -1
- package/components/MenuToggle/menu-toggle.scss +50 -1
- package/components/Nav/nav.css +41 -11
- package/components/Nav/nav.scss +52 -15
- package/components/NotificationDrawer/notification-drawer.css +3 -1
- package/components/NotificationDrawer/notification-drawer.scss +4 -2
- package/components/Page/page.css +20 -4
- package/components/Page/page.scss +21 -5
- package/components/Switch/switch.css +3 -1
- package/components/Switch/switch.scss +4 -2
- package/components/Table/table-grid.css +3 -1
- package/components/Table/table-grid.scss +4 -2
- package/components/Table/table.css +7 -5
- package/components/Table/table.scss +7 -4
- package/components/Tabs/tabs.css +71 -2
- package/components/Tabs/tabs.scss +85 -4
- package/components/Toolbar/toolbar.css +10 -3
- package/components/Toolbar/toolbar.scss +11 -3
- package/components/Truncate/truncate.css +5 -0
- package/components/Truncate/truncate.scss +6 -0
- package/components/Wizard/wizard.css +4 -2
- package/components/Wizard/wizard.scss +4 -2
- package/components/_index.css +515 -121
- package/docs/components/Alert/examples/Alert.md +6 -0
- package/docs/components/Button/examples/Button.md +29 -0
- package/docs/components/Card/examples/Card.md +30 -0
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +29 -0
- package/docs/components/DataList/examples/DataList.md +1 -1
- package/docs/components/Divider/examples/Divider.md +1 -1
- package/docs/components/Drawer/examples/Drawer.md +4 -0
- package/docs/components/Menu/examples/Menu.md +6 -6
- package/docs/components/Nav/examples/Navigation.md +3 -0
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/components/Table/examples/Table.md +18 -30
- package/docs/components/Tabs/examples/Tabs.md +6886 -15
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +10 -0
- package/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/docs/components/Toolbar/examples/Toolbar.md +28 -0
- package/docs/components/Truncate/examples/Truncate.md +53 -10
- package/docs/demos/Card/examples/Card.md +89 -24
- package/docs/demos/CardView/examples/CardView.md +2 -0
- package/docs/demos/DescriptionList/examples/DescriptionList.md +38 -0
- package/docs/demos/Drawer/examples/Drawer.md +38 -0
- package/docs/demos/Masthead/examples/Masthead.md +1 -1
- package/docs/demos/Nav/examples/Nav.md +4 -2
- package/docs/demos/Page/examples/Page.md +355 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +76 -0
- package/docs/demos/Table/examples/Table.md +41 -21
- package/docs/demos/Tabs/examples/Tabs.md +570 -0
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +1 -1
- package/patternfly-base.css +1 -1
- package/patternfly-charts.css +3 -3
- package/patternfly-charts.scss +3 -3
- package/patternfly-no-globals.css +516 -122
- package/patternfly.css +516 -122
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +8 -4
- package/docs/components/TabContent/examples/TabContent.md +0 -153
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": "6.2.
|
|
4
|
+
"version": "6.2.1",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^19.1.0",
|
|
48
48
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
49
49
|
"@octokit/rest": "^20.1.0",
|
|
50
|
-
"@patternfly/documentation-framework": "6.
|
|
51
|
-
"@patternfly/patternfly-a11y": "5.
|
|
52
|
-
"@patternfly/react-code-editor": "6.
|
|
53
|
-
"@patternfly/react-core": "6.
|
|
54
|
-
"@patternfly/react-table": "6.
|
|
50
|
+
"@patternfly/documentation-framework": "6.9.1",
|
|
51
|
+
"@patternfly/patternfly-a11y": "5.1.0",
|
|
52
|
+
"@patternfly/react-code-editor": "6.2.0",
|
|
53
|
+
"@patternfly/react-core": "6.2.0",
|
|
54
|
+
"@patternfly/react-table": "6.2.0",
|
|
55
55
|
"@starptech/prettyhtml": "^0.10.0",
|
|
56
56
|
"backstopjs": "^6.3.23",
|
|
57
57
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -7456,6 +7456,6 @@
|
|
|
7456
7456
|
--pf-t--global--text--color--status--warning--hover: var(--pf-t--global--color--status--warning--hover);
|
|
7457
7457
|
}
|
|
7458
7458
|
|
|
7459
|
-
:
|
|
7459
|
+
:is(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
7460
7460
|
--pf-v6-global--inverse--multiplier: -1;
|
|
7461
7461
|
}
|
package/patternfly-base.css
CHANGED
|
@@ -7592,6 +7592,6 @@ button) {
|
|
|
7592
7592
|
--pf-t--global--text--color--status--warning--hover: var(--pf-t--global--color--status--warning--hover);
|
|
7593
7593
|
}
|
|
7594
7594
|
|
|
7595
|
-
:
|
|
7595
|
+
:is(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
7596
7596
|
--pf-v6-global--inverse--multiplier: -1;
|
|
7597
7597
|
}
|
package/patternfly-charts.css
CHANGED
|
@@ -699,12 +699,12 @@
|
|
|
699
699
|
--pf-v6-chart-echarts-graph--line-style--BorderWidth: 1;
|
|
700
700
|
--pf-v6-chart-echarts-graph--Smooth: false;
|
|
701
701
|
--pf-v6-chart-echarts-graph--SymbolSize: 4;
|
|
702
|
-
--pf-v6-chart-echarts-graph--Symbol: "
|
|
702
|
+
--pf-v6-chart-echarts-graph--Symbol: "square";
|
|
703
703
|
--pf-v6-chart-echarts-line--item-style--BorderWidth: 1;
|
|
704
704
|
--pf-v6-chart-echarts-line--line-style--BorderWidth: 2;
|
|
705
705
|
--pf-v6-chart-echarts-line--Smooth: false;
|
|
706
706
|
--pf-v6-chart-echarts-line--SymbolSize: 4;
|
|
707
|
-
--pf-v6-chart-echarts-line--Symbol: "
|
|
707
|
+
--pf-v6-chart-echarts-line--Symbol: "square";
|
|
708
708
|
--pf-v6-chart-echarts-map--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
|
|
709
709
|
--pf-v6-chart-echarts-map--emphasis--item-style--BorderWidth: 1;
|
|
710
710
|
--pf-v6-chart-echarts-map--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
|
|
@@ -743,5 +743,5 @@
|
|
|
743
743
|
--pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
|
|
744
744
|
--pf-v6-chart-echarts-radar--Smooth: false;
|
|
745
745
|
--pf-v6-chart-echarts-radar--SymbolSize: 4;
|
|
746
|
-
--pf-v6-chart-echarts-radar--Symbol: "
|
|
746
|
+
--pf-v6-chart-echarts-radar--Symbol: "square";
|
|
747
747
|
}
|
package/patternfly-charts.scss
CHANGED
|
@@ -490,14 +490,14 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
490
490
|
--#{$chart}-echarts-graph--line-style--BorderWidth: 1;
|
|
491
491
|
--#{$chart}-echarts-graph--Smooth: false;
|
|
492
492
|
--#{$chart}-echarts-graph--SymbolSize: 4;
|
|
493
|
-
--#{$chart}-echarts-graph--Symbol: '
|
|
493
|
+
--#{$chart}-echarts-graph--Symbol: 'square';
|
|
494
494
|
|
|
495
495
|
// Line
|
|
496
496
|
--#{$chart}-echarts-line--item-style--BorderWidth: 1;
|
|
497
497
|
--#{$chart}-echarts-line--line-style--BorderWidth: 2;
|
|
498
498
|
--#{$chart}-echarts-line--Smooth: false;
|
|
499
499
|
--#{$chart}-echarts-line--SymbolSize: 4;
|
|
500
|
-
--#{$chart}-echarts-line--Symbol: '
|
|
500
|
+
--#{$chart}-echarts-line--Symbol: 'square';
|
|
501
501
|
|
|
502
502
|
// Map
|
|
503
503
|
--#{$chart}-echarts-map--emphasis--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--400);
|
|
@@ -556,5 +556,5 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
556
556
|
--#{$chart}-echarts-radar--line-style--BorderWidth: 2;
|
|
557
557
|
--#{$chart}-echarts-radar--Smooth: false;
|
|
558
558
|
--#{$chart}-echarts-radar--SymbolSize: 4;
|
|
559
|
-
--#{$chart}-echarts-radar--Symbol: '
|
|
559
|
+
--#{$chart}-echarts-radar--Symbol: 'square';
|
|
560
560
|
}
|