@patternfly/quickstarts 5.4.2 → 5.4.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/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 +51 -51
- package/dist/quickstarts-full.es.js +9 -2
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts.css +51 -51
- package/dist/quickstarts.min.css +1 -1
- package/package.json +1 -1
- package/src/ConsoleInternal/components/markdown-view.tsx +14 -2
|
@@ -818,6 +818,17 @@
|
|
|
818
818
|
display: inherit !important;
|
|
819
819
|
}
|
|
820
820
|
|
|
821
|
+
.pfext-quick-start-tile {
|
|
822
|
+
height: 100%;
|
|
823
|
+
}
|
|
824
|
+
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
825
|
+
display: block;
|
|
826
|
+
-webkit-line-clamp: unset;
|
|
827
|
+
}
|
|
828
|
+
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
829
|
+
display: flex;
|
|
830
|
+
}
|
|
831
|
+
|
|
821
832
|
.pfext-quick-start-tile-description {
|
|
822
833
|
display: -webkit-box;
|
|
823
834
|
overflow: hidden;
|
|
@@ -843,17 +854,6 @@
|
|
|
843
854
|
padding-left: 20px;
|
|
844
855
|
}
|
|
845
856
|
|
|
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
857
|
.pfext-quick-start-tile-header__status {
|
|
858
858
|
margin: var(--pf-v5-global--spacer--sm) 0;
|
|
859
859
|
}
|
|
@@ -868,6 +868,24 @@
|
|
|
868
868
|
flex: 1;
|
|
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,16 @@
|
|
|
889
907
|
--pf-v5-c-check__label--FontSize: 14px;
|
|
890
908
|
}
|
|
891
909
|
|
|
892
|
-
.pfext-
|
|
893
|
-
color:
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
display: block;
|
|
897
|
-
margin-bottom: 11.5px;
|
|
898
|
-
overflow-x: auto;
|
|
910
|
+
.pfext-quick-start-footer {
|
|
911
|
+
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
912
|
+
flex: 0 0 auto;
|
|
913
|
+
padding: var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg);
|
|
899
914
|
}
|
|
900
|
-
.pfext-
|
|
901
|
-
|
|
902
|
-
border-bottom: 1px solid #ededed;
|
|
903
|
-
padding: 10px;
|
|
904
|
-
vertical-align: top;
|
|
915
|
+
.pfext-quick-start-footer__actionbtn {
|
|
916
|
+
margin-right: var(--pf-v5-global--spacer--md);
|
|
905
917
|
}
|
|
906
|
-
.pfext-
|
|
907
|
-
|
|
918
|
+
.pfext-quick-start-footer__restartbtn {
|
|
919
|
+
float: right;
|
|
908
920
|
}
|
|
909
921
|
|
|
910
922
|
.pfext-quick-start-content {
|
|
@@ -917,18 +929,6 @@
|
|
|
917
929
|
font-size: 13px;
|
|
918
930
|
}
|
|
919
931
|
|
|
920
|
-
.pfext-quick-start-footer {
|
|
921
|
-
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
922
|
-
flex: 0 0 auto;
|
|
923
|
-
padding: var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg);
|
|
924
|
-
}
|
|
925
|
-
.pfext-quick-start-footer__actionbtn {
|
|
926
|
-
margin-right: var(--pf-v5-global--spacer--md);
|
|
927
|
-
}
|
|
928
|
-
.pfext-quick-start-footer__restartbtn {
|
|
929
|
-
float: right;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
932
|
.pfext-quick-start-intro__prereq {
|
|
933
933
|
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
934
934
|
}
|
|
@@ -1030,20 +1030,6 @@
|
|
|
1030
1030
|
font-size: 14px;
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
.pfext-quick-start-task-header__list {
|
|
1034
|
-
padding: 0 !important;
|
|
1035
|
-
}
|
|
1036
|
-
.pfext-quick-start-task-header__list button::before {
|
|
1037
|
-
content: none;
|
|
1038
|
-
}
|
|
1039
|
-
.pfext-quick-start-task-header__list li {
|
|
1040
|
-
list-style-type: none;
|
|
1041
|
-
display: flex;
|
|
1042
|
-
flex-wrap: wrap;
|
|
1043
|
-
align-items: center;
|
|
1044
|
-
margin-bottom: var(--pf-v5-global--spacer--xs);
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
1033
|
.pfext-quick-start-task-review-alert {
|
|
1048
1034
|
margin: var(--pf-v5-global--spacer--lg) 0;
|
|
1049
1035
|
}
|
|
@@ -1072,6 +1058,20 @@
|
|
|
1072
1058
|
color: var(--pf-chart-global--danger--Color--100);
|
|
1073
1059
|
}
|
|
1074
1060
|
|
|
1061
|
+
.pfext-quick-start-task-header__list {
|
|
1062
|
+
padding: 0 !important;
|
|
1063
|
+
}
|
|
1064
|
+
.pfext-quick-start-task-header__list button::before {
|
|
1065
|
+
content: none;
|
|
1066
|
+
}
|
|
1067
|
+
.pfext-quick-start-task-header__list li {
|
|
1068
|
+
list-style-type: none;
|
|
1069
|
+
display: flex;
|
|
1070
|
+
flex-wrap: wrap;
|
|
1071
|
+
align-items: center;
|
|
1072
|
+
margin-bottom: var(--pf-v5-global--spacer--xs);
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
1075
|
.pfext-quick-start-task-header {
|
|
1076
1076
|
margin-bottom: var(--pf-v5-global--spacer--sm);
|
|
1077
1077
|
display: grid;
|
|
@@ -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, '```');
|