@patternfly/react-styles 6.0.0-alpha.18 → 6.0.0-alpha.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/assets/images/pf_logo.svg +11 -11
  3. package/css/assets/images/pf_logo_white.svg +2 -2
  4. package/css/components/AboutModalBox/about-modal-box.css +1 -1
  5. package/css/components/Alert/alert-group.css +1 -1
  6. package/css/components/Alert/alert.css +5 -5
  7. package/css/components/AppLauncher/app-launcher.css +1 -1
  8. package/css/components/Backdrop/backdrop.css +1 -1
  9. package/css/components/Banner/banner.css +1 -1
  10. package/css/components/Breadcrumb/breadcrumb.css +2 -2
  11. package/css/components/Button/button.css +3 -3
  12. package/css/components/Card/card.css +6 -6
  13. package/css/components/Content/content.css +1 -1
  14. package/css/components/ContextSelector/context-selector.css +1 -1
  15. package/css/components/DataList/data-list.css +17 -17
  16. package/css/components/DatePicker/date-picker.css +1 -1
  17. package/css/components/Divider/divider.css +15 -15
  18. package/css/components/Drawer/drawer.css +6 -6
  19. package/css/components/Dropdown/dropdown.css +2 -2
  20. package/css/components/DualListSelector/dual-list-selector.css +1 -1
  21. package/css/components/Form/form.css +1 -1
  22. package/css/components/FormControl/form-control.css +3 -3
  23. package/css/components/Hint/hint.css +1 -1
  24. package/css/components/JumpLinks/jump-links.css +3 -3
  25. package/css/components/List/list.css +1 -1
  26. package/css/components/Menu/menu.css +24 -24
  27. package/css/components/MenuToggle/menu-toggle.css +1 -1
  28. package/css/components/ModalBox/modal-box.css +1 -1
  29. package/css/components/Nav/nav.css +1 -1
  30. package/css/components/NotificationDrawer/notification-drawer.css +2 -2
  31. package/css/components/OptionsMenu/options-menu.css +1 -1
  32. package/css/components/Page/page.css +27 -27
  33. package/css/components/Panel/panel.css +1 -1
  34. package/css/components/Popover/popover.css +1 -1
  35. package/css/components/ProgressStepper/progress-stepper.css +2 -2
  36. package/css/components/ProgressStepper/progress-stepper.d.ts +2 -2
  37. package/css/components/ProgressStepper/progress-stepper.js +2 -2
  38. package/css/components/ProgressStepper/progress-stepper.mjs +2 -2
  39. package/css/components/Select/select.css +1 -1
  40. package/css/components/Sidebar/sidebar.css +86 -86
  41. package/css/components/Sidebar/sidebar.d.ts +1 -2
  42. package/css/components/Sidebar/sidebar.js +1 -2
  43. package/css/components/Sidebar/sidebar.mjs +1 -2
  44. package/css/components/SkipToContent/skip-to-content.css +1 -1
  45. package/css/components/Slider/slider.css +1 -1
  46. package/css/components/Table/table-scrollable.css +1 -1
  47. package/css/components/Table/table.css +19 -19
  48. package/css/components/Tabs/tabs.css +1 -1
  49. package/css/components/ToggleGroup/toggle-group.css +5 -5
  50. package/css/components/ToggleGroup/toggle-group.d.ts +1 -2
  51. package/css/components/ToggleGroup/toggle-group.js +1 -2
  52. package/css/components/ToggleGroup/toggle-group.mjs +1 -2
  53. package/css/components/Toolbar/toolbar.css +34 -18
  54. package/css/components/Toolbar/toolbar.d.ts +3 -0
  55. package/css/components/Toolbar/toolbar.js +3 -0
  56. package/css/components/Toolbar/toolbar.mjs +3 -0
  57. package/css/components/TreeView/tree-view.css +1 -1
  58. package/css/components/Wizard/wizard.css +4 -4
  59. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
  60. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  61. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  62. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  63. package/css/docs/components/Page/deprecated/PageHeader.css +4 -4
  64. package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
  65. package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
  66. package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
  67. package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
  68. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  69. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  70. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  71. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  72. package/css/docs/components/Tile/examples/Tile.css +5 -5
  73. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  74. package/css/docs/components/Tile/examples/Tile.js +1 -1
  75. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  76. package/css/docs/components/Toolbar/examples/Toolbar.css +40 -35
  77. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
  78. package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
  79. package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
  80. package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
  81. package/css/docs/components/Truncate/examples/Truncate.css +1 -1
  82. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  83. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  84. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  85. package/css/docs/demos/Card/examples/Card.css +6 -6
  86. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  87. package/css/docs/demos/Card/examples/Card.js +2 -2
  88. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  89. package/css/docs/demos/Toolbar/examples/Toolbar.css +3 -3
  90. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
  91. package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
  92. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
  93. package/css/utilities/BackgroundColor/BackgroundColor.css +36 -283
  94. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +18 -96
  95. package/css/utilities/BackgroundColor/BackgroundColor.js +18 -96
  96. package/css/utilities/BackgroundColor/BackgroundColor.mjs +18 -96
  97. package/css/utilities/Text/text.css +393 -481
  98. package/css/utilities/Text/text.d.ts +169 -196
  99. package/css/utilities/Text/text.js +169 -196
  100. package/css/utilities/Text/text.mjs +169 -196
  101. package/package.json +3 -3
  102. package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  103. package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
  104. package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
  105. package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
  106. package/css/docs/components/Tabs/examples/Tabs.css +0 -10
  107. package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
  108. package/css/docs/components/Tabs/examples/Tabs.js +0 -7
  109. package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
  110. package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  111. package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
  112. package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
  113. package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
  114. package/css/docs/utilities/Text/examples/Text.css +0 -0
  115. package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
  116. package/css/docs/utilities/Text/examples/Text.js +0 -4
  117. package/css/docs/utilities/Text/examples/Text.mjs +0 -2
