@patternfly/quickstarts 2.2.0 → 2.2.1
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/README.md +2 -2
- package/dist/HelpTopicPanelContent.d.ts +1 -0
- package/dist/index.es.js +31 -17
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +30 -16
- package/dist/index.js.map +1 -1
- package/dist/patternfly-nested.css +1 -11
- package/dist/quickstarts-base.css +24 -24
- package/dist/quickstarts-full.es.js +315 -323
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.min.css +1 -1
- package/dist/quickstarts.css +24 -24
- package/dist/quickstarts.min.css +1 -1
- package/dist/utils/help-topic-context.d.ts +2 -0
- package/package.json +1 -1
|
@@ -4815,8 +4815,7 @@
|
|
|
4815
4815
|
flex-direction: column; }
|
|
4816
4816
|
|
|
4817
4817
|
.pfext-quick-start__base .pf-c-page__main-wizard:last-child,
|
|
4818
|
-
.pfext-quick-start__base .pf-c-page__main-wizard:only-child
|
|
4819
|
-
.pfext-quick-start__base .pf-c-page__main-wizard.pf-m-fill {
|
|
4818
|
+
.pfext-quick-start__base .pf-c-page__main-wizard:only-child {
|
|
4820
4819
|
flex-grow: 1; }
|
|
4821
4820
|
|
|
4822
4821
|
.pfext-quick-start__base .pf-c-page__main-wizard.pf-m-no-fill {
|
|
@@ -7442,12 +7441,3 @@
|
|
|
7442
7441
|
@media (min-width: 1450px) {
|
|
7443
7442
|
.pfext-quick-start__base .pf-l-gallery {
|
|
7444
7443
|
--pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max-on-2xl, var(--pf-l-gallery--GridTemplateColumns--max-on-xl, var(--pf-l-gallery--GridTemplateColumns--max-on-lg, var(--pf-l-gallery--GridTemplateColumns--max-on-md, var(--pf-l-gallery--GridTemplateColumns--max-on-sm, var(--pf-l-gallery--GridTemplateColumns--max)))))); } }
|
|
7445
|
-
.pfext-quick-start__base .pf-l-stack {
|
|
7446
|
-
--pf-l-stack--m-gutter--MarginBottom: var(--pf-global--gutter);
|
|
7447
|
-
display: flex;
|
|
7448
|
-
flex-direction: column;
|
|
7449
|
-
height: 100%; }
|
|
7450
|
-
.pfext-quick-start__base .pf-l-stack__item.pf-m-fill {
|
|
7451
|
-
flex-grow: 1; }
|
|
7452
|
-
.pfext-quick-start__base .pf-l-stack.pf-m-gutter > *:not(:last-child) {
|
|
7453
|
-
margin-bottom: var(--pf-l-stack--m-gutter--MarginBottom); }
|
|
@@ -836,27 +836,6 @@
|
|
|
836
836
|
align-items: center;
|
|
837
837
|
margin-bottom: var(--pf-global--spacer--xs); }
|
|
838
838
|
|
|
839
|
-
.pfext-quick-start-task-review-alert {
|
|
840
|
-
margin: var(--pf-global--spacer--lg) 0; }
|
|
841
|
-
|
|
842
|
-
.pfext-quick-start-task-review {
|
|
843
|
-
font-size: var(--pf-global--FontSize--md);
|
|
844
|
-
line-height: var(--pf-global--FontSize--xl);
|
|
845
|
-
font-family: var(--pf-global--FontFamily--heading--sans-serif); }
|
|
846
|
-
.pfext-quick-start-task-review__actions {
|
|
847
|
-
display: flex;
|
|
848
|
-
align-items: flex-start;
|
|
849
|
-
margin-bottom: var(--pf-global--spacer--sm); }
|
|
850
|
-
.pfext-quick-start-task-review__actions input[type='radio'] {
|
|
851
|
-
margin-top: 0;
|
|
852
|
-
margin-right: 0; }
|
|
853
|
-
.pfext-quick-start-task-review__radio {
|
|
854
|
-
margin-right: var(--pf-global--spacer--xl) !important; }
|
|
855
|
-
.pfext-quick-start-task-review--success {
|
|
856
|
-
color: var(--pf-global--palette--green-500); }
|
|
857
|
-
.pfext-quick-start-task-review--failed {
|
|
858
|
-
color: var(--pf-chart-global--danger--Color--100); }
|
|
859
|
-
|
|
860
839
|
.pfext-quick-start-task-header {
|
|
861
840
|
margin-bottom: var(--pf-global--spacer--sm);
|
|
862
841
|
display: grid;
|
|
@@ -893,6 +872,30 @@
|
|
|
893
872
|
.pfext-quick-start-task-header__task-icon-failed {
|
|
894
873
|
color: var(--pf-global--danger-color--100) !important; }
|
|
895
874
|
|
|
875
|
+
.pfext-quick-start-task-review-alert {
|
|
876
|
+
margin: var(--pf-global--spacer--lg) 0; }
|
|
877
|
+
|
|
878
|
+
.pfext-quick-start-task-review {
|
|
879
|
+
font-size: var(--pf-global--FontSize--md);
|
|
880
|
+
line-height: var(--pf-global--FontSize--xl);
|
|
881
|
+
font-family: var(--pf-global--FontFamily--heading--sans-serif); }
|
|
882
|
+
.pfext-quick-start-task-review__actions {
|
|
883
|
+
display: flex;
|
|
884
|
+
align-items: flex-start;
|
|
885
|
+
margin-bottom: var(--pf-global--spacer--sm); }
|
|
886
|
+
.pfext-quick-start-task-review__actions input[type='radio'] {
|
|
887
|
+
margin-top: 0;
|
|
888
|
+
margin-right: 0; }
|
|
889
|
+
.pfext-quick-start-task-review__radio {
|
|
890
|
+
margin-right: var(--pf-global--spacer--xl) !important; }
|
|
891
|
+
.pfext-quick-start-task-review--success {
|
|
892
|
+
color: var(--pf-global--palette--green-500); }
|
|
893
|
+
.pfext-quick-start-task-review--failed {
|
|
894
|
+
color: var(--pf-chart-global--danger--Color--100); }
|
|
895
|
+
|
|
896
|
+
.pfext-modal {
|
|
897
|
+
position: absolute !important; }
|
|
898
|
+
|
|
896
899
|
.pfext-markdown-view .pfext-code-block__pre {
|
|
897
900
|
/* override the styles applied by showdown while parsing <pre /> */
|
|
898
901
|
display: flex;
|
|
@@ -925,9 +928,6 @@
|
|
|
925
928
|
color: var(--pf-c-alert__title--Color);
|
|
926
929
|
word-break: break-word; }
|
|
927
930
|
|
|
928
|
-
.pfext-modal {
|
|
929
|
-
position: absolute !important; }
|
|
930
|
-
|
|
931
931
|
@keyframes pfext-spotlight-expand {
|
|
932
932
|
0% {
|
|
933
933
|
outline-offset: -4px;
|