@patternfly/react-styles 6.6.0-prerelease.1 → 6.6.0-prerelease.3
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/CHANGELOG.md +6 -0
- package/css/assets/images/img_avatar-rhds.svg +22 -0
- package/css/assets/images/pf-logo-avatar.jpg +0 -0
- package/css/components/AboutModalBox/about-modal-box.css +1 -1
- package/css/components/Accordion/accordion.css +8 -4
- package/css/components/Alert/alert-group.css +1 -1
- package/css/components/Alert/alert.css +3 -3
- package/css/components/Avatar/avatar.css +144 -0
- package/css/components/Avatar/avatar.d.ts +12 -1
- package/css/components/Avatar/avatar.js +12 -1
- package/css/components/Avatar/avatar.mjs +12 -1
- package/css/components/Breadcrumb/breadcrumb.css +1 -1
- package/css/components/Button/button.css +9 -6
- package/css/components/Card/card.css +2 -2
- package/css/components/Check/check.css +1 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/css/components/Compass/compass.css +7 -3
- package/css/components/Content/content.css +2 -2
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DescriptionList/description-list.css +0 -1
- package/css/components/Drawer/drawer.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +6 -6
- package/css/components/ExpandableSection/expandable-section.css +3 -3
- package/css/components/Form/form.css +12 -12
- package/css/components/FormControl/form-control.css +1 -1
- package/css/components/Hero/hero.css +1 -1
- package/css/components/Hint/hint.css +1 -1
- package/css/components/InputGroup/input-group.css +5 -5
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/Label/label.css +1 -1
- package/css/components/Login/login.css +2 -2
- package/css/components/Masthead/masthead.css +2 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +4 -1
- package/css/components/ModalBox/modal-box.css +1 -1
- package/css/components/Nav/nav.css +5 -5
- package/css/components/NotificationDrawer/notification-drawer.css +5 -5
- package/css/components/Page/page.css +26 -21
- package/css/components/Popover/popover.css +1 -1
- package/css/components/Progress/progress.css +3 -3
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/Radio/radio.css +1 -1
- package/css/components/Sidebar/sidebar.css +4 -7
- package/css/components/Sidebar/sidebar.d.ts +5 -2
- package/css/components/Sidebar/sidebar.js +5 -2
- package/css/components/Sidebar/sidebar.mjs +5 -2
- package/css/components/Spinner/spinner.css +2 -2
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table-tree-view.css +10 -10
- package/css/components/Table/table.css +37 -10
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Tabs/tabs.css +3 -3
- package/css/components/TextInputGroup/text-input-group.css +1 -1
- package/css/components/Title/title.css +1 -1
- package/css/components/Toolbar/toolbar.css +1 -1
- package/css/components/Tooltip/tooltip.css +1 -1
- package/css/components/TreeView/tree-view.css +5 -5
- package/css/components/Wizard/wizard.css +5 -5
- package/css/components/_index.css +341 -155
- package/css/components/_index.d.ts +9 -4
- package/css/components/_index.js +9 -4
- package/css/components/_index.mjs +9 -4
- package/css/docs/components/Avatar/examples/Avatar.css +6 -0
- package/css/docs/components/Avatar/examples/Avatar.d.ts +6 -0
- package/css/docs/components/Avatar/examples/Avatar.js +7 -0
- package/css/docs/components/Avatar/examples/Avatar.mjs +5 -0
- package/css/docs/components/Table/examples/Table.css +6 -0
- package/css/layouts/Gallery/gallery.css +1 -1
- package/css/layouts/Grid/grid.css +1 -1
- package/css/layouts/_index.css +2 -2
- package/css/utilities/Accessibility/accessibility.css +12 -12
- package/css/utilities/_index.css +12 -12
- package/package.json +3 -3
|
@@ -28,6 +28,7 @@ declare const _default: {
|
|
|
28
28
|
"alertToggle": "pf-v6-c-alert__toggle",
|
|
29
29
|
"alertToggleIcon": "pf-v6-c-alert__toggle-icon",
|
|
30
30
|
"avatar": "pf-v6-c-avatar",
|
|
31
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
31
32
|
"backToTop": "pf-v6-c-back-to-top",
|
|
32
33
|
"backdrop": "pf-v6-c-backdrop",
|
|
33
34
|
"backdropOpen": "pf-v6-c-backdrop__open",
|
|
@@ -395,10 +396,7 @@ declare const _default: {
|
|
|
395
396
|
"md": "pf-m-md",
|
|
396
397
|
"lg": "pf-m-lg",
|
|
397
398
|
"xl": "pf-m-xl",
|
|
398
|
-
"
|
|
399
|
-
"read": "pf-m-read",
|
|
400
|
-
"unread": "pf-m-unread",
|
|
401
|
-
"disabled": "pf-m-disabled",
|
|
399
|
+
"colorful": "pf-m-colorful",
|
|
402
400
|
"red": "pf-m-red",
|
|
403
401
|
"orangered": "pf-m-orangered",
|
|
404
402
|
"orange": "pf-m-orange",
|
|
@@ -407,6 +405,11 @@ declare const _default: {
|
|
|
407
405
|
"teal": "pf-m-teal",
|
|
408
406
|
"blue": "pf-m-blue",
|
|
409
407
|
"purple": "pf-m-purple",
|
|
408
|
+
"gray": "pf-m-gray",
|
|
409
|
+
"hidden": "pf-m-hidden",
|
|
410
|
+
"read": "pf-m-read",
|
|
411
|
+
"unread": "pf-m-unread",
|
|
412
|
+
"disabled": "pf-m-disabled",
|
|
410
413
|
"sticky": "pf-m-sticky",
|
|
411
414
|
"pill": "pf-m-pill",
|
|
412
415
|
"picture": "pf-m-picture",
|
|
@@ -836,6 +839,7 @@ declare const _default: {
|
|
|
836
839
|
"stickyHeader": "pf-m-sticky-header",
|
|
837
840
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
838
841
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
842
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
839
843
|
"striped": "pf-m-striped",
|
|
840
844
|
"stripedEven": "pf-m-striped-even",
|
|
841
845
|
"borderRight": "pf-m-border-right",
|
|
@@ -1354,6 +1358,7 @@ declare const _default: {
|
|
|
1354
1358
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
1355
1359
|
"tableTd": "pf-v6-c-table__td",
|
|
1356
1360
|
"tableText": "pf-v6-c-table__text",
|
|
1361
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
1357
1362
|
"tableTh": "pf-v6-c-table__th",
|
|
1358
1363
|
"tableThead": "pf-v6-c-table__thead",
|
|
1359
1364
|
"tableToggle": "pf-v6-c-table__toggle",
|
package/css/components/_index.js
CHANGED
|
@@ -30,6 +30,7 @@ exports.default = {
|
|
|
30
30
|
"alertToggle": "pf-v6-c-alert__toggle",
|
|
31
31
|
"alertToggleIcon": "pf-v6-c-alert__toggle-icon",
|
|
32
32
|
"avatar": "pf-v6-c-avatar",
|
|
33
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
33
34
|
"backToTop": "pf-v6-c-back-to-top",
|
|
34
35
|
"backdrop": "pf-v6-c-backdrop",
|
|
35
36
|
"backdropOpen": "pf-v6-c-backdrop__open",
|
|
@@ -397,10 +398,7 @@ exports.default = {
|
|
|
397
398
|
"md": "pf-m-md",
|
|
398
399
|
"lg": "pf-m-lg",
|
|
399
400
|
"xl": "pf-m-xl",
|
|
400
|
-
"
|
|
401
|
-
"read": "pf-m-read",
|
|
402
|
-
"unread": "pf-m-unread",
|
|
403
|
-
"disabled": "pf-m-disabled",
|
|
401
|
+
"colorful": "pf-m-colorful",
|
|
404
402
|
"red": "pf-m-red",
|
|
405
403
|
"orangered": "pf-m-orangered",
|
|
406
404
|
"orange": "pf-m-orange",
|
|
@@ -409,6 +407,11 @@ exports.default = {
|
|
|
409
407
|
"teal": "pf-m-teal",
|
|
410
408
|
"blue": "pf-m-blue",
|
|
411
409
|
"purple": "pf-m-purple",
|
|
410
|
+
"gray": "pf-m-gray",
|
|
411
|
+
"hidden": "pf-m-hidden",
|
|
412
|
+
"read": "pf-m-read",
|
|
413
|
+
"unread": "pf-m-unread",
|
|
414
|
+
"disabled": "pf-m-disabled",
|
|
412
415
|
"sticky": "pf-m-sticky",
|
|
413
416
|
"pill": "pf-m-pill",
|
|
414
417
|
"picture": "pf-m-picture",
|
|
@@ -838,6 +841,7 @@ exports.default = {
|
|
|
838
841
|
"stickyHeader": "pf-m-sticky-header",
|
|
839
842
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
840
843
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
844
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
841
845
|
"striped": "pf-m-striped",
|
|
842
846
|
"stripedEven": "pf-m-striped-even",
|
|
843
847
|
"borderRight": "pf-m-border-right",
|
|
@@ -1356,6 +1360,7 @@ exports.default = {
|
|
|
1356
1360
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
1357
1361
|
"tableTd": "pf-v6-c-table__td",
|
|
1358
1362
|
"tableText": "pf-v6-c-table__text",
|
|
1363
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
1359
1364
|
"tableTh": "pf-v6-c-table__th",
|
|
1360
1365
|
"tableThead": "pf-v6-c-table__thead",
|
|
1361
1366
|
"tableToggle": "pf-v6-c-table__toggle",
|
|
@@ -28,6 +28,7 @@ export default {
|
|
|
28
28
|
"alertToggle": "pf-v6-c-alert__toggle",
|
|
29
29
|
"alertToggleIcon": "pf-v6-c-alert__toggle-icon",
|
|
30
30
|
"avatar": "pf-v6-c-avatar",
|
|
31
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
31
32
|
"backToTop": "pf-v6-c-back-to-top",
|
|
32
33
|
"backdrop": "pf-v6-c-backdrop",
|
|
33
34
|
"backdropOpen": "pf-v6-c-backdrop__open",
|
|
@@ -395,10 +396,7 @@ export default {
|
|
|
395
396
|
"md": "pf-m-md",
|
|
396
397
|
"lg": "pf-m-lg",
|
|
397
398
|
"xl": "pf-m-xl",
|
|
398
|
-
"
|
|
399
|
-
"read": "pf-m-read",
|
|
400
|
-
"unread": "pf-m-unread",
|
|
401
|
-
"disabled": "pf-m-disabled",
|
|
399
|
+
"colorful": "pf-m-colorful",
|
|
402
400
|
"red": "pf-m-red",
|
|
403
401
|
"orangered": "pf-m-orangered",
|
|
404
402
|
"orange": "pf-m-orange",
|
|
@@ -407,6 +405,11 @@ export default {
|
|
|
407
405
|
"teal": "pf-m-teal",
|
|
408
406
|
"blue": "pf-m-blue",
|
|
409
407
|
"purple": "pf-m-purple",
|
|
408
|
+
"gray": "pf-m-gray",
|
|
409
|
+
"hidden": "pf-m-hidden",
|
|
410
|
+
"read": "pf-m-read",
|
|
411
|
+
"unread": "pf-m-unread",
|
|
412
|
+
"disabled": "pf-m-disabled",
|
|
410
413
|
"sticky": "pf-m-sticky",
|
|
411
414
|
"pill": "pf-m-pill",
|
|
412
415
|
"picture": "pf-m-picture",
|
|
@@ -836,6 +839,7 @@ export default {
|
|
|
836
839
|
"stickyHeader": "pf-m-sticky-header",
|
|
837
840
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
838
841
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
842
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
839
843
|
"striped": "pf-m-striped",
|
|
840
844
|
"stripedEven": "pf-m-striped-even",
|
|
841
845
|
"borderRight": "pf-m-border-right",
|
|
@@ -1354,6 +1358,7 @@ export default {
|
|
|
1354
1358
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
1355
1359
|
"tableTd": "pf-v6-c-table__td",
|
|
1356
1360
|
"tableText": "pf-v6-c-table__text",
|
|
1361
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
1357
1362
|
"tableTh": "pf-v6-c-table__th",
|
|
1358
1363
|
"tableThead": "pf-v6-c-table__thead",
|
|
1359
1364
|
"tableToggle": "pf-v6-c-table__toggle",
|
|
@@ -12,10 +12,16 @@
|
|
|
12
12
|
#ws-core-c-table-sticky-columns-and-header .ws-preview-html,
|
|
13
13
|
#ws-core-c-table-nested-column-headers-sticky-header .ws-preview-html,
|
|
14
14
|
#ws-core-c-table-sticky-header .ws-preview-html,
|
|
15
|
+
#ws-core-c-table-sticky-footer .ws-preview-html,
|
|
15
16
|
#ws-core-c-table-sticky-header-with-base-and-stuck .ws-preview-html {
|
|
16
17
|
height: 400px;
|
|
17
18
|
}
|
|
18
19
|
|
|
20
|
+
#ws-core-c-table-sticky-header .ws-preview-html,
|
|
21
|
+
#ws-core-c-table-sticky-footer .ws-preview-html {
|
|
22
|
+
overflow: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
.pf-v6-c-overflow-menu .pf-v6-c-menu {
|
|
20
26
|
position: absolute;
|
|
21
27
|
inset-inline-end: 0;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
grid-template-columns: var(--pf-v6-l-gallery--GridTemplateColumns);
|
|
15
15
|
}
|
|
16
16
|
.pf-v6-l-gallery.pf-m-gutter {
|
|
17
|
-
|
|
17
|
+
gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
|
|
18
18
|
}
|
|
19
19
|
.pf-v6-l-gallery {
|
|
20
20
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
package/css/layouts/_index.css
CHANGED
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
grid-template-columns: var(--pf-v6-l-gallery--GridTemplateColumns);
|
|
2409
2409
|
}
|
|
2410
2410
|
.pf-v6-l-gallery.pf-m-gutter {
|
|
2411
|
-
|
|
2411
|
+
gap: var(--pf-v6-l-gallery--m-gutter--GridGap);
|
|
2412
2412
|
}
|
|
2413
2413
|
.pf-v6-l-gallery {
|
|
2414
2414
|
--pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
}
|
|
3402
3402
|
}
|
|
3403
3403
|
.pf-v6-l-grid.pf-m-gutter {
|
|
3404
|
-
|
|
3404
|
+
gap: var(--pf-v6-l-grid--m-gutter--GridGap);
|
|
3405
3405
|
}
|
|
3406
3406
|
|
|
3407
3407
|
.pf-v6-l-level {
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
inset-block-start: 0;
|
|
4
4
|
inset-inline-start: 0;
|
|
5
5
|
overflow: hidden;
|
|
6
|
-
clip: rect(0, 0, 0, 0);
|
|
7
6
|
white-space: nowrap;
|
|
8
7
|
border: 0;
|
|
8
|
+
clip-path: inset(50%);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.pf-v6-u-visible {
|
|
12
12
|
position: static;
|
|
13
13
|
overflow: visible;
|
|
14
|
-
clip: auto;
|
|
15
14
|
white-space: normal;
|
|
16
15
|
border: inherit;
|
|
16
|
+
clip-path: revert;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.pf-v6-u-hidden {
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
inset-block-start: 0;
|
|
27
27
|
inset-inline-start: 0;
|
|
28
28
|
overflow: hidden;
|
|
29
|
-
clip: rect(0, 0, 0, 0);
|
|
30
29
|
white-space: nowrap;
|
|
31
30
|
border: 0;
|
|
31
|
+
clip-path: inset(50%);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
.pf-v6-u-visible-on-sm {
|
|
37
37
|
position: static;
|
|
38
38
|
overflow: visible;
|
|
39
|
-
clip: auto;
|
|
40
39
|
white-space: normal;
|
|
41
40
|
border: inherit;
|
|
41
|
+
clip-path: revert;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
inset-block-start: 0;
|
|
55
55
|
inset-inline-start: 0;
|
|
56
56
|
overflow: hidden;
|
|
57
|
-
clip: rect(0, 0, 0, 0);
|
|
58
57
|
white-space: nowrap;
|
|
59
58
|
border: 0;
|
|
59
|
+
clip-path: inset(50%);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
.pf-v6-u-visible-on-md {
|
|
65
65
|
position: static;
|
|
66
66
|
overflow: visible;
|
|
67
|
-
clip: auto;
|
|
68
67
|
white-space: normal;
|
|
69
68
|
border: inherit;
|
|
69
|
+
clip-path: revert;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
inset-block-start: 0;
|
|
83
83
|
inset-inline-start: 0;
|
|
84
84
|
overflow: hidden;
|
|
85
|
-
clip: rect(0, 0, 0, 0);
|
|
86
85
|
white-space: nowrap;
|
|
87
86
|
border: 0;
|
|
87
|
+
clip-path: inset(50%);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
.pf-v6-u-visible-on-lg {
|
|
93
93
|
position: static;
|
|
94
94
|
overflow: visible;
|
|
95
|
-
clip: auto;
|
|
96
95
|
white-space: normal;
|
|
97
96
|
border: inherit;
|
|
97
|
+
clip-path: revert;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
inset-block-start: 0;
|
|
111
111
|
inset-inline-start: 0;
|
|
112
112
|
overflow: hidden;
|
|
113
|
-
clip: rect(0, 0, 0, 0);
|
|
114
113
|
white-space: nowrap;
|
|
115
114
|
border: 0;
|
|
115
|
+
clip-path: inset(50%);
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
.pf-v6-u-visible-on-xl {
|
|
121
121
|
position: static;
|
|
122
122
|
overflow: visible;
|
|
123
|
-
clip: auto;
|
|
124
123
|
white-space: normal;
|
|
125
124
|
border: inherit;
|
|
125
|
+
clip-path: revert;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
inset-block-start: 0;
|
|
139
139
|
inset-inline-start: 0;
|
|
140
140
|
overflow: hidden;
|
|
141
|
-
clip: rect(0, 0, 0, 0);
|
|
142
141
|
white-space: nowrap;
|
|
143
142
|
border: 0;
|
|
143
|
+
clip-path: inset(50%);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
.pf-v6-u-visible-on-2xl {
|
|
149
149
|
position: static;
|
|
150
150
|
overflow: visible;
|
|
151
|
-
clip: auto;
|
|
152
151
|
white-space: normal;
|
|
153
152
|
border: inherit;
|
|
153
|
+
clip-path: revert;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
|
package/css/utilities/_index.css
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
inset-block-start: 0;
|
|
4
4
|
inset-inline-start: 0;
|
|
5
5
|
overflow: hidden;
|
|
6
|
-
clip: rect(0, 0, 0, 0);
|
|
7
6
|
white-space: nowrap;
|
|
8
7
|
border: 0;
|
|
8
|
+
clip-path: inset(50%);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.pf-v6-u-visible {
|
|
12
12
|
position: static;
|
|
13
13
|
overflow: visible;
|
|
14
|
-
clip: auto;
|
|
15
14
|
white-space: normal;
|
|
16
15
|
border: inherit;
|
|
16
|
+
clip-path: revert;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.pf-v6-u-hidden {
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
inset-block-start: 0;
|
|
27
27
|
inset-inline-start: 0;
|
|
28
28
|
overflow: hidden;
|
|
29
|
-
clip: rect(0, 0, 0, 0);
|
|
30
29
|
white-space: nowrap;
|
|
31
30
|
border: 0;
|
|
31
|
+
clip-path: inset(50%);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
.pf-v6-u-visible-on-sm {
|
|
37
37
|
position: static;
|
|
38
38
|
overflow: visible;
|
|
39
|
-
clip: auto;
|
|
40
39
|
white-space: normal;
|
|
41
40
|
border: inherit;
|
|
41
|
+
clip-path: revert;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
inset-block-start: 0;
|
|
55
55
|
inset-inline-start: 0;
|
|
56
56
|
overflow: hidden;
|
|
57
|
-
clip: rect(0, 0, 0, 0);
|
|
58
57
|
white-space: nowrap;
|
|
59
58
|
border: 0;
|
|
59
|
+
clip-path: inset(50%);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
.pf-v6-u-visible-on-md {
|
|
65
65
|
position: static;
|
|
66
66
|
overflow: visible;
|
|
67
|
-
clip: auto;
|
|
68
67
|
white-space: normal;
|
|
69
68
|
border: inherit;
|
|
69
|
+
clip-path: revert;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
inset-block-start: 0;
|
|
83
83
|
inset-inline-start: 0;
|
|
84
84
|
overflow: hidden;
|
|
85
|
-
clip: rect(0, 0, 0, 0);
|
|
86
85
|
white-space: nowrap;
|
|
87
86
|
border: 0;
|
|
87
|
+
clip-path: inset(50%);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
.pf-v6-u-visible-on-lg {
|
|
93
93
|
position: static;
|
|
94
94
|
overflow: visible;
|
|
95
|
-
clip: auto;
|
|
96
95
|
white-space: normal;
|
|
97
96
|
border: inherit;
|
|
97
|
+
clip-path: revert;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
inset-block-start: 0;
|
|
111
111
|
inset-inline-start: 0;
|
|
112
112
|
overflow: hidden;
|
|
113
|
-
clip: rect(0, 0, 0, 0);
|
|
114
113
|
white-space: nowrap;
|
|
115
114
|
border: 0;
|
|
115
|
+
clip-path: inset(50%);
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
.pf-v6-u-visible-on-xl {
|
|
121
121
|
position: static;
|
|
122
122
|
overflow: visible;
|
|
123
|
-
clip: auto;
|
|
124
123
|
white-space: normal;
|
|
125
124
|
border: inherit;
|
|
125
|
+
clip-path: revert;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
inset-block-start: 0;
|
|
139
139
|
inset-inline-start: 0;
|
|
140
140
|
overflow: hidden;
|
|
141
|
-
clip: rect(0, 0, 0, 0);
|
|
142
141
|
white-space: nowrap;
|
|
143
142
|
border: 0;
|
|
143
|
+
clip-path: inset(50%);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
.pf-v6-u-visible-on-2xl {
|
|
149
149
|
position: static;
|
|
150
150
|
overflow: visible;
|
|
151
|
-
clip: auto;
|
|
152
151
|
white-space: normal;
|
|
153
152
|
border: inherit;
|
|
153
|
+
clip-path: revert;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-styles",
|
|
3
|
-
"version": "6.6.0-prerelease.
|
|
3
|
+
"version": "6.6.0-prerelease.3",
|
|
4
4
|
"main": "dist/js/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"clean": "rimraf dist css"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@patternfly/patternfly": "6.
|
|
22
|
+
"@patternfly/patternfly": "6.6.0-prerelease.9",
|
|
23
23
|
"change-case": "^5.4.4",
|
|
24
24
|
"fs-extra": "^11.3.3"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "6403b82a97c1ff1ec98902e3c6f1998233f88dbd"
|
|
28
28
|
}
|