@@ -21,6 +21,9 @@ exports.default = {
21
21
  "static": "pf-m-static",
22
22
  "fullHeight": "pf-m-full-height",
23
23
  "pageInsets": "pf-m-page-insets",
24
+ "primary": "pf-m-primary",
25
+ "secondary": "pf-m-secondary",
26
+ "noBackground": "pf-m-no-background",
24
27
  "pagination": "pf-m-pagination",
25
28
  "expandAll": "pf-m-expand-all",
26
29
  "expanded": "pf-m-expanded",
@@ -19,6 +19,9 @@ export default {
19
19
  "static": "pf-m-static",
20
20
  "fullHeight": "pf-m-full-height",
21
21
  "pageInsets": "pf-m-page-insets",
22
+ "primary": "pf-m-primary",
23
+ "secondary": "pf-m-secondary",
24
+ "noBackground": "pf-m-no-background",
22
25
  "pagination": "pf-m-pagination",
23
26
  "expandAll": "pf-m-expand-all",
24
27
  "expanded": "pf-m-expanded",
@@ -56,7 +56,7 @@
56
56
  --pf-v6-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-v6-c-tree-view--m-guides--guide-color--base);
57
57
  --pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-v6-c-tree-view--m-guides__node--before--Top);
58
58
  --pf-v6-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top);
59
- --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--Zindex--xs);
59
+ --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--z-index--xs);
60
60
  --pf-v6-c-tree-view--m-guides__node--before--Width: 1rem;
61
61
  --pf-v6-c-tree-view--m-guides__node--before--Height: var(--pf-v6-c-tree-view--m-guides--guide-width--base);
62
62
  --pf-v6-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -36,7 +36,7 @@
36
36
  --pf-v6-c-wizard__nav-link-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
37
37
  --pf-v6-c-wizard__nav-link-toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
38
38
  --pf-v6-c-wizard__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);
39
- --pf-v6-c-wizard__nav-link-toggle-icon--Transition: var(--pf-v6-global--Transition);
39
+ --pf-v6-c-wizard__nav-link-toggle-icon--Transition: var(--pf-t--global--transition);
40
40
  --pf-v6-c-wizard__nav-link-toggle-icon--Rotate: 0;
41
41
  --pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;
42
42
  --pf-v6-c-wizard__nav-link--before--Width: 1.5rem;
@@ -53,7 +53,7 @@
53
53
  --pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
54
54
  --pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);
55
55
  --pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);
