@patternfly/patternfly 6.0.0-alpha.121 → 6.0.0-alpha.123

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 (175) hide show
  1. package/base/patternfly-variables.css +9 -22
  2. package/base/patternfly-variables.scss +11 -5
  3. package/base/tokens/_index.scss +1 -0
  4. package/base/tokens/tokens-charts-dark.scss +169 -0
  5. package/base/tokens/tokens-charts.scss +75 -65
  6. package/base/tokens/tokens-dark.scss +4 -5
  7. package/base/tokens/tokens-default.scss +10 -11
  8. package/base/tokens/tokens-font.scss +1 -1
  9. package/base/tokens/tokens-palette.scss +4 -5
  10. package/components/AboutModalBox/about-modal-box.css +54 -54
  11. package/components/AboutModalBox/about-modal-box.scss +54 -54
  12. package/components/Accordion/accordion.css +39 -39
  13. package/components/Accordion/accordion.scss +39 -39
  14. package/components/Alert/alert-group.css +15 -15
  15. package/components/Alert/alert-group.scss +15 -15
  16. package/components/Alert/alert.css +46 -46
  17. package/components/Alert/alert.scss +46 -46
  18. package/components/AppLauncher/app-launcher.css +58 -58
  19. package/components/AppLauncher/app-launcher.scss +58 -58
  20. package/components/BackToTop/back-to-top.css +14 -14
  21. package/components/BackToTop/back-to-top.scss +14 -14
  22. package/components/Badge/badge.css +6 -6
  23. package/components/Badge/badge.scss +6 -6
  24. package/components/Banner/banner.css +12 -12
  25. package/components/Banner/banner.scss +12 -12
  26. package/components/Breadcrumb/breadcrumb.css +12 -12
  27. package/components/Breadcrumb/breadcrumb.scss +12 -12
  28. package/components/Button/button.css +93 -93
  29. package/components/Button/button.scss +93 -93
  30. package/components/CalendarMonth/calendar-month.css +42 -42
  31. package/components/CalendarMonth/calendar-month.scss +42 -42
  32. package/components/Card/card.css +59 -59
  33. package/components/Card/card.scss +59 -59
  34. package/components/Check/check.css +2 -2
  35. package/components/Check/check.scss +2 -2
  36. package/components/Chip/chip-group.css +20 -20
  37. package/components/Chip/chip-group.scss +20 -20
  38. package/components/Chip/chip.css +26 -26
  39. package/components/Chip/chip.scss +26 -26
  40. package/components/ClipboardCopy/clipboard-copy.css +36 -36
  41. package/components/ClipboardCopy/clipboard-copy.scss +36 -36
  42. package/components/CodeBlock/code-block.css +19 -19
  43. package/components/CodeBlock/code-block.scss +19 -19
  44. package/components/CodeEditor/code-editor.css +33 -33
  45. package/components/CodeEditor/code-editor.scss +33 -33
  46. package/components/Content/content.css +65 -65
  47. package/components/Content/content.scss +65 -65
  48. package/components/ContextSelector/context-selector.css +145 -145
  49. package/components/ContextSelector/context-selector.scss +145 -145
  50. package/components/DataList/data-list-grid.css +98 -98
  51. package/components/DataList/data-list-grid.scss +14 -14
  52. package/components/DataList/data-list.css +233 -233
  53. package/components/DataList/data-list.scss +135 -135
  54. package/components/DatePicker/date-picker.css +14 -14
  55. package/components/DatePicker/date-picker.scss +14 -14
  56. package/components/DescriptionList/description-list.css +6 -6
  57. package/components/DescriptionList/description-list.scss +6 -6
  58. package/components/Drawer/drawer.css +84 -84
  59. package/components/Drawer/drawer.scss +84 -84
  60. package/components/Dropdown/dropdown.css +126 -126
  61. package/components/Dropdown/dropdown.scss +126 -126
  62. package/components/DualListSelector/dual-list-selector.css +59 -58
  63. package/components/DualListSelector/dual-list-selector.scss +41 -40
  64. package/components/EmptyState/empty-state.css +32 -32
  65. package/components/EmptyState/empty-state.scss +32 -32
  66. package/components/ExpandableSection/expandable-section.css +48 -48
  67. package/components/ExpandableSection/expandable-section.scss +48 -48
  68. package/components/Form/form.css +106 -106
  69. package/components/Form/form.scss +88 -88
  70. package/components/FormControl/form-control.css +44 -44
  71. package/components/FormControl/form-control.scss +44 -44
  72. package/components/HelperText/helper-text.css +2 -2
  73. package/components/HelperText/helper-text.scss +2 -2
  74. package/components/Hint/hint.css +16 -16
  75. package/components/Hint/hint.scss +16 -16
  76. package/components/InlineEdit/inline-edit.css +10 -10
  77. package/components/InlineEdit/inline-edit.scss +10 -10
  78. package/components/InputGroup/input-group.css +16 -16
  79. package/components/InputGroup/input-group.scss +16 -16
  80. package/components/JumpLinks/jump-links.css +75 -75
  81. package/components/JumpLinks/jump-links.scss +75 -75
  82. package/components/Label/label-group.css +26 -26
  83. package/components/Label/label-group.scss +26 -26
  84. package/components/Label/label.css +30 -30
  85. package/components/Label/label.scss +30 -30
  86. package/components/List/list.css +27 -27
  87. package/components/List/list.scss +27 -27
  88. package/components/LogViewer/log-viewer.css +36 -36
  89. package/components/LogViewer/log-viewer.scss +37 -37
  90. package/components/Login/login.css +88 -88
  91. package/components/Login/login.scss +88 -88
  92. package/components/Menu/menu.css +20 -20
  93. package/components/Menu/menu.scss +20 -20
  94. package/components/MenuToggle/menu-toggle.css +58 -58
  95. package/components/MenuToggle/menu-toggle.scss +58 -58
  96. package/components/ModalBox/modal-box.css +39 -39
  97. package/components/ModalBox/modal-box.scss +39 -39
  98. package/components/MultipleFileUpload/multiple-file-upload.css +32 -32
  99. package/components/MultipleFileUpload/multiple-file-upload.scss +32 -32
  100. package/components/NotificationBadge/notification-badge.css +16 -16
  101. package/components/NotificationBadge/notification-badge.scss +16 -16
  102. package/components/NotificationDrawer/notification-drawer.css +41 -41
  103. package/components/NotificationDrawer/notification-drawer.scss +41 -41
  104. package/components/NumberInput/number-input.css +2 -2
  105. package/components/NumberInput/number-input.scss +2 -2
  106. package/components/OptionsMenu/options-menu.css +79 -79
  107. package/components/OptionsMenu/options-menu.scss +79 -79
  108. package/components/Page/page.css +181 -181
  109. package/components/Page/page.scss +131 -131
  110. package/components/Pagination/pagination.css +24 -24
  111. package/components/Pagination/pagination.scss +24 -24
  112. package/components/Panel/panel.css +24 -24
  113. package/components/Panel/panel.scss +24 -24
  114. package/components/Popover/popover.css +48 -48
  115. package/components/Popover/popover.scss +48 -48
  116. package/components/Progress/progress.css +4 -4
  117. package/components/Progress/progress.scss +4 -4
  118. package/components/ProgressStepper/progress-stepper.css +225 -225
  119. package/components/ProgressStepper/progress-stepper.scss +93 -93
  120. package/components/Radio/radio.css +6 -6
  121. package/components/Radio/radio.scss +6 -6
  122. package/components/Select/select.css +171 -171
  123. package/components/Select/select.scss +171 -171
  124. package/components/Sidebar/sidebar.css +44 -44
  125. package/components/Sidebar/sidebar.scss +44 -44
  126. package/components/SimpleList/simple-list.css +18 -18
  127. package/components/SimpleList/simple-list.scss +18 -18
  128. package/components/Skeleton/skeleton.css +4 -4
  129. package/components/Skeleton/skeleton.scss +4 -4
  130. package/components/SkipToContent/skip-to-content.css +4 -4
  131. package/components/SkipToContent/skip-to-content.scss +4 -4
  132. package/components/Slider/slider.css +25 -25
  133. package/components/Slider/slider.scss +25 -25
  134. package/components/Switch/switch.css +4 -4
  135. package/components/Switch/switch.scss +4 -4
  136. package/components/TabContent/tab-content.css +24 -24
  137. package/components/TabContent/tab-content.scss +24 -24
  138. package/components/Table/table-grid.css +404 -404
  139. package/components/Table/table-grid.scss +116 -116
  140. package/components/Table/table-scrollable.css +16 -16
  141. package/components/Table/table-scrollable.scss +16 -16
  142. package/components/Table/table-tree-view.css +251 -251
  143. package/components/Table/table-tree-view.scss +59 -59
  144. package/components/Table/table.css +122 -122
  145. package/components/Table/table.scss +122 -122
  146. package/components/Tabs/tabs.css +118 -118
  147. package/components/Tabs/tabs.scss +118 -118
  148. package/components/TextInputGroup/text-input-group.css +26 -26
  149. package/components/TextInputGroup/text-input-group.scss +26 -26
  150. package/components/Tile/tile.css +13 -13
  151. package/components/Tile/tile.scss +13 -13
  152. package/components/ToggleGroup/toggle-group.css +28 -28
  153. package/components/ToggleGroup/toggle-group.scss +28 -28
  154. package/components/Tooltip/tooltip.css +26 -26
  155. package/components/Tooltip/tooltip.scss +26 -26
  156. package/components/TreeView/tree-view.css +181 -181
  157. package/components/TreeView/tree-view.scss +122 -122
  158. package/components/Wizard/wizard.css +158 -119
  159. package/components/Wizard/wizard.scss +176 -126
  160. package/components/_index.css +4310 -4270
  161. package/docs/components/Drawer/examples/Drawer.md +1 -1
  162. package/docs/components/Slider/examples/Slider.md +39 -39
  163. package/docs/components/Table/examples/Table.md +20 -20
  164. package/docs/components/Wizard/examples/Wizard.md +827 -91
  165. package/docs/demos/Card/examples/Card.css +2 -2
  166. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -44
  167. package/docs/demos/Table/examples/Table.md +20 -20
  168. package/docs/demos/Wizard/examples/Wizard.md +356 -198
  169. package/package.json +1 -1
  170. package/patternfly-base-no-globals.css +9 -22
  171. package/patternfly-base.css +9 -22
  172. package/patternfly-no-globals.css +4319 -4292
  173. package/patternfly.css +4319 -4292
  174. package/patternfly.min.css +1 -1
  175. package/patternfly.min.css.map +1 -1
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.0.0-alpha.121",
4
+ "version": "6.0.0-alpha.123",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -4814,11 +4814,8 @@
4814
4814
  vertical-align: -0.125em;
