@patternfly/quickstarts 5.4.4 → 5.4.5

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.
@@ -868,6 +868,24 @@
868
868
  display: flex;
869
869
  }
870
870
 
871
+ .pfext-markdown-view.is-empty {
872
+ color: #999;
873
+ }
874
+ .pfext-markdown-view table {
875
+ display: block;
876
+ margin-bottom: 11.5px;
877
+ overflow-x: auto;
878
+ }
879
+ .pfext-markdown-view td,
880
+ .pfext-markdown-view th {
881
+ border-bottom: 1px solid #ededed;
882
+ padding: 10px;
883
+ vertical-align: top;
884
+ }
885
+ .pfext-markdown-view th {
886
+ padding-top: 0;
887
+ }
888
+
871
889
  .pfext-quick-start-catalog-filter__input {
872
890
  flex-grow: 1;
873
891
  max-width: 500px;
@@ -889,22 +907,14 @@
889
907
  --pf-v5-c-check__label--FontSize: 14px;
890
908
  }
891
909
 
892
- .pfext-markdown-view.is-empty {
893
- color: #999;
894
- }
895
- .pfext-markdown-view table {
896
- display: block;
897
- margin-bottom: 11.5px;
898
- overflow-x: auto;
899
- }
900
- .pfext-markdown-view td,
901
- .pfext-markdown-view th {
902
- border-bottom: 1px solid #ededed;
903
- padding: 10px;
904
- vertical-align: top;
910
+ .pfext-quick-start-content {
911
+ flex: 1 1 0;
912
+ overflow: auto;
913
+ padding: var(--pf-v5-global--spacer--lg);
914
+ font-size: 16px;
905
915
  }
906
- .pfext-markdown-view th {
907
- padding-top: 0;
916
+ .pfext-quick-start-content .pf-v5-c-alert__description p {
917
+ font-size: 13px;
908
918
  }
909
919
 
910
920
  .pfext-quick-start-footer {
@@ -919,16 +929,6 @@
919
929
  float: right;
920
930
  }
921
931
 
922
- .pfext-quick-start-content {
923
- flex: 1 1 0;
924
- overflow: auto;
925
- padding: var(--pf-v5-global--spacer--lg);
926
- font-size: 16px;
927
- }
928
- .pfext-quick-start-content .pf-v5-c-alert__description p {
929
- font-size: 13px;
930
- }
931
-
932
932
  .pfext-quick-start-intro__prereq {
933
933
  margin-bottom: var(--pf-v5-global--spacer--md);
934
934
  }
@@ -1044,6 +1044,34 @@
1044
1044
  margin-bottom: var(--pf-v5-global--spacer--xs);
1045
1045
  }
1046
1046
 
1047
+ .pfext-quick-start-task-review-alert {
1048
+ margin: var(--pf-v5-global--spacer--lg) 0;
1049
+ }
1050
+
1051
+ .pfext-quick-start-task-review {
1052
+ font-size: var(--pf-v5-global--FontSize--md);
1053
+ line-height: var(--pf-v5-global--FontSize--xl);
1054
+ font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
1055
+ }
1056
+ .pfext-quick-start-task-review__actions {
1057
+ display: flex;
1058
+ align-items: flex-start;
1059
+ margin-bottom: var(--pf-v5-global--spacer--sm);
1060
+ }
1061
+ .pfext-quick-start-task-review__actions input[type=radio] {
1062
+ margin-top: 0;
1063
+ margin-right: 0;
1064
+ }
1065
+ .pfext-quick-start-task-review__radio {
1066
+ margin-right: var(--pf-v5-global--spacer--xl) !important;
1067
+ }
1068
+ .pfext-quick-start-task-review--success {
1069
+ color: var(--pf-v5-global--success-color--100) !important;
1070
+ }
1071
+ .pfext-quick-start-task-review--failed {
1072
+ color: var(--pf-chart-global--danger--Color--100);
1073
+ }
1074
+
1047
1075
  .pfext-quick-start-task-header {
1048
1076
  margin-bottom: var(--pf-v5-global--spacer--sm);
1049
1077
  display: grid;
@@ -1091,34 +1119,6 @@
1091
1119
  color: var(--pf-v5-global--danger-color--100) !important;
1092
1120
  }
1093
1121
 
1094
- .pfext-quick-start-task-review-alert {
1095
- margin: var(--pf-v5-global--spacer--lg) 0;
1096
- }
1097
-
1098
- .pfext-quick-start-task-review {
1099
- font-size: var(--pf-v5-global--FontSize--md);
1100
- line-height: var(--pf-v5-global--FontSize--xl);
1101
- font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
1102
- }
1103
- .pfext-quick-start-task-review__actions {
1104
- display: flex;
1105
- align-items: flex-start;
1106
- margin-bottom: var(--pf-v5-global--spacer--sm);
1107
- }
1108
- .pfext-quick-start-task-review__actions input[type=radio] {
1109
- margin-top: 0;
1110
- margin-right: 0;
1111
- }
1112
- .pfext-quick-start-task-review__radio {
1113
- margin-right: var(--pf-v5-global--spacer--xl) !important;
1114
- }
1115
- .pfext-quick-start-task-review--success {
1116
- color: var(--pf-v5-global--success-color--100) !important;
1117
- }
1118
- .pfext-quick-start-task-review--failed {
1119
- color: var(--pf-chart-global--danger--Color--100);
1120
- }
1121
-
1122
1122
  .pfext-markdown-view .pfext-code-block__pre {
1123
1123
  /* override the styles applied by showdown while parsing <pre /> */
1124
1124
  display: flex;
@@ -29093,7 +29093,10 @@ const QuickStartContainer = (_a) => {
29093
29093
  const QuickStartDrawer = (_a) => {
29094
29094
  var { quickStarts = [], children, appendTo, fullWidth, onCloseInProgress, onCloseNotInProgress } = _a, props = __rest(_a, ["quickStarts", "children", "appendTo", "fullWidth", "onCloseInProgress", "onCloseNotInProgress"]);
29095
29095
  const { activeQuickStartID, setActiveQuickStart, allQuickStarts = [], activeQuickStartState, allQuickStartStates, setAllQuickStartStates, useLegacyHeaderColors, } = React.useContext(QuickStartContext);
29096
- const combinedQuickStarts = allQuickStarts.concat(quickStarts);
29096
+ const combinedQuickStarts = [
29097
+ ...allQuickStarts,
29098
+ ...quickStarts,
29099
+ ].filter((qs, idx, arr) => arr.findIndex(q => q.metadata.name === qs.metadata.name) === idx);
29097
29100
  React.useEffect(() => {
29098
29101
  const params = new URLSearchParams(window.location.search);
29099
29102
  // if there is a quick start param, but the quick start is not active, set it