56
- --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--Zindex--xs);
56
+ --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);
57
57
  --pf-v6-c-wizard__toggle--PaddingTop: var(--pf-t--global--spacer--lg);
58
58
  --pf-v6-c-wizard__toggle--PaddingRight: var(--pf-t--global--spacer--md);
59
59
  --pf-v6-c-wizard__toggle--PaddingBottom: var(--pf-t--global--spacer--lg);
@@ -70,7 +70,7 @@
70
70
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
71
71
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
72
72
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
73
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--Zindex--xs);
73
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
74
74
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
75
75
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
76
76
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -93,7 +93,7 @@
93
93
  --pf-v6-c-wizard__main-body--PaddingBottom: var(--pf-t--global--spacer--lg);
94
94
  --pf-v6-c-wizard__main-body--PaddingLeft: var(--pf-t--global--spacer--lg);
95
95
  --pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);
96
- --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--Zindex--xs);
96
+ --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);
97
97
  --pf-v6-c-wizard__footer--PaddingTop: var(--pf-t--global--spacer--lg);
98
98
  --pf-v6-c-wizard__footer--PaddingRight: var(--pf-t--global--spacer--lg);
99
99
  --pf-v6-c-wizard__footer--PaddingBottom: var(--pf-t--global--spacer--md);
@@ -22,14 +22,14 @@
22
22
  min-height: 8rem;
23
23
  }
24
24
 
25
- #ws-core-c-overflow-menu-simple-expanded .pf-v5-c-overflow-menu__item,
26
- #ws-core-c-overflow-menu-simple-expanded .pf-v5-c-overflow-menu__group,
27
- #ws-core-c-overflow-menu-group-types .pf-v5-c-overflow-menu__group:not([class*="pf-m-"]) {
25
+ #ws-core-c-overflow-menu-simple-expanded .pf-v6-c-overflow-menu__item,
26
+ #ws-core-c-overflow-menu-simple-expanded .pf-v6-c-overflow-menu__group,
27
+ #ws-core-c-overflow-menu-group-types .pf-v6-c-overflow-menu__group:not([class*="pf-m-"]) {
28
28
  padding: .5rem;
29
29
  border: 2px dashed #393f44;
30
30
  }
31
31
 
32
- #ws-core-c-overflow-menu-simple-expanded .pf-v5-c-overflow-menu__group .pf-v5-c-overflow-menu__item {
32
+ #ws-core-c-overflow-menu-simple-expanded .pf-v6-c-overflow-menu__group .pf-v6-c-overflow-menu__item {
33
33
  padding: 0;
34
34
  border: none;
35
35
  }
@@ -1,6 +1,6 @@
1
1
  import './overflow-menu.css';
2
2
  declare const _default: {
3
- "v5COverflowMenuGroup": "pf-v5-c-overflow-menu__group",
4
- "v5COverflowMenuItem": "pf-v5-c-overflow-menu__item"
3
+ "overflowMenuGroup": "pf-v6-c-overflow-menu__group",
4
+ "overflowMenuItem": "pf-v6-c-overflow-menu__item"
5
5
  };
6
6
  export default _default;
@@ -2,6 +2,6 @@
2
2
  exports.__esModule = true;
3
3
  require('./overflow-menu.css');
