@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.
- package/CHANGELOG.md +4 -0
- package/css/assets/images/pf_logo.svg +11 -11
- package/css/assets/images/pf_logo_white.svg +2 -2
- package/css/components/AboutModalBox/about-modal-box.css +1 -1
- package/css/components/Alert/alert-group.css +1 -1
- package/css/components/Alert/alert.css +5 -5
- package/css/components/AppLauncher/app-launcher.css +1 -1
- package/css/components/Backdrop/backdrop.css +1 -1
- package/css/components/Banner/banner.css +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +2 -2
- package/css/components/Button/button.css +3 -3
- package/css/components/Card/card.css +6 -6
- package/css/components/Content/content.css +1 -1
- package/css/components/ContextSelector/context-selector.css +1 -1
- package/css/components/DataList/data-list.css +17 -17
- package/css/components/DatePicker/date-picker.css +1 -1
- package/css/components/Divider/divider.css +15 -15
- package/css/components/Drawer/drawer.css +6 -6
- package/css/components/Dropdown/dropdown.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +1 -1
- package/css/components/Form/form.css +1 -1
- package/css/components/FormControl/form-control.css +3 -3
- package/css/components/Hint/hint.css +1 -1
- package/css/components/JumpLinks/jump-links.css +3 -3
- package/css/components/List/list.css +1 -1
- package/css/components/Menu/menu.css +24 -24
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ModalBox/modal-box.css +1 -1
- package/css/components/Nav/nav.css +1 -1
- package/css/components/NotificationDrawer/notification-drawer.css +2 -2
- package/css/components/OptionsMenu/options-menu.css +1 -1
- package/css/components/Page/page.css +27 -27
- package/css/components/Panel/panel.css +1 -1
- package/css/components/Popover/popover.css +1 -1
- package/css/components/ProgressStepper/progress-stepper.css +2 -2
- package/css/components/ProgressStepper/progress-stepper.d.ts +2 -2
- package/css/components/ProgressStepper/progress-stepper.js +2 -2
- package/css/components/ProgressStepper/progress-stepper.mjs +2 -2
- package/css/components/Select/select.css +1 -1
- package/css/components/Sidebar/sidebar.css +86 -86
- package/css/components/Sidebar/sidebar.d.ts +1 -2
- package/css/components/Sidebar/sidebar.js +1 -2
- package/css/components/Sidebar/sidebar.mjs +1 -2
- package/css/components/SkipToContent/skip-to-content.css +1 -1
- package/css/components/Slider/slider.css +1 -1
- package/css/components/Table/table-scrollable.css +1 -1
- package/css/components/Table/table.css +19 -19
- package/css/components/Tabs/tabs.css +1 -1
- package/css/components/ToggleGroup/toggle-group.css +5 -5
- package/css/components/ToggleGroup/toggle-group.d.ts +1 -2
- package/css/components/ToggleGroup/toggle-group.js +1 -2
- package/css/components/ToggleGroup/toggle-group.mjs +1 -2
- package/css/components/Toolbar/toolbar.css +34 -18
- package/css/components/Toolbar/toolbar.d.ts +3 -0
- package/css/components/Toolbar/toolbar.js +3 -0
- package/css/components/Toolbar/toolbar.mjs +3 -0
- package/css/components/TreeView/tree-view.css +1 -1
- package/css/components/Wizard/wizard.css +4 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
- package/css/docs/components/Page/deprecated/PageHeader.css +4 -4
- package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
- package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
- package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
- package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/css/docs/components/Tile/examples/Tile.css +5 -5
- package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
- package/css/docs/components/Tile/examples/Tile.js +1 -1
- package/css/docs/components/Tile/examples/Tile.mjs +1 -1
- package/css/docs/components/Toolbar/examples/Toolbar.css +40 -35
- package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
- package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/css/docs/components/Truncate/examples/Truncate.css +1 -1
- package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
- package/css/docs/components/Truncate/examples/Truncate.js +1 -1
- package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
- package/css/docs/demos/Card/examples/Card.css +6 -6
- package/css/docs/demos/Card/examples/Card.d.ts +2 -2
- package/css/docs/demos/Card/examples/Card.js +2 -2
- package/css/docs/demos/Card/examples/Card.mjs +2 -2
- package/css/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
- package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
- package/css/utilities/BackgroundColor/BackgroundColor.css +36 -283
- package/css/utilities/BackgroundColor/BackgroundColor.d.ts +18 -96
- package/css/utilities/BackgroundColor/BackgroundColor.js +18 -96
- package/css/utilities/BackgroundColor/BackgroundColor.mjs +18 -96
- package/css/utilities/Text/text.css +393 -481
- package/css/utilities/Text/text.d.ts +169 -196
- package/css/utilities/Text/text.js +169 -196
- package/css/utilities/Text/text.mjs +169 -196
- package/package.json +3 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
- package/css/docs/components/Tabs/examples/Tabs.css +0 -10
- package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
- package/css/docs/components/Tabs/examples/Tabs.js +0 -7
- package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
- package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
- package/css/docs/utilities/Text/examples/Text.css +0 -0
- package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
- package/css/docs/utilities/Text/examples/Text.js +0 -4
- 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--
|
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-
|
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--
|
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--
|
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--
|
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-
|
26
|
-
#ws-core-c-overflow-menu-simple-expanded .pf-
|
27
|
-
#ws-core-c-overflow-menu-group-types .pf-
|
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-
|
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
|
-
"
|
4
|
-
"
|
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
|
-
"
|
6
|
-
"
|
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
|
-
"
|
4
|
-
"
|
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-
|
2
|
-
color: var(--pf-
|
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-
|
6
|
-
color: var(--pf-
|
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
|
-
"
|
7
|
-
"
|
8
|
-
"
|
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
|
-
"
|
9
|
-
"
|
10
|
-
"
|
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
|
-
"
|
7
|
-
"
|
8
|
-
"
|
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
|
};
|
@@ -1,7 +1,7 @@
|
|
1
|
-
#ws-core-c-tile-basic-tiles .ws-preview-html .pf-
|
2
|
-
#ws-core-c-tile-extra-content .ws-preview-html .pf-
|
3
|
-
#ws-core-c-tile-stacked-tiles .ws-preview-html .pf-
|
4
|
-
#ws-core-c-tile-stacked-tiles-large .ws-preview-html .pf-
|
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-
|
12
|
+
#ws-core-c-tile-extra-content .ws-preview-html .pf-v6-c-tile {
|
13
13
|
width: 300px;
|
14
14
|
}
|
@@ -18,50 +18,55 @@
|
|
18
18
|
min-height: 28rem;
|
19
19
|
}
|
20
20
|
|
21
|
-
#ws-core-c-toolbar-adjusted-group-column-gap .pf-
|
22
|
-
#ws-core-c-toolbar-adjusted-group-column-gap .pf-
|
23
|
-
#ws-core-e-toolbar-simple .pf-
|
24
|
-
#ws-core-e-toolbar-simple .pf-
|
25
|
-
#ws-core-e-toolbar-adjusted-spacers .pf-
|
26
|
-
#ws-core-e-toolbar-adjusted-group-spacers .pf-
|
27
|
-
#ws-core-c-toolbar-simple .pf-
|
28
|
-
#ws-core-c-toolbar-simple .pf-
|
29
|
-
#ws-core-c-toolbar-adjusted-spacers .pf-
|
30
|
-
#ws-core-c-toolbar-adjusted-group-spacers .pf-
|
31
|
-
#ws-core-c-toolbar-insets .pf-
|
32
|
-
#ws-core-c-toolbar-page-insets .pf-
|
33
|
-
#ws-core-c-toolbar-width-control .pf-
|
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-
|
38
|
-
#ws-core-c-toolbar-simple .pf-
|
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-
|
43
|
-
#ws-core-e-toolbar-simple .pf-
|
44
|
-
#ws-core-e-toolbar-adjusted-spacers .pf-
|
45
|
-
#ws-core-e-toolbar-adjusted-group-spacers .pf-
|
46
|
-
#ws-core-c-toolbar-simple .pf-
|
47
|
-
#ws-core-c-toolbar-adjusted-spacers .pf-
|
48
|
-
#ws-core-c-toolbar-adjusted-group-spacers .pf-
|
49
|
-
#ws-core-c-toolbar-insets .pf-
|
50
|
-
#ws-core-c-toolbar-page-insets .pf-
|
51
|
-
#ws-core-c-toolbar-width-control .pf-
|
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-
|
57
|
-
#ws-core-e-toolbar-simple .pf-
|
58
|
-
#ws-core-e-toolbar-adjusted-spacers .pf-
|
59
|
-
#ws-core-e-toolbar-adjusted-group-spacers .pf-
|
60
|
-
#ws-core-c-toolbar-simple .pf-
|
61
|
-
#ws-core-c-toolbar-adjusted-spacers .pf-
|
62
|
-
#ws-core-c-toolbar-adjusted-group-spacers .pf-
|
63
|
-
#ws-core-c-toolbar-insets .pf-
|
64
|
-
#ws-core-c-toolbar-page-insets .pf-
|
65
|
-
#ws-core-c-toolbar-width-control .pf-
|
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
|
-
"
|
4
|
-
"
|
5
|
-
"
|
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
|
-
"
|
6
|
-
"
|
7
|
-
"
|
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
|
-
"
|
4
|
-
"
|
5
|
-
"
|
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,18 +7,18 @@
|
|
7
7
|
position: relative;
|
8
8
|
}
|
9
9
|
|
10
|
-
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-
|
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-
|
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-
|
19
|
-
--pf-
|
20
|
-
--pf-
|
21
|
-
--pf-
|
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
|
-
"
|
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
|
-
"
|
7
|
-
"v5CTable": "pf-v5-c-table",
|
7
|
+
"table": "pf-v6-c-table",
|
8
8
|
"wsChart": "ws-chart"
|
9
9
|
};
|
@@ -14,12 +14,12 @@
|
|
14
14
|
min-height: 175px;
|
15
15
|
}
|
16
16
|
|
17
|
-
.pf-
|
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-
|
20
|
+
z-index: var(--pf-v6-global--ZIndex--sm);
|
21
21
|
}
|
22
22
|
|
23
|
-
.ws-html-demos-c-toolbar .pf-
|
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
|
-
"
|
4
|
-
"
|
5
|
-
"
|
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
|
-
"
|
6
|
-
"
|
7
|
-
"
|
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
|
-
"
|
4
|
-
"
|
5
|
-
"
|
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
|
};
|