@patternfly/quickstarts 5.4.2 → 5.4.4
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/dist/index.es.js +9 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +49 -49
- package/dist/quickstarts-full.es.js +9 -2
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts.css +49 -49
- package/dist/quickstarts.min.css +1 -1
- package/package.json +3 -3
- package/src/ConsoleInternal/components/markdown-view.tsx +14 -2
|
@@ -843,17 +843,6 @@
|
|
|
843
843
|
padding-left: 20px;
|
|
844
844
|
}
|
|
845
845
|
|
|
846
|
-
.pfext-quick-start-tile {
|
|
847
|
-
height: 100%;
|
|
848
|
-
}
|
|
849
|
-
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
850
|
-
display: block;
|
|
851
|
-
-webkit-line-clamp: unset;
|
|
852
|
-
}
|
|
853
|
-
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
854
|
-
display: flex;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
846
|
.pfext-quick-start-tile-header__status {
|
|
858
847
|
margin: var(--pf-v5-global--spacer--sm) 0;
|
|
859
848
|
}
|
|
@@ -868,6 +857,17 @@
|
|
|
868
857
|
flex: 1;
|
|
869
858
|
}
|
|
870
859
|
|
|
860
|
+
.pfext-quick-start-tile {
|
|
861
|
+
height: 100%;
|
|
862
|
+
}
|
|
863
|
+
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
864
|
+
display: block;
|
|
865
|
+
-webkit-line-clamp: unset;
|
|
866
|
+
}
|
|
867
|
+
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
868
|
+
display: flex;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
871
|
.pfext-quick-start-catalog-filter__input {
|
|
872
872
|
flex-grow: 1;
|
|
873
873
|
max-width: 500px;
|
|
@@ -907,16 +907,6 @@
|
|
|
907
907
|
padding-top: 0;
|
|
908
908
|
}
|
|
909
909
|
|
|
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;
|
|
915
|
-
}
|
|
916
|
-
.pfext-quick-start-content .pf-v5-c-alert__description p {
|
|
917
|
-
font-size: 13px;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
910
|
.pfext-quick-start-footer {
|
|
921
911
|
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
922
912
|
flex: 0 0 auto;
|
|
@@ -929,6 +919,16 @@
|
|
|
929
919
|
float: right;
|
|
930
920
|
}
|
|
931
921
|
|
|
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,34 +1044,6 @@
|
|
|
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
|
-
|
|
1075
1047
|
.pfext-quick-start-task-header {
|
|
1076
1048
|
margin-bottom: var(--pf-v5-global--spacer--sm);
|
|
1077
1049
|
display: grid;
|
|
@@ -1119,6 +1091,34 @@
|
|
|
1119
1091
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
1120
1092
|
}
|
|
1121
1093
|
|
|
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;
|
|
@@ -27936,8 +27936,15 @@ const markdownConvert = (markdown, extensions) => __awaiter(void 0, void 0, void
|
|
|
27936
27936
|
node.setAttribute('xlink:show', 'new');
|
|
27937
27937
|
}
|
|
27938
27938
|
});
|
|
27939
|
-
|
|
27940
|
-
|
|
27939
|
+
const reverseString = (str) => str.split('').reverse().join('');
|
|
27940
|
+
// replace code fences that end in a double curly brace (which are used by our custom md extensions) with non
|
|
27941
|
+
// markdown formatting related tokens so that marked doesn't try to parse them as code spans
|
|
27942
|
+
//
|
|
27943
|
+
// we want to reverse the string before we do the substitution so that we only match the opening code fence which
|
|
27944
|
+
// corresponds to the closing code fence with the double curly brace
|
|
27945
|
+
const reversedMarkdown = reverseString(markdown);
|
|
27946
|
+
const reverseMarkdownWithSubstitutedCodeFences = reversedMarkdown.replace(/{{```((.|\n)*?)```/g, '{{@@@$1@@@');
|
|
27947
|
+
const markdownWithSubstitutedCodeFences = reverseString(reverseMarkdownWithSubstitutedCodeFences);
|
|
27941
27948
|
const parsedMarkdown = yield marked.parse(markdownWithSubstitutedCodeFences);
|
|
27942
27949
|
// Swap the temporary tokens back to code fences before we run the extensions
|
|
27943
27950
|
let md = parsedMarkdown.replace(/@@@/g, '```');
|