4
4
  exports.default = {
5
- "v5COverflowMenuGroup": "pf-v5-c-overflow-menu__group",
6
- "v5COverflowMenuItem": "pf-v5-c-overflow-menu__item"
5
+ "overflowMenuGroup": "pf-v6-c-overflow-menu__group",
6
+ "overflowMenuItem": "pf-v6-c-overflow-menu__item"
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import './overflow-menu.css';
2
2
  export default {
3
- "v5COverflowMenuGroup": "pf-v5-c-overflow-menu__group",
4
- "v5COverflowMenuItem": "pf-v5-c-overflow-menu__item"
3
+ "overflowMenuGroup": "pf-v6-c-overflow-menu__group",
4
+ "overflowMenuItem": "pf-v6-c-overflow-menu__item"
5
5
  };
@@ -1,9 +1,9 @@
1
- .ws-html-deprecated-c-page :is(.pf-v5-c-page__sidebar, .pf-v5-c-page__main-subnav) {
2
- color: var(--pf-v5-global--Color--light-100);
1
+ .ws-html-deprecated-c-page :is(.pf-v6-c-page__sidebar, .pf-v6-c-page__main-subnav) {
2
+ color: var(--pf-t--global--text--color--inverse);
3
3
  }
4
4
 
5
- .ws-html-deprecated-c-page .pf-v5-c-page__main-section.pf-m-dark-200 {
6
- color: var(--pf-v5-global--Color--dark-100);
5
+ .ws-html-deprecated-c-page .pf-v6-c-page__main-section.pf-m-dark-200 {
6
+ color: var(--pf-t--global--text--color--regular);
7
7
  }
8
8
 
9
9
  #ws-html-deprecated-c-page-with-or-without-fill .ws-preview-html,
@@ -3,9 +3,9 @@ declare const _default: {
3
3
  "modifiers": {
4
4
  "dark_200": "pf-m-dark-200"
5
5
  },
6
- "v5CPageMainSection": "pf-v5-c-page__main-section",
7
- "v5CPageMainSubnav": "pf-v5-c-page__main-subnav",
8
- "v5CPageSidebar": "pf-v5-c-page__sidebar",
6
+ "pageMainSection": "pf-v6-c-page__main-section",
7
+ "pageMainSubnav": "pf-v6-c-page__main-subnav",
8
+ "pageSidebar": "pf-v6-c-page__sidebar",
9
9
  "wsHtmlDeprecatedCPage": "ws-html-deprecated-c-page",
10
10
  "wsPreviewHtml": "ws-preview-html"
11
11
  };
@@ -5,9 +5,9 @@ exports.default = {
5
5
  "modifiers": {
6
6
  "dark_200": "pf-m-dark-200"
7
7
  },
8
- "v5CPageMainSection": "pf-v5-c-page__main-section",
9
- "v5CPageMainSubnav": "pf-v5-c-page__main-subnav",
10
- "v5CPageSidebar": "pf-v5-c-page__sidebar",
8
+ "pageMainSection": "pf-v6-c-page__main-section",
9
+ "pageMainSubnav": "pf-v6-c-page__main-subnav",
10
+ "pageSidebar": "pf-v6-c-page__sidebar",
11
11
  "wsHtmlDeprecatedCPage": "ws-html-deprecated-c-page",
12
12
  "wsPreviewHtml": "ws-preview-html"
13
13
  };
@@ -3,9 +3,9 @@ export default {
3
3
  "modifiers": {
4
4
  "dark_200": "pf-m-dark-200"
5
5
  },
6
- "v5CPageMainSection": "pf-v5-c-page__main-section",
7
- "v5CPageMainSubnav": "pf-v5-c-page__main-subnav",
8
- "v5CPageSidebar": "pf-v5-c-page__sidebar",
6
+ "pageMainSection": "pf-v6-c-page__main-section",
7
+ "pageMainSubnav": "pf-v6-c-page__main-subnav",
8
+ "pageSidebar": "pf-v6-c-page__sidebar",
9
9
  "wsHtmlDeprecatedCPage": "ws-html-deprecated-c-page",
10
10
  "wsPreviewHtml": "ws-preview-html"
11
11
  };
@@ -7,7 +7,7 @@
7
7
  align-items: flex-end;
8
8
  }
9
9
 
10
- #ws-core-c-skeleton-percentage-height-modifiers .ws-preview-html .pf-v5-c-skeleton {
10
+ #ws-core-c-skeleton-percentage-height-modifiers .ws-preview-html .pf-v6-c-skeleton {
11
11
  flex: 1;
12
12
  margin: 0 2px;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './Skeleton.css';
2
2
  declare const _default: {
3
- "v5CSkeleton": "pf-v5-c-skeleton",
3
+ "skeleton": "pf-v6-c-skeleton",
4
4
  "wsPreviewHtml": "ws-preview-html"
5
5
  };
6
6
  export default _default;
@@ -2,6 +2,6 @@
2
2
  exports.__esModule = true;
3
3
  require('./Skeleton.css');
4
4
  exports.default = {
5
- "v5CSkeleton": "pf-v5-c-skeleton",
5
+ "skeleton": "pf-v6-c-skeleton",
6
6
  "wsPreviewHtml": "ws-preview-html"
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import './Skeleton.css';
2
2
  export default {
3
- "v5CSkeleton": "pf-v5-c-skeleton",
3
+ "skeleton": "pf-v6-c-skeleton",
4
4
  "wsPreviewHtml": "ws-preview-html"
5
5
  };
@@ -7,7 +7,7 @@
7
7
  position: absolute;
8
8
  inset-block-start: 40px;
9
9
  width: 100%;
10
- z-index: var(--pf-t--global--Zindex--2xl);
10
+ z-index: var(--pf-t--global--z-index--2xl);
11
11
  }
12
12
 
13
13
  #ws-core-c-text-input-group-search-input-group-advanced-search-expanded-with-autocomplete {
@@ -1,7 +1,7 @@
1
- #ws-core-c-tile-basic-tiles .ws-preview-html .pf-v5-c-tile,
2
- #ws-core-c-tile-extra-content .ws-preview-html .pf-v5-c-tile,
3
- #ws-core-c-tile-stacked-tiles .ws-preview-html .pf-v5-c-tile,
4
- #ws-core-c-tile-stacked-tiles-large .ws-preview-html .pf-v5-c-tile {
1
+ #ws-core-c-tile-basic-tiles .ws-preview-html .pf-v6-c-tile,
2
+ #ws-core-c-tile-extra-content .ws-preview-html .pf-v6-c-tile,
3
+ #ws-core-c-tile-stacked-tiles .ws-preview-html .pf-v6-c-tile,
4
+ #ws-core-c-tile-stacked-tiles-large .ws-preview-html .pf-v6-c-tile {
5
5
  margin-inline-end: 8px;
6
6
  }
7
7
 
@@ -9,6 +9,6 @@
9
9
  display: flex;
10
10
  }
