@patternfly/patternfly 5.1.0-prerelease.12 → 5.1.0-prerelease.14
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/components/Alert/alert.css +3 -0
- package/components/Alert/alert.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +4 -0
- package/components/CalendarMonth/calendar-month.scss +2 -0
- package/components/Card/card.css +3 -0
- package/components/Card/card.scss +2 -0
- package/components/ClipboardCopy/clipboard-copy.css +3 -0
- package/components/ClipboardCopy/clipboard-copy.scss +2 -0
- package/components/JumpLinks/jump-links.css +3 -0
- package/components/JumpLinks/jump-links.scss +2 -0
- package/components/Menu/menu.css +11 -0
- package/components/Menu/menu.scss +12 -2
- package/components/Nav/nav.css +20 -0
- package/components/Nav/nav.scss +22 -2
- package/components/NotificationDrawer/notification-drawer.css +4 -0
- package/components/NotificationDrawer/notification-drawer.scss +2 -0
- package/components/Page/page.css +4 -0
- package/components/Page/page.scss +6 -1
- package/components/Tabs/tabs.css +10 -0
- package/components/Tabs/tabs.scss +8 -0
- package/docs/demos/Card/examples/Card.md +23 -7
- package/package.json +2 -2
- package/patternfly-no-globals.css +65 -0
- package/patternfly-theme-dark-unversioned.css +65 -0
- package/patternfly.css +65 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -159,6 +159,9 @@
|
|
|
159
159
|
transition: var(--pf-v5-c-alert__toggle-icon--Transition);
|
|
160
160
|
transform: rotate(var(--pf-v5-c-alert__toggle-icon--Rotate));
|
|
161
161
|
}
|
|
162
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-alert__toggle-icon {
|
|
163
|
+
scale: -1 1;
|
|
164
|
+
}
|
|
162
165
|
|
|
163
166
|
.pf-v5-c-alert__icon {
|
|
164
167
|
display: flex;
|
|
@@ -84,6 +84,10 @@
|
|
|
84
84
|
margin-inline-start: var(--pf-v5-c-calendar-month__header-nav-control--MarginLeft);
|
|
85
85
|
margin-inline-end: var(--pf-v5-c-calendar-month__header-nav-control--MarginRight);
|
|
86
86
|
}
|
|
87
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-calendar-month__header-nav-control {
|
|
88
|
+
scale: -1 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
87
91
|
.pf-v5-c-calendar-month__header-nav-control.pf-m-prev-month {
|
|
88
92
|
--pf-v5-c-calendar-month__header-nav-control--MarginRight: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginRight);
|
|
89
93
|
--pf-v5-c-calendar-month__header-nav-control--MarginLeft: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginLeft);
|
|
@@ -81,6 +81,8 @@
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.#{$calendar-month}__header-nav-control {
|
|
84
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
85
|
+
|
|
84
86
|
margin-inline-start: var(--#{$calendar-month}__header-nav-control--MarginLeft);
|
|
85
87
|
margin-inline-end: var(--#{$calendar-month}__header-nav-control--MarginRight);
|
|
86
88
|
|
package/components/Card/card.css
CHANGED
|
@@ -270,6 +270,9 @@
|
|
|
270
270
|
display: inline-block;
|
|
271
271
|
transition: var(--pf-v5-c-card__header-toggle-icon--Transition);
|
|
272
272
|
}
|
|
273
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-card__header-toggle-icon {
|
|
274
|
+
scale: -1 1;
|
|
275
|
+
}
|
|
273
276
|
|
|
274
277
|
.pf-v5-c-card__title-text {
|
|
275
278
|
font-family: var(--pf-v5-c-card__title-text--FontFamily);
|
|
@@ -50,6 +50,9 @@
|
|
|
50
50
|
.pf-v5-c-clipboard-copy__toggle-icon {
|
|
51
51
|
transition: var(--pf-v5-c-clipboard-copy__toggle-icon--Transition);
|
|
52
52
|
}
|
|
53
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-clipboard-copy__toggle-icon {
|
|
54
|
+
scale: -1 1;
|
|
55
|
+
}
|
|
53
56
|
|
|
54
57
|
.pf-v5-c-clipboard-copy__expandable-content {
|
|
55
58
|
padding-block-start: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingTop);
|
|
@@ -252,6 +252,9 @@
|
|
|
252
252
|
transition: var(--pf-v5-c-jump-links__toggle-icon--Transition);
|
|
253
253
|
transform: rotate(var(--pf-v5-c-jump-links__toggle-icon--Rotate));
|
|
254
254
|
}
|
|
255
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-jump-links__toggle-icon {
|
|
256
|
+
scale: -1 1;
|
|
257
|
+
}
|
|
255
258
|
|
|
256
259
|
.pf-v5-c-jump-links__toggle-text {
|
|
257
260
|
margin-inline-start: var(--pf-v5-c-jump-links__toggle-text--MarginLeft);
|
|
@@ -230,6 +230,8 @@ $pf-v5-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.#{$jump-links}__toggle-icon {
|
|
233
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
234
|
+
|
|
233
235
|
display: inline-block;
|
|
234
236
|
color: var(--#{$jump-links}__toggle-icon--Color);
|
|
235
237
|
transition: var(--#{$jump-links}__toggle-icon--Transition);
|
package/components/Menu/menu.css
CHANGED
|
@@ -259,6 +259,10 @@
|
|
|
259
259
|
.pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__list {
|
|
260
260
|
transform: translateX(-100%);
|
|
261
261
|
}
|
|
262
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__content > .pf-v5-c-menu__list, .pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__list {
|
|
263
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
264
|
+
}
|
|
265
|
+
|
|
262
266
|
.pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu {
|
|
263
267
|
--pf-v5-c-menu--BoxShadow: none;
|
|
264
268
|
position: absolute;
|
|
@@ -270,6 +274,10 @@
|
|
|
270
274
|
.pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu.pf-m-drilled-in {
|
|
271
275
|
transform: translateX(-100%);
|
|
272
276
|
}
|
|
277
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu.pf-m-drilled-in {
|
|
278
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
279
|
+
}
|
|
280
|
+
|
|
273
281
|
.pf-v5-c-menu.pf-m-drilldown .pf-v5-c-menu__list {
|
|
274
282
|
position: relative;
|
|
275
283
|
overflow: hidden;
|
|
@@ -569,6 +577,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
569
577
|
padding-inline-end: var(--pf-v5-c-menu__item-toggle-icon--PaddingRight);
|
|
570
578
|
color: var(--pf-v5-c-menu__item-toggle-icon, inherit);
|
|
571
579
|
}
|
|
580
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu__item-toggle-icon {
|
|
581
|
+
scale: -1 1;
|
|
582
|
+
}
|
|
572
583
|
|
|
573
584
|
.pf-v5-c-menu__item-text + .pf-v5-c-menu__item-toggle-icon {
|
|
574
585
|
margin-inline-start: var(--pf-v5-c-menu__item-text--item-toggle-icon--MarginLeft);
|
|
@@ -282,7 +282,11 @@
|
|
|
282
282
|
// target first list in menu
|
|
283
283
|
> .#{$menu}__content > .#{$menu}__list,
|
|
284
284
|
> .#{$menu}__list {
|
|
285
|
-
|
|
285
|
+
@include pf-v5-bidirectional-style(
|
|
286
|
+
$prop: transform,
|
|
287
|
+
$ltr-val: translateX(-100%),
|
|
288
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(-100%)})
|
|
289
|
+
);
|
|
286
290
|
}
|
|
287
291
|
// stylelint-enable
|
|
288
292
|
}
|
|
@@ -299,7 +303,11 @@
|
|
|
299
303
|
|
|
300
304
|
// stylelint-disable selector-max-class
|
|
301
305
|
&.pf-m-drilled-in {
|
|
302
|
-
|
|
306
|
+
@include pf-v5-bidirectional-style(
|
|
307
|
+
$prop: transform,
|
|
308
|
+
$ltr-val: translateX(-100%),
|
|
309
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(-100%)})
|
|
310
|
+
);
|
|
303
311
|
}
|
|
304
312
|
// stylelint-enable
|
|
305
313
|
}
|
|
@@ -686,6 +694,8 @@
|
|
|
686
694
|
|
|
687
695
|
// Toggle icon
|
|
688
696
|
.#{$menu}__item-toggle-icon {
|
|
697
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
698
|
+
|
|
689
699
|
padding-inline-start: var(--#{$menu}__item-toggle-icon--PaddingLeft);
|
|
690
700
|
padding-inline-end: var(--#{$menu}__item-toggle-icon--PaddingRight);
|
|
691
701
|
color: var(--#{$menu}__item-toggle-icon, inherit);
|
package/components/Nav/nav.css
CHANGED
|
@@ -414,6 +414,10 @@
|
|
|
414
414
|
.pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
|
|
415
415
|
margin-inline-start: calc(var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft) * -1);
|
|
416
416
|
}
|
|
417
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
|
|
418
|
+
scale: -1 1;
|
|
419
|
+
}
|
|
420
|
+
|
|
417
421
|
.pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::after, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::after {
|
|
418
422
|
content: none;
|
|
419
423
|
}
|
|
@@ -857,6 +861,10 @@
|
|
|
857
861
|
display: inline-block;
|
|
858
862
|
transition: var(--pf-v5-c-nav__toggle-icon--Transition);
|
|
859
863
|
}
|
|
864
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__toggle-icon {
|
|
865
|
+
scale: -1 1;
|
|
866
|
+
}
|
|
867
|
+
|
|
860
868
|
.pf-v5-c-nav__item.pf-m-expanded .pf-v5-c-nav__toggle-icon {
|
|
861
869
|
transform: rotate(var(--pf-v5-c-nav__item--m-expanded__toggle-icon--Rotate));
|
|
862
870
|
}
|
|
@@ -912,6 +920,10 @@
|
|
|
912
920
|
opacity: 0;
|
|
913
921
|
transition: var(--pf-v5-c-nav__scroll-button--Transition);
|
|
914
922
|
}
|
|
923
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button > * {
|
|
924
|
+
scale: -1 1;
|
|
925
|
+
}
|
|
926
|
+
|
|
915
927
|
.pf-v5-c-nav__scroll-button::before {
|
|
916
928
|
position: absolute;
|
|
917
929
|
inset-block-start: 0;
|
|
@@ -939,6 +951,10 @@
|
|
|
939
951
|
margin-inline-end: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
|
940
952
|
transform: translateX(-100%);
|
|
941
953
|
}
|
|
954
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button:nth-of-type(1) {
|
|
955
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
956
|
+
}
|
|
957
|
+
|
|
942
958
|
.pf-v5-c-nav__scroll-button:nth-of-type(1)::before {
|
|
943
959
|
inset-inline-end: 0;
|
|
944
960
|
}
|
|
@@ -947,6 +963,10 @@
|
|
|
947
963
|
margin-inline-start: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
|
948
964
|
transform: translateX(100%);
|
|
949
965
|
}
|
|
966
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button:nth-of-type(2) {
|
|
967
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
|
968
|
+
}
|
|
969
|
+
|
|
950
970
|
.pf-v5-c-nav__scroll-button:nth-of-type(2)::before {
|
|
951
971
|
inset-inline-start: 0;
|
|
952
972
|
}
|
package/components/Nav/nav.scss
CHANGED
|
@@ -508,6 +508,8 @@
|
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
.#{$menu}__item-toggle-icon {
|
|
511
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
512
|
+
|
|
511
513
|
margin-inline-start: calc(var(--#{$menu}__item-toggle-icon--PaddingLeft) * -1);
|
|
512
514
|
}
|
|
513
515
|
|
|
@@ -1064,6 +1066,8 @@
|
|
|
1064
1066
|
display: inline-block;
|
|
1065
1067
|
transition: var(--#{$nav}__toggle-icon--Transition);
|
|
1066
1068
|
|
|
1069
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
1070
|
+
|
|
1067
1071
|
.#{$nav}__item.pf-m-expanded & {
|
|
1068
1072
|
transform: rotate(var(--#{$nav}__item--m-expanded__toggle-icon--Rotate));
|
|
1069
1073
|
}
|
|
@@ -1132,6 +1136,12 @@
|
|
|
1132
1136
|
opacity: 0;
|
|
1133
1137
|
transition: var(--#{$nav}__scroll-button--Transition);
|
|
1134
1138
|
|
|
1139
|
+
// Mirror only the contents to avoid flipping the borders
|
|
1140
|
+
// TODO at breaking change, add an icon wrapper to be mirrored
|
|
1141
|
+
> * {
|
|
1142
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1135
1145
|
&::before {
|
|
1136
1146
|
position: absolute;
|
|
1137
1147
|
inset-block-start: 0;
|
|
@@ -1163,8 +1173,13 @@
|
|
|
1163
1173
|
--#{$nav}__scroll-button--before--BorderRightWidth: var(--#{$nav}__scroll-button--before--BorderWidth);
|
|
1164
1174
|
|
|
1165
1175
|
margin-inline-end: calc(var(--#{$nav}__scroll-button--Width) * -1);
|
|
1166
|
-
transform: translateX(-100%);
|
|
1167
1176
|
|
|
1177
|
+
@include pf-v5-bidirectional-style(
|
|
1178
|
+
$prop: transform,
|
|
1179
|
+
$ltr-val: translateX(-100%),
|
|
1180
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(-100%)})
|
|
1181
|
+
);
|
|
1182
|
+
|
|
1168
1183
|
&::before {
|
|
1169
1184
|
inset-inline-end: 0;
|
|
1170
1185
|
}
|
|
@@ -1174,7 +1189,12 @@
|
|
|
1174
1189
|
--#{$nav}__scroll-button--before--BorderLeftWidth: var(--#{$nav}__scroll-button--before--BorderWidth);
|
|
1175
1190
|
|
|
1176
1191
|
margin-inline-start: calc(var(--#{$nav}__scroll-button--Width) * -1);
|
|
1177
|
-
|
|
1192
|
+
|
|
1193
|
+
@include pf-v5-bidirectional-style(
|
|
1194
|
+
$prop: transform,
|
|
1195
|
+
$ltr-val: translateX(100%),
|
|
1196
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(100%)})
|
|
1197
|
+
);
|
|
1178
1198
|
|
|
1179
1199
|
&::before {
|
|
1180
1200
|
inset-inline-start: 0;
|
|
@@ -267,6 +267,10 @@
|
|
|
267
267
|
color: var(--pf-v5-c-notification-drawer__group-toggle-icon--Color);
|
|
268
268
|
transition: var(--pf-v5-c-notification-drawer__group-toggle-icon--Transition);
|
|
269
269
|
}
|
|
270
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-notification-drawer__group-toggle-icon {
|
|
271
|
+
scale: -1 1;
|
|
272
|
+
}
|
|
273
|
+
|
|
270
274
|
.pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
|
|
271
275
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
272
276
|
}
|
|
@@ -307,6 +307,8 @@
|
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.#{$notification-drawer}__group-toggle-icon {
|
|
310
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
311
|
+
|
|
310
312
|
margin-inline-end: var(--#{$notification-drawer}__group-toggle-icon--MarginRight);
|
|
311
313
|
color: var(--#{$notification-drawer}__group-toggle-icon--Color);
|
|
312
314
|
transition: var(--#{$notification-drawer}__group-toggle-icon--Transition);
|
package/components/Page/page.css
CHANGED
|
@@ -399,6 +399,10 @@
|
|
|
399
399
|
transition: var(--pf-v5-c-page__sidebar--Transition);
|
|
400
400
|
transform: translateX(var(--pf-v5-c-page__sidebar--TranslateX)) translateZ(var(--pf-v5-c-page__sidebar--TranslateZ));
|
|
401
401
|
}
|
|
402
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-page__sidebar {
|
|
403
|
+
transform: translateX(calc(var(--pf-v5-c-page__sidebar--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateZ(var(--pf-v5-c-page__sidebar--TranslateZ));
|
|
404
|
+
}
|
|
405
|
+
|
|
402
406
|
.pf-v5-c-page__sidebar.pf-m-expanded {
|
|
403
407
|
--pf-v5-c-page__sidebar--TranslateX: var(--pf-v5-c-page__sidebar--m-expanded--TranslateX);
|
|
404
408
|
box-shadow: var(--pf-v5-c-page__sidebar--BoxShadow);
|
|
@@ -404,7 +404,12 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
404
404
|
-webkit-overflow-scrolling: touch;
|
|
405
405
|
background-color: var(--#{$page}__sidebar--BackgroundColor);
|
|
406
406
|
transition: var(--#{$page}__sidebar--Transition);
|
|
407
|
-
|
|
407
|
+
|
|
408
|
+
@include pf-v5-bidirectional-style(
|
|
409
|
+
$prop: transform,
|
|
410
|
+
$ltr-val: translateX(var(--#{$page}__sidebar--TranslateX)) translateZ(var(--#{$page}__sidebar--TranslateZ)),
|
|
411
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$page}__sidebar--TranslateX))}) translateZ(var(--#{$page}__sidebar--TranslateZ))
|
|
412
|
+
);
|
|
408
413
|
|
|
409
414
|
// Mobile
|
|
410
415
|
// Expanded nav
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -417,6 +417,9 @@
|
|
|
417
417
|
transition: var(--pf-v5-c-tabs__toggle-icon--Transition);
|
|
418
418
|
transform: rotate(var(--pf-v5-c-tabs__toggle-icon--Rotate));
|
|
419
419
|
}
|
|
420
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__toggle-icon {
|
|
421
|
+
scale: -1 1;
|
|
422
|
+
}
|
|
420
423
|
|
|
421
424
|
.pf-v5-c-tabs__toggle-text {
|
|
422
425
|
margin-inline-start: var(--pf-v5-c-tabs__toggle-text--MarginLeft);
|
|
@@ -591,6 +594,9 @@
|
|
|
591
594
|
transition: var(--pf-v5-c-tabs__link-toggle-icon--Transition);
|
|
592
595
|
transform: rotate(var(--pf-v5-c-tabs__link-toggle-icon--Rotate));
|
|
593
596
|
}
|
|
597
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__link-toggle-icon {
|
|
598
|
+
scale: -1 1;
|
|
599
|
+
}
|
|
594
600
|
|
|
595
601
|
.pf-v5-c-tabs__item-action {
|
|
596
602
|
display: flex;
|
|
@@ -622,6 +628,10 @@
|
|
|
622
628
|
opacity: 0;
|
|
623
629
|
transition: margin var(--pf-v5-c-tabs__scroll-button--TransitionDuration--margin), transform var(--pf-v5-c-tabs__scroll-button--TransitionDuration--transform), opacity var(--pf-v5-c-tabs__scroll-button--TransitionDuration--opacity);
|
|
624
630
|
}
|
|
631
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__scroll-button > * {
|
|
632
|
+
scale: -1 1;
|
|
633
|
+
}
|
|
634
|
+
|
|
625
635
|
.pf-v5-c-tabs__scroll-button:hover, .pf-v5-c-tabs__scroll-button:active, .pf-v5-c-tabs__scroll-button:focus {
|
|
626
636
|
--pf-v5-c-tabs__scroll-button--Color: var(--pf-v5-c-tabs__scroll-button--hover--Color);
|
|
627
637
|
}
|
|
@@ -490,6 +490,8 @@ $pf-v5-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
.#{$tabs}__toggle-icon {
|
|
493
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
494
|
+
|
|
493
495
|
display: inline-block;
|
|
494
496
|
color: var(--#{$tabs}__toggle-icon--Color);
|
|
495
497
|
transition: var(--#{$tabs}__toggle-icon--Transition);
|
|
@@ -700,6 +702,8 @@ $pf-v5-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
700
702
|
}
|
|
701
703
|
|
|
702
704
|
.#{$tabs}__link-toggle-icon {
|
|
705
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
706
|
+
|
|
703
707
|
align-self: end;
|
|
704
708
|
font-size: var(--#{$tabs}__link-toggle-icon--FontSize);
|
|
705
709
|
color: var(--#{$tabs}__link-toggle-icon--Color);
|
|
@@ -741,6 +745,10 @@ $pf-v5-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
741
745
|
opacity: 0;
|
|
742
746
|
transition: margin var(--#{$tabs}__scroll-button--TransitionDuration--margin), transform var(--#{$tabs}__scroll-button--TransitionDuration--transform), opacity var(--#{$tabs}__scroll-button--TransitionDuration--opacity);
|
|
743
747
|
|
|
748
|
+
> * {
|
|
749
|
+
@include pf-v5-mirror-inline-on-rtl; // in breaking change, add an icon wrapper and move this style to the wrapper
|
|
750
|
+
}
|
|
751
|
+
|
|
744
752
|
&:hover,
|
|
745
753
|
&:active,
|
|
746
754
|
&:focus {
|
|
@@ -248,7 +248,7 @@ wrapperTag: div
|
|
|
248
248
|
<span class="pf-v5-c-label__text">Set up your cluster</span>
|
|
249
249
|
</span>
|
|
250
250
|
</span>
|
|
251
|
-
<p>Continue setting up your cluster to access all you
|
|
251
|
+
<p>Continue setting up your cluster to access all you can in the Console</p>
|
|
252
252
|
<ul class="pf-v5-c-list pf-m-plain" role="list">
|
|
253
253
|
<li>
|
|
254
254
|
<a href="#">Add identity provider</a>
|
|
@@ -266,7 +266,11 @@ wrapperTag: div
|
|
|
266
266
|
<span
|
|
267
267
|
class="pf-v5-c-button__icon pf-m-end"
|
|
268
268
|
>
|
|
269
|
-
<
|
|
269
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
270
|
+
<span class="pf-v5-c-icon__content">
|
|
271
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
272
|
+
</span>
|
|
273
|
+
</span>
|
|
270
274
|
</span>
|
|
271
275
|
</a>
|
|
272
276
|
</div>
|
|
@@ -297,7 +301,11 @@ wrapperTag: div
|
|
|
297
301
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
298
302
|
View all guided tours
|
|
299
303
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
300
|
-
<
|
|
304
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
305
|
+
<span class="pf-v5-c-icon__content">
|
|
306
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
307
|
+
</span>
|
|
308
|
+
</span>
|
|
301
309
|
</span>
|
|
302
310
|
</a>
|
|
303
311
|
</div>
|
|
@@ -331,7 +339,11 @@ wrapperTag: div
|
|
|
331
339
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
332
340
|
View all quick starts
|
|
333
341
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
334
|
-
<
|
|
342
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
343
|
+
<span class="pf-v5-c-icon__content">
|
|
344
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
345
|
+
</span>
|
|
346
|
+
</span>
|
|
335
347
|
</span>
|
|
336
348
|
</a>
|
|
337
349
|
</div>
|
|
@@ -370,7 +382,11 @@ wrapperTag: div
|
|
|
370
382
|
<span
|
|
371
383
|
class="pf-v5-c-button__icon pf-m-end"
|
|
372
384
|
>
|
|
373
|
-
<
|
|
385
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
386
|
+
<span class="pf-v5-c-icon__content">
|
|
387
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
388
|
+
</span>
|
|
389
|
+
</span>
|
|
374
390
|
</span>
|
|
375
391
|
</a>
|
|
376
392
|
</div>
|
|
@@ -387,8 +403,8 @@ wrapperTag: div
|
|
|
387
403
|
<div class="pf-v5-c-card pf-m-flat" id="card-demo-horizontal-split-example">
|
|
388
404
|
<div class="pf-v5-l-grid pf-m-all-6-col-on-md">
|
|
389
405
|
<div
|
|
390
|
-
class="pf-v5-l-grid__item
|
|
391
|
-
style="min-height: 200px; background:
|
|
406
|
+
class="pf-v5-l-grid__item"
|
|
407
|
+
style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"
|
|
392
408
|
></div>
|
|
393
409
|
<div class="pf-v5-l-grid__item">
|
|
394
410
|
<div class="pf-v5-c-card__title">
|
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": "5.1.0-prerelease.
|
|
4
|
+
"version": "5.1.0-prerelease.14",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@commitlint/config-conventional": "^17.6.7",
|
|
46
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
47
47
|
"@octokit/rest": "^20.0.1",
|
|
48
|
-
"@patternfly/documentation-framework": "5.1.
|
|
48
|
+
"@patternfly/documentation-framework": "5.1.10",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
50
|
"@patternfly/react-code-editor": "5.0.0",
|
|
51
51
|
"@patternfly/react-core": "5.0.0",
|