@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.
Files changed (99) hide show
  1. package/README.md +1 -1
  2. package/base/patternfly-variables.css +1 -1
  3. package/base/patternfly-variables.scss +1 -1
  4. package/components/Accordion/accordion.css +3 -1
  5. package/components/Accordion/accordion.scss +4 -2
  6. package/components/Alert/alert-group.css +52 -9
  7. package/components/Alert/alert-group.scss +116 -29
  8. package/components/Banner/banner.css +2 -2
  9. package/components/Banner/banner.scss +2 -2
  10. package/components/Button/button.css +41 -0
  11. package/components/Button/button.scss +52 -0
  12. package/components/Card/card.css +24 -2
  13. package/components/Card/card.scss +29 -2
  14. package/components/ClipboardCopy/clipboard-copy.css +6 -1
  15. package/components/ClipboardCopy/clipboard-copy.scss +8 -2
  16. package/components/CodeEditor/code-editor.css +3 -0
  17. package/components/CodeEditor/code-editor.scss +3 -1
  18. package/components/DataList/data-list.css +3 -1
  19. package/components/DataList/data-list.scss +4 -2
  20. package/components/DescriptionList/description-list.css +1 -1
  21. package/components/DescriptionList/description-list.scss +1 -1
  22. package/components/Drawer/drawer.css +28 -14
  23. package/components/Drawer/drawer.scss +28 -9
  24. package/components/DualListSelector/dual-list-selector.css +4 -2
  25. package/components/DualListSelector/dual-list-selector.scss +4 -2
  26. package/components/ExpandableSection/expandable-section.css +3 -1
  27. package/components/ExpandableSection/expandable-section.scss +4 -2
  28. package/components/Form/form.css +7 -5
  29. package/components/Form/form.scss +7 -5
  30. package/components/FormControl/form-control.css +109 -43
  31. package/components/FormControl/form-control.scss +139 -54
  32. package/components/HelperText/helper-text.css +13 -0
  33. package/components/HelperText/helper-text.scss +16 -1
  34. package/components/JumpLinks/jump-links.css +4 -2
  35. package/components/JumpLinks/jump-links.scss +4 -2
  36. package/components/Masthead/masthead.css +1 -1
  37. package/components/Masthead/masthead.scss +1 -1
  38. package/components/Menu/menu.css +4 -5
  39. package/components/Menu/menu.scss +2 -3
  40. package/components/MenuToggle/menu-toggle.css +42 -1
  41. package/components/MenuToggle/menu-toggle.scss +50 -1
  42. package/components/Nav/nav.css +41 -11
  43. package/components/Nav/nav.scss +52 -15
  44. package/components/NotificationDrawer/notification-drawer.css +3 -1
  45. package/components/NotificationDrawer/notification-drawer.scss +4 -2
  46. package/components/Page/page.css +20 -4
  47. package/components/Page/page.scss +21 -5
  48. package/components/Switch/switch.css +3 -1
  49. package/components/Switch/switch.scss +4 -2
  50. package/components/Table/table-grid.css +3 -1
  51. package/components/Table/table-grid.scss +4 -2
  52. package/components/Table/table.css +7 -5
  53. package/components/Table/table.scss +7 -4
  54. package/components/Tabs/tabs.css +71 -2
  55. package/components/Tabs/tabs.scss +85 -4
  56. package/components/Toolbar/toolbar.css +10 -3
  57. package/components/Toolbar/toolbar.scss +11 -3
  58. package/components/Truncate/truncate.css +5 -0
  59. package/components/Truncate/truncate.scss +6 -0
  60. package/components/Wizard/wizard.css +4 -2
  61. package/components/Wizard/wizard.scss +4 -2
  62. package/components/_index.css +515 -121
  63. package/docs/components/Alert/examples/Alert.md +6 -0
  64. package/docs/components/Button/examples/Button.md +29 -0
  65. package/docs/components/Card/examples/Card.md +30 -0
  66. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +29 -0
  67. package/docs/components/DataList/examples/DataList.md +1 -1
  68. package/docs/components/Divider/examples/Divider.md +1 -1
  69. package/docs/components/Drawer/examples/Drawer.md +4 -0
  70. package/docs/components/Menu/examples/Menu.md +6 -6
  71. package/docs/components/Nav/examples/Navigation.md +3 -0
  72. package/docs/components/Page/examples/Page.md +1 -0
  73. package/docs/components/Table/examples/Table.md +18 -30
  74. package/docs/components/Tabs/examples/Tabs.md +6886 -15
  75. package/docs/components/TextInputGroup/examples/TextInputGroup.md +10 -0
  76. package/docs/components/Toolbar/examples/Toolbar.css +3 -0
  77. package/docs/components/Toolbar/examples/Toolbar.md +28 -0
  78. package/docs/components/Truncate/examples/Truncate.md +53 -10
  79. package/docs/demos/Card/examples/Card.md +89 -24
  80. package/docs/demos/CardView/examples/CardView.md +2 -0
  81. package/docs/demos/DescriptionList/examples/DescriptionList.md +38 -0
  82. package/docs/demos/Drawer/examples/Drawer.md +38 -0
  83. package/docs/demos/Masthead/examples/Masthead.md +1 -1
  84. package/docs/demos/Nav/examples/Nav.md +4 -2
  85. package/docs/demos/Page/examples/Page.md +355 -0
  86. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +76 -0
  87. package/docs/demos/Table/examples/Table.md +41 -21
  88. package/docs/demos/Tabs/examples/Tabs.md +570 -0
  89. package/package.json +6 -6
  90. package/patternfly-base-no-globals.css +1 -1
  91. package/patternfly-base.css +1 -1
  92. package/patternfly-charts.css +3 -3
  93. package/patternfly-charts.scss +3 -3
  94. package/patternfly-no-globals.css +516 -122
  95. package/patternfly.css +516 -122
  96. package/patternfly.min.css +1 -1
  97. package/patternfly.min.css.map +1 -1
  98. package/sass-utilities/mixins.scss +8 -4
  99. 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.0-prerelease.9",
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.5.13",
51
- "@patternfly/patternfly-a11y": "5.0.0",
52
- "@patternfly/react-code-editor": "6.1.0",
53
- "@patternfly/react-core": "6.1.0",
54
- "@patternfly/react-table": "6.1.0",
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
- :where(.pf-v6-m-dir-rtl, [dir=rtl]) {
7459
+ :is(.pf-v6-m-dir-rtl, [dir=rtl]) {
7460
7460
  --pf-v6-global--inverse--multiplier: -1;
7461
7461
  }
@@ -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
- :where(.pf-v6-m-dir-rtl, [dir=rtl]) {
7595
+ :is(.pf-v6-m-dir-rtl, [dir=rtl]) {
7596
7596
  --pf-v6-global--inverse--multiplier: -1;
7597
7597
  }
@@ -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: "rect";
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: "rect";
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: "rect";
746
+ --pf-v6-chart-echarts-radar--Symbol: "square";
747
747
  }
@@ -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: 'rect';
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: 'rect';
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: 'rect';
559
+ --#{$chart}-echarts-radar--Symbol: 'square';
560
560
  }