11
11
 
12
- #ws-core-c-tile-extra-content .ws-preview-html .pf-v5-c-tile {
12
+ #ws-core-c-tile-extra-content .ws-preview-html .pf-v6-c-tile {
13
13
  width: 300px;
14
14
  }
@@ -1,6 +1,6 @@
1
1
  import './Tile.css';
2
2
  declare const _default: {
3
- "v5CTile": "pf-v5-c-tile",
3
+ "tile": "pf-v6-c-tile",
4
4
  "wsPreviewHtml": "ws-preview-html"
5
5
  };
6
6
  export default _default;
@@ -2,6 +2,6 @@
2
2
  exports.__esModule = true;
3
3
  require('./Tile.css');
4
4
  exports.default = {
5
- "v5CTile": "pf-v5-c-tile",
5
+ "tile": "pf-v6-c-tile",
6
6
  "wsPreviewHtml": "ws-preview-html"
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import './Tile.css';
2
2
  export default {
3
- "v5CTile": "pf-v5-c-tile",
3
+ "tile": "pf-v6-c-tile",
4
4
  "wsPreviewHtml": "ws-preview-html"
5
5
  };
@@ -18,50 +18,55 @@
18
18
  min-height: 28rem;
19
19
  }
20
20
 
21
- #ws-core-c-toolbar-adjusted-group-column-gap .pf-v5-c-toolbar,
22
- #ws-core-c-toolbar-adjusted-group-column-gap .pf-v5-c-toolbar__group,
23
- #ws-core-e-toolbar-simple .pf-v5-c-toolbar,
24
- #ws-core-e-toolbar-simple .pf-v5-c-toolbar__group,
25
- #ws-core-e-toolbar-adjusted-spacers .pf-v5-c-toolbar,
26
- #ws-core-e-toolbar-adjusted-group-spacers .pf-v5-c-toolbar,
27
- #ws-core-c-toolbar-simple .pf-v5-c-toolbar,
28
- #ws-core-c-toolbar-simple .pf-v5-c-toolbar__group,
29
- #ws-core-c-toolbar-adjusted-spacers .pf-v5-c-toolbar,
30
- #ws-core-c-toolbar-adjusted-group-spacers .pf-v5-c-toolbar,
31
- #ws-core-c-toolbar-insets .pf-v5-c-toolbar,
32
- #ws-core-c-toolbar-page-insets .pf-v5-c-toolbar,
33
- #ws-core-c-toolbar-width-control .pf-v5-c-toolbar {
21
+ #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar,
22
+ #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
23
+ #ws-core-e-toolbar-simple .pf-v6-c-toolbar,
24
+ #ws-core-e-toolbar-simple .pf-v6-c-toolbar__group,
25
+ #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar,
26
+ #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
27
+ #ws-core-c-toolbar-simple .pf-v6-c-toolbar,
28
+ #ws-core-c-toolbar-simple .pf-v6-c-toolbar__group,
29
+ #ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar,
30
+ #ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
31
+ #ws-core-c-toolbar-insets .pf-v6-c-toolbar,
32
+ #ws-core-c-toolbar-page-insets .pf-v6-c-toolbar,
33
+ #ws-core-c-toolbar-width-control .pf-v6-c-toolbar {
34
34
  border: var(--pf-t--global--border--width--control--default) dashed var(--pf-t--global--border--color--default);
