@patternfly/quickstarts 2.4.3 → 2.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.
- package/dist/ConsoleInternal/components/markdown-view.d.ts +1 -1
- package/dist/index.es.js +63 -24
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +62 -23
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +69 -69
- package/dist/quickstarts-full.es.js +2553 -4692
- 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 +69 -69
- package/dist/quickstarts.min.css +1 -1
- package/package.json +2 -2
- package/src/ConsoleInternal/components/markdown-view.tsx +50 -50
- package/src/QuickStartPanelContent.tsx +10 -1
- package/src/controller/QuickStartTaskHeader.tsx +12 -1
- package/src/declaration.d.ts +1 -0
|
@@ -904,16 +904,6 @@
|
|
|
904
904
|
--pf-c-check__label--FontSize: 14px;
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
.pfext-quick-start-content {
|
|
908
|
-
flex: 1 1 0;
|
|
909
|
-
overflow: auto;
|
|
910
|
-
padding: var(--pf-global--spacer--lg);
|
|
911
|
-
font-size: 16px;
|
|
912
|
-
}
|
|
913
|
-
.pfext-quick-start-content .pf-c-alert__description p {
|
|
914
|
-
font-size: 13px;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
907
|
.pfext-quick-start-footer {
|
|
918
908
|
background-color: var(--pf-global--BackgroundColor--100);
|
|
919
909
|
flex: 0 0 auto;
|
|
@@ -926,34 +916,14 @@
|
|
|
926
916
|
float: right;
|
|
927
917
|
}
|
|
928
918
|
|
|
929
|
-
.pfext-quick-start-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
}
|
|
935
|
-
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
|
|
936
|
-
padding-top: 0;
|
|
937
|
-
padding-bottom: 0;
|
|
938
|
-
}
|
|
939
|
-
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
|
|
940
|
-
margin-left: var(--pf-global--spacer--sm);
|
|
941
|
-
}
|
|
942
|
-
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
|
|
943
|
-
color: var(--pf-c-expandable-section__toggle--Color);
|
|
944
|
-
}
|
|
945
|
-
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
|
|
946
|
-
--pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color);
|
|
947
|
-
}
|
|
948
|
-
.pfext-quick-start-intro__prereq-list {
|
|
949
|
-
padding-left: 20px;
|
|
950
|
-
}
|
|
951
|
-
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
952
|
-
font-size: 0.8rem;
|
|
919
|
+
.pfext-quick-start-content {
|
|
920
|
+
flex: 1 1 0;
|
|
921
|
+
overflow: auto;
|
|
922
|
+
padding: var(--pf-global--spacer--lg);
|
|
923
|
+
font-size: 16px;
|
|
953
924
|
}
|
|
954
|
-
.pfext-quick-start-
|
|
955
|
-
|
|
956
|
-
left: 2px;
|
|
925
|
+
.pfext-quick-start-content .pf-c-alert__description p {
|
|
926
|
+
font-size: 13px;
|
|
957
927
|
}
|
|
958
928
|
|
|
959
929
|
.pfext-quick-start-tasks__list button::before {
|
|
@@ -1027,18 +997,62 @@
|
|
|
1027
997
|
font-size: 14px;
|
|
1028
998
|
}
|
|
1029
999
|
|
|
1030
|
-
.pfext-quick-start-
|
|
1031
|
-
|
|
1000
|
+
.pfext-quick-start-intro__prereq {
|
|
1001
|
+
margin-bottom: var(--pf-global--spacer--md);
|
|
1032
1002
|
}
|
|
1033
|
-
.pfext-quick-start-
|
|
1034
|
-
|
|
1003
|
+
.pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
|
|
1004
|
+
margin-top: var(--pf-global--spacer--sm);
|
|
1035
1005
|
}
|
|
1036
|
-
.pfext-quick-start-
|
|
1037
|
-
|
|
1006
|
+
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
}
|
|
1010
|
+
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
|
|
1011
|
+
margin-left: var(--pf-global--spacer--sm);
|
|
1012
|
+
}
|
|
1013
|
+
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
|
|
1014
|
+
color: var(--pf-c-expandable-section__toggle--Color);
|
|
1015
|
+
}
|
|
1016
|
+
.pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
|
|
1017
|
+
--pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color);
|
|
1018
|
+
}
|
|
1019
|
+
.pfext-quick-start-intro__prereq-list {
|
|
1020
|
+
padding-left: 20px;
|
|
1021
|
+
}
|
|
1022
|
+
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
1023
|
+
font-size: 0.8rem;
|
|
1024
|
+
}
|
|
1025
|
+
.pfext-quick-start-intro__prereq-list__item-content {
|
|
1026
|
+
position: relative;
|
|
1027
|
+
left: 2px;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.pfext-quick-start-task-review-alert {
|
|
1031
|
+
margin: var(--pf-global--spacer--lg) 0;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.pfext-quick-start-task-review {
|
|
1035
|
+
font-size: var(--pf-global--FontSize--md);
|
|
1036
|
+
line-height: var(--pf-global--FontSize--xl);
|
|
1037
|
+
font-family: var(--pf-global--FontFamily--heading--sans-serif);
|
|
1038
|
+
}
|
|
1039
|
+
.pfext-quick-start-task-review__actions {
|
|
1038
1040
|
display: flex;
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1041
|
+
align-items: flex-start;
|
|
1042
|
+
margin-bottom: var(--pf-global--spacer--sm);
|
|
1043
|
+
}
|
|
1044
|
+
.pfext-quick-start-task-review__actions input[type=radio] {
|
|
1045
|
+
margin-top: 0;
|
|
1046
|
+
margin-right: 0;
|
|
1047
|
+
}
|
|
1048
|
+
.pfext-quick-start-task-review__radio {
|
|
1049
|
+
margin-right: var(--pf-global--spacer--xl) !important;
|
|
1050
|
+
}
|
|
1051
|
+
.pfext-quick-start-task-review--success {
|
|
1052
|
+
color: var(--pf-global--success-color--100) !important;
|
|
1053
|
+
}
|
|
1054
|
+
.pfext-quick-start-task-review--failed {
|
|
1055
|
+
color: var(--pf-chart-global--danger--Color--100);
|
|
1042
1056
|
}
|
|
1043
1057
|
|
|
1044
1058
|
.pfext-quick-start-task-header {
|
|
@@ -1088,32 +1102,18 @@
|
|
|
1088
1102
|
color: var(--pf-global--danger-color--100) !important;
|
|
1089
1103
|
}
|
|
1090
1104
|
|
|
1091
|
-
.pfext-quick-start-task-
|
|
1092
|
-
|
|
1105
|
+
.pfext-quick-start-task-header__list {
|
|
1106
|
+
padding: 0 !important;
|
|
1093
1107
|
}
|
|
1094
|
-
|
|
1095
|
-
|
|
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);
|
|
1108
|
+
.pfext-quick-start-task-header__list button::before {
|
|
1109
|
+
content: none;
|
|
1099
1110
|
}
|
|
1100
|
-
.pfext-quick-start-task-
|
|
1111
|
+
.pfext-quick-start-task-header__list li {
|
|
1112
|
+
list-style-type: none;
|
|
1101
1113
|
display: flex;
|
|
1102
|
-
|
|
1103
|
-
|
|
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);
|
|
1114
|
+
flex-wrap: wrap;
|
|
1115
|
+
align-items: center;
|
|
1116
|
+
margin-bottom: var(--pf-global--spacer--xs);
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
.pfext-modal {
|