4815
4815
  }
4816
4816
 
4817
- html .ws-preview {
4818
- background-color: var(--pf-t--global--background--color--primary--default);
4819
- }
4820
-
4821
- :root {
4817
+ :where(:root) {
4818
+ --pf-v6-global--inverse--multiplier: 1;
4822
4819
  --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
4823
4820
  --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
4824
4821
  --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
@@ -4948,9 +4945,6 @@ html .ws-preview {
4948
4945
  --pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
4949
4946
  --pf-t--global--transition--duration: 250ms;
4950
4947
  --pf-t--global--list-style: disc outside;
4951
- }
4952
-
4953
- :root {
4954
4948
  --pf-t--color--red--70: #5f0000;
4955
4949
  --pf-t--color--red--60: #a60000;
4956
4950
  --pf-t--color--red--50: #e00;
@@ -5019,9 +5013,6 @@ html .ws-preview {
5019
5013
  --pf-t--color--gray--20: #e0e0e0;
5020
5014
  --pf-t--color--gray--10: #f2f2f2;
5021
5015
  --pf-t--color--white: #fff;
5022
- }
5023
-
5024
- :root {
5025
5016
  --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
5026
5017
  --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
5027
5018
  --pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
@@ -5184,12 +5175,12 @@ html .ws-preview {
5184
5175
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
5185
5176
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
5186
5177
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
5187
- --pf-t--global--z-index--2xl: 600;
5188
- --pf-t--global--z-index--xl: 500;
5189
- --pf-t--global--z-index--lg: 400;
5190
- --pf-t--global--z-index--md: 300;
5191
- --pf-t--global--z-index--sm: 200;
5192
- --pf-t--global--z-index--xs: 100;
5178
+ --pf-t--global--z-index--2xl: var(--pf-t--global--z-index--600);
5179
+ --pf-t--global--z-index--xl: var(--pf-t--global--z-index--500);
5180
+ --pf-t--global--z-index--lg: var(--pf-t--global--z-index--400);
5181
+ --pf-t--global--z-index--md: var(--pf-t--global--z-index--300);
5182
+ --pf-t--global--z-index--sm: var(--pf-t--global--z-index--200);
5183
+ --pf-t--global--z-index--xs: var(--pf-t--global--z-index--100);
5193
5184
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
5194
5185
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
5195
5186
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -5560,7 +5551,7 @@ html .ws-preview {
5560
5551
  --pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
5561
5552
  }
5562
5553
 
5563
- :root:where(.pf-v6-theme-dark) {
5554
+ :where(.pf-v6-theme-dark) {
5564
5555
  --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
5565
5556
  --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
5566
5557
  --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
@@ -5917,10 +5908,6 @@ html .ws-preview {
5917
5908
  --pf-t--global--color--status--unread--default--default: var(--pf-t--global--color--brand--default);
5918
5909
  }
5919
5910
 
5920
- :where(:root) {
5921
- --pf-v6-global--inverse--multiplier: 1;
5922
- }
5923
-
5924
5911
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) {
5925
5912
  --pf-v6-global--inverse--multiplier: -1;
5926
5913
  }
@@ -4931,11 +4931,8 @@ h6) {
4931
4931
  vertical-align: -0.125em;
4932
4932
  }
4933
4933
 
4934
- html .ws-preview {
4935
- background-color: var(--pf-t--global--background--color--primary--default);
4936
- }
4937
-
4938
- :root {
4934
+ :where(:root) {
4935
+ --pf-v6-global--inverse--multiplier: 1;
4939
4936
  --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
4940
4937
  --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
4941
4938
  --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
@@ -5065,9 +5062,6 @@ html .ws-preview {
5065
5062
  --pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
5066
5063
  --pf-t--global--transition--duration: 250ms;
5067
5064
  --pf-t--global--list-style: disc outside;
5068
- }
5069
-
5070
- :root {
5071
5065
  --pf-t--color--red--70: #5f0000;
5072
5066
  --pf-t--color--red--60: #a60000;
5073
5067
  --pf-t--color--red--50: #e00;
@@ -5136,9 +5130,6 @@ html .ws-preview {
5136
5130
  --pf-t--color--gray--20: #e0e0e0;
5137
5131
  --pf-t--color--gray--10: #f2f2f2;
5138
5132
  --pf-t--color--white: #fff;
5139
- }
5140
-
5141
- :root {
5142
5133
  --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
5143
5134
  --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
5144
5135
  --pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
@@ -5301,12 +5292,12 @@ html .ws-preview {
5301
5292
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
5302
5293
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
5303
5294
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
5304
- --pf-t--global--z-index--2xl: 600;
5305
- --pf-t--global--z-index--xl: 500;
5306
- --pf-t--global--z-index--lg: 400;
5307
- --pf-t--global--z-index--md: 300;
5308
- --pf-t--global--z-index--sm: 200;
5309
- --pf-t--global--z-index--xs: 100;
5295
+ --pf-t--global--z-index--2xl: var(--pf-t--global--z-index--600);
5296
+ --pf-t--global--z-index--xl: var(--pf-t--global--z-index--500);
5297
+ --pf-t--global--z-index--lg: var(--pf-t--global--z-index--400);
5298
+ --pf-t--global--z-index--md: var(--pf-t--global--z-index--300);
5299
+ --pf-t--global--z-index--sm: var(--pf-t--global--z-index--200);
5300
+ --pf-t--global--z-index--xs: var(--pf-t--global--z-index--100);
5310
5301
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
5311
5302
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
5312
5303
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -5677,7 +5668,7 @@ html .ws-preview {
5677
5668
  --pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
5678
5669
  }
5679
5670
 
5680
- :root:where(.pf-v6-theme-dark) {
5671
+ :where(.pf-v6-theme-dark) {
5681
5672
  --pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
5682
5673
  --pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
5683
5674
  --pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
@@ -6034,10 +6025,6 @@ html .ws-preview {
6034
6025
  --pf-t--global--color--status--unread--default--default: var(--pf-t--global--color--brand--default);
6035
6026
  }
6036
6027
 
6037
- :where(:root) {
6038
- --pf-v6-global--inverse--multiplier: 1;
6039
- }
6040
-
6041
6028
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) {
6042
6029
  --pf-v6-global--inverse--multiplier: -1;
6043
6030
  }