35
35
  }
36
36
 
37
- #ws-core-e-toolbar-simple .pf-v5-c-toolbar__group .pf-v5-c-toolbar__item,
38
- #ws-core-c-toolbar-simple .pf-v5-c-toolbar__group .pf-v5-c-toolbar__item {
37
+ #ws-core-e-toolbar-simple .pf-v6-c-toolbar__group .pf-v6-c-toolbar__item,
38
+ #ws-core-c-toolbar-simple .pf-v6-c-toolbar__group .pf-v6-c-toolbar__item {
39
39
  border: none;
40
40
  }
41
41
 
42
- #ws-core-c-toolbar-adjusted-group-column-gap .pf-v5-c-toolbar__item,
43
- #ws-core-e-toolbar-simple .pf-v5-c-toolbar__item,
44
- #ws-core-e-toolbar-adjusted-spacers .pf-v5-c-toolbar__item,
45
- #ws-core-e-toolbar-adjusted-group-spacers .pf-v5-c-toolbar__item,
46
- #ws-core-c-toolbar-simple .pf-v5-c-toolbar__item,
47
- #ws-core-c-toolbar-adjusted-spacers .pf-v5-c-toolbar__item,
48
- #ws-core-c-toolbar-adjusted-group-spacers .pf-v5-c-toolbar__item,
49
- #ws-core-c-toolbar-insets .pf-v5-c-toolbar__item,
50
- #ws-core-c-toolbar-page-insets .pf-v5-c-toolbar__item,
51
- #ws-core-c-toolbar-width-control .pf-v5-c-toolbar__item {
42
+ #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__item,
43
+ #ws-core-e-toolbar-simple .pf-v6-c-toolbar__item,
44
+ #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
45
+ #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
46
+ #ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
47
+ #ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
48
+ #ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
49
+ #ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
50
+ #ws-core-c-toolbar-page-insets .pf-v6-c-toolbar__item,
51
+ #ws-core-c-toolbar-width-control .pf-v6-c-toolbar__item {
52
52
  padding-block: .25rem;
53
53
  padding-inline: .5rem;
54
54
  }
55
55
 
56
- #ws-core-c-toolbar-adjusted-group-column-gap .pf-v5-c-toolbar__item,
57
- #ws-core-e-toolbar-simple .pf-v5-c-toolbar__item,
58
- #ws-core-e-toolbar-adjusted-spacers .pf-v5-c-toolbar__item,
59
- #ws-core-e-toolbar-adjusted-group-spacers .pf-v5-c-toolbar__item,
60
- #ws-core-c-toolbar-simple .pf-v5-c-toolbar__item,
61
- #ws-core-c-toolbar-adjusted-spacers .pf-v5-c-toolbar__item,
62
- #ws-core-c-toolbar-adjusted-group-spacers .pf-v5-c-toolbar__item,
63
- #ws-core-c-toolbar-insets .pf-v5-c-toolbar__item,
64
- #ws-core-c-toolbar-page-insets .pf-v5-c-toolbar__item,
65
- #ws-core-c-toolbar-width-control .pf-v5-c-toolbar__item {
56
+ #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__item,
57
+ #ws-core-e-toolbar-simple .pf-v6-c-toolbar__item,
58
+ #ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
59
+ #ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
60
+ #ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
61
+ #ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
62
+ #ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
63
+ #ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
64
+ #ws-core-c-toolbar-page-insets .pf-v6-c-toolbar__item,
65
+ #ws-core-c-toolbar-width-control .pf-v6-c-toolbar__item {
66
66
  background-color: var(--pf-t--global--background--color--secondary--default);
