@patternfly/quickstarts 2.4.2 → 2.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/ConsoleInternal/components/markdown-view.d.ts +1 -1
- package/dist/index.es.js +53 -24
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +52 -23
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +43 -43
- package/dist/quickstarts-full.es.js +2517 -4033
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +6 -0
- package/dist/quickstarts-standalone.min.css +1 -1
- package/dist/quickstarts.css +43 -43
- package/dist/quickstarts.min.css +1 -1
- package/package.json +3 -4
- package/src/ConsoleInternal/components/markdown-view.tsx +34 -50
- package/src/QuickStartPanelContent.tsx +10 -1
- package/src/controller/QuickStartTaskHeader.tsx +12 -1
- package/src/declaration.d.ts +1 -0
|
@@ -818,17 +818,6 @@
|
|
|
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
|
-
|
|
832
821
|
.pfext-quick-start-tile-description {
|
|
833
822
|
display: -webkit-box;
|
|
834
823
|
overflow: hidden;
|
|
@@ -865,6 +854,17 @@
|
|
|
865
854
|
margin-right: var(--pf-global--spacer--sm);
|
|
866
855
|
}
|
|
867
856
|
|
|
857
|
+
.pfext-quick-start-tile {
|
|
858
|
+
height: 100%;
|
|
859
|
+
}
|
|
860
|
+
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
861
|
+
display: block;
|
|
862
|
+
-webkit-line-clamp: unset;
|
|
863
|
+
}
|
|
864
|
+
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
865
|
+
display: flex;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
868
|
.pfext-markdown-view.is-empty {
|
|
869
869
|
color: #999;
|
|
870
870
|
}
|
|
@@ -1041,6 +1041,34 @@
|
|
|
1041
1041
|
margin-bottom: var(--pf-global--spacer--xs);
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
+
.pfext-quick-start-task-review-alert {
|
|
1045
|
+
margin: var(--pf-global--spacer--lg) 0;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.pfext-quick-start-task-review {
|
|
1049
|
+
font-size: var(--pf-global--FontSize--md);
|
|
1050
|
+
line-height: var(--pf-global--FontSize--xl);
|
|
1051
|
+
font-family: var(--pf-global--FontFamily--heading--sans-serif);
|
|
1052
|
+
}
|
|
1053
|
+
.pfext-quick-start-task-review__actions {
|
|
1054
|
+
display: flex;
|
|
1055
|
+
align-items: flex-start;
|
|
1056
|
+
margin-bottom: var(--pf-global--spacer--sm);
|
|
1057
|
+
}
|
|
1058
|
+
.pfext-quick-start-task-review__actions input[type=radio] {
|
|
1059
|
+
margin-top: 0;
|
|
1060
|
+
margin-right: 0;
|
|
1061
|
+
}
|
|
1062
|
+
.pfext-quick-start-task-review__radio {
|
|
1063
|
+
margin-right: var(--pf-global--spacer--xl) !important;
|
|
1064
|
+
}
|
|
1065
|
+
.pfext-quick-start-task-review--success {
|
|
1066
|
+
color: var(--pf-global--success-color--100) !important;
|
|
1067
|
+
}
|
|
1068
|
+
.pfext-quick-start-task-review--failed {
|
|
1069
|
+
color: var(--pf-chart-global--danger--Color--100);
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1044
1072
|
.pfext-quick-start-task-header {
|
|
1045
1073
|
margin-bottom: var(--pf-global--spacer--sm);
|
|
1046
1074
|
display: grid;
|
|
@@ -1088,38 +1116,6 @@
|
|
|
1088
1116
|
color: var(--pf-global--danger-color--100) !important;
|
|
1089
1117
|
}
|
|
1090
1118
|
|
|
1091
|
-
.pfext-quick-start-task-review-alert {
|
|
1092
|
-
margin: var(--pf-global--spacer--lg) 0;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.pfext-quick-start-task-review {
|
|
1096
|
-
font-size: var(--pf-global--FontSize--md);
|
|
1097
|
-
line-height: var(--pf-global--FontSize--xl);
|
|
1098
|
-
font-family: var(--pf-global--FontFamily--heading--sans-serif);
|
|
1099
|
-
}
|
|
1100
|
-
.pfext-quick-start-task-review__actions {
|
|
1101
|
-
display: flex;
|
|
1102
|
-
align-items: flex-start;
|
|
1103
|
-
margin-bottom: var(--pf-global--spacer--sm);
|
|
1104
|
-
}
|
|
1105
|
-
.pfext-quick-start-task-review__actions input[type=radio] {
|
|
1106
|
-
margin-top: 0;
|
|
1107
|
-
margin-right: 0;
|
|
1108
|
-
}
|
|
1109
|
-
.pfext-quick-start-task-review__radio {
|
|
1110
|
-
margin-right: var(--pf-global--spacer--xl) !important;
|
|
1111
|
-
}
|
|
1112
|
-
.pfext-quick-start-task-review--success {
|
|
1113
|
-
color: var(--pf-global--success-color--100) !important;
|
|
1114
|
-
}
|
|
1115
|
-
.pfext-quick-start-task-review--failed {
|
|
1116
|
-
color: var(--pf-chart-global--danger--Color--100);
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.pfext-modal {
|
|
1120
|
-
position: absolute !important;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
1119
|
.pfext-markdown-view .pfext-code-block__pre {
|
|
1124
1120
|
/* override the styles applied by showdown while parsing <pre /> */
|
|
1125
1121
|
display: flex;
|
|
@@ -1154,6 +1150,10 @@
|
|
|
1154
1150
|
word-break: break-word;
|
|
1155
1151
|
}
|
|
1156
1152
|
|
|
1153
|
+
.pfext-modal {
|
|
1154
|
+
position: absolute !important;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
1157
|
@keyframes pfext-spotlight-expand {
|
|
1158
1158
|
0% {
|
|
1159
1159
|
outline-offset: -4px;
|