67
67
  }
68
+
69
+ #ws-core-c-toolbar-sticky-toolbar .ws-preview-html {
70
+ height: 200px;
71
+ overflow: auto;
72
+ }
@@ -1,7 +1,8 @@
1
1
  import './Toolbar.css';
2
2
  declare const _default: {
3
- "v5CToolbar": "pf-v5-c-toolbar",
4
- "v5CToolbarGroup": "pf-v5-c-toolbar__group",
5
- "v5CToolbarItem": "pf-v5-c-toolbar__item"
3
+ "toolbar": "pf-v6-c-toolbar",
4
+ "toolbarGroup": "pf-v6-c-toolbar__group",
5
+ "toolbarItem": "pf-v6-c-toolbar__item",
6
+ "wsPreviewHtml": "ws-preview-html"
6
7
  };
7
8
  export default _default;
@@ -2,7 +2,8 @@
2
2
  exports.__esModule = true;
3
3
  require('./Toolbar.css');
4
4
  exports.default = {
5
- "v5CToolbar": "pf-v5-c-toolbar",
6
- "v5CToolbarGroup": "pf-v5-c-toolbar__group",
7
- "v5CToolbarItem": "pf-v5-c-toolbar__item"
5
+ "toolbar": "pf-v6-c-toolbar",
6
+ "toolbarGroup": "pf-v6-c-toolbar__group",
7
+ "toolbarItem": "pf-v6-c-toolbar__item",
8
+ "wsPreviewHtml": "ws-preview-html"
8
9
  };
@@ -1,6 +1,7 @@
1
1
  import './Toolbar.css';
2
2
  export default {
3
- "v5CToolbar": "pf-v5-c-toolbar",
4
- "v5CToolbarGroup": "pf-v5-c-toolbar__group",
5
- "v5CToolbarItem": "pf-v5-c-toolbar__item"
3
+ "toolbar": "pf-v6-c-toolbar",
4
+ "toolbarGroup": "pf-v6-c-toolbar__group",
5
+ "toolbarItem": "pf-v6-c-toolbar__item",
6
+ "wsPreviewHtml": "ws-preview-html"
6
7
  };
@@ -1,4 +1,4 @@
1
1
  /* adds padding to full page examples so arrows are visible */
2
2
  .ws-core-c-tooltip:not(.ws-preview) {
3
- padding: var(--pf-v5-global--spacer--md);
3
+ padding: var(--pf-t--global--spacer--md);
4
4
  }
@@ -1,4 +1,4 @@
1
- .pf-v5-c-truncate--example {
1
+ .pf-v6-c-truncate--example {
2
2
  width: 320px;
3
3
  resize: horizontal;
4
4
  overflow: auto;
@@ -1,5 +1,5 @@
1
1
  import './Truncate.css';
2
2
  declare const _default: {
3
- "v5CTruncateExample": "pf-v5-c-truncate--example"
3
+ "truncateExample": "pf-v6-c-truncate--example"
4
4
  };
5
5
  export default _default;
@@ -2,5 +2,5 @@
2
2
  exports.__esModule = true;
3
3
  require('./Truncate.css');
4
4
  exports.default = {
5
- "v5CTruncateExample": "pf-v5-c-truncate--example"
5
+ "truncateExample": "pf-v6-c-truncate--example"
6
6
  };
@@ -1,4 +1,4 @@
1
1
  import './Truncate.css';
2
2
  export default {
3
- "v5CTruncateExample": "pf-v5-c-truncate--example"
3
+ "truncateExample": "pf-v6-c-truncate--example"
4
4
  };
@@ -7,18 +7,18 @@
7
7
  position: relative;
8
8
  }
9
9
 
10
- #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
10
+ #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-popover {
11
11
  position: absolute;
12
12
  margin-block-start: -12px;
13
13
  z-index: 1000;
14
14
  transform: translateY(-50%);
15
- inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
15
+ inset-inline-start: calc(100% + var(--pf-v6-c-popover__arrow--Width) + var(--pf-t--global--spacer--sm));
16
16
  }
17
17
 
18
- #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
19
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
20
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
21
- --pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--sm);
18
+ #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-table {
19
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
20
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
21
+ --pf-v6-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v6-global--spacer--sm);
22
22
  }
23
23
 
24
24
  .ws-chart {
@@ -1,8 +1,8 @@
1
1
  import './Card.css';
2
2
  declare const _default: {
3
+ "popover": "pf-v6-c-popover",
3
4
  "popoverParent": "popover-parent",
4
- "v5CPopover": "pf-v5-c-popover",
5
- "v5CTable": "pf-v5-c-table",
5
+ "table": "pf-v6-c-table",
6
6
  "wsChart": "ws-chart"
7
7
  };
8
8
  export default _default;
@@ -2,8 +2,8 @@
2
2
  exports.__esModule = true;
3
3
  require('./Card.css');
4
4
  exports.default = {
5
+ "popover": "pf-v6-c-popover",
5
6
  "popoverParent": "popover-parent",
6
- "v5CPopover": "pf-v5-c-popover",
7
- "v5CTable": "pf-v5-c-table",
7
+ "table": "pf-v6-c-table",
8
8
  "wsChart": "ws-chart"
9
9
  };
@@ -1,7 +1,7 @@
1
1
  import './Card.css';
2
2
  export default {
3
+ "popover": "pf-v6-c-popover",
3
4
  "popoverParent": "popover-parent",
4
- "v5CPopover": "pf-v5-c-popover",
5
- "v5CTable": "pf-v5-c-table",
5
+ "table": "pf-v6-c-table",
6
6
  "wsChart": "ws-chart"
7
7
  };
@@ -14,12 +14,12 @@
14
14
  min-height: 175px;
15
15
  }
16
16
 
17
- .pf-v5-c-menu-toggle + .pf-v5-c-panel {
17
+ .pf-v6-c-menu-toggle + .pf-v6-c-panel {
18
18
  position: absolute;
19
19
  top: calc(100% + 2px);
20
- z-index: var(--pf-v5-global--ZIndex--sm);
20
+ z-index: var(--pf-v6-global--ZIndex--sm);
21
21
  }
22
22
 
23
- .ws-html-demos-c-toolbar .pf-v5-c-toolbar__item {
23
+ .ws-html-demos-c-toolbar .pf-v6-c-toolbar__item {
24
24
  position: relative;
25
25
  }
@@ -1,8 +1,8 @@
1
1
  import './Toolbar.css';
2
2
  declare const _default: {
3
- "v5CMenuToggle": "pf-v5-c-menu-toggle",
4
- "v5CPanel": "pf-v5-c-panel",
5
- "v5CToolbarItem": "pf-v5-c-toolbar__item",
3
+ "menuToggle": "pf-v6-c-menu-toggle",
4
+ "panel": "pf-v6-c-panel",
5
+ "toolbarItem": "pf-v6-c-toolbar__item",
6
6
  "wsHtmlDemosCToolbar": "ws-html-demos-c-toolbar"
7
7
  };
8
8
  export default _default;
@@ -2,8 +2,8 @@
2
2
  exports.__esModule = true;
3
3
  require('./Toolbar.css');
4
4
  exports.default = {
5
- "v5CMenuToggle": "pf-v5-c-menu-toggle",
6
- "v5CPanel": "pf-v5-c-panel",
7
- "v5CToolbarItem": "pf-v5-c-toolbar__item",
5
+ "menuToggle": "pf-v6-c-menu-toggle",
6
+ "panel": "pf-v6-c-panel",
7
+ "toolbarItem": "pf-v6-c-toolbar__item",
8
8
  "wsHtmlDemosCToolbar": "ws-html-demos-c-toolbar"
9
9
  };
@@ -1,7 +1,7 @@
1
1
  import './Toolbar.css';
2
2
  export default {
3
- "v5CMenuToggle": "pf-v5-c-menu-toggle",
4
- "v5CPanel": "pf-v5-c-panel",
5
- "v5CToolbarItem": "pf-v5-c-toolbar__item",
3
+ "menuToggle": "pf-v6-c-menu-toggle",
4
+ "panel": "pf-v6-c-panel",
5
+ "toolbarItem": "pf-v6-c-toolbar__item",
6
6
  "wsHtmlDemosCToolbar": "ws-html-demos-c-toolbar"
7
7
  };