@patternfly/quickstarts 2.0.1 → 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 +318 -34
- package/dist/ConsoleInternal/module/k8s/types.d.ts +5 -1
- package/dist/ConsoleShared/src/components/markdown-extensions/admonition-extension.d.ts +7 -0
- package/dist/ConsoleShared/src/components/markdown-extensions/index.d.ts +1 -0
- package/dist/HelpTopicDrawer.d.ts +26 -0
- package/dist/HelpTopicPanelContent.d.ts +11 -0
- package/dist/QuickStartCatalogPage.d.ts +1 -2
- package/dist/controller/QuickStartTaskHeader.d.ts +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +228 -38
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +235 -36
- package/dist/index.js.map +1 -1
- package/dist/patternfly-nested.css +211 -1
- package/dist/quickstarts-base.css +27 -4
- package/dist/quickstarts-full.es.js +898 -264
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +14 -4
- package/dist/quickstarts-standalone.min.css +1 -1
- package/dist/quickstarts.css +27 -4
- package/dist/quickstarts.min.css +1 -1
- package/dist/utils/const.d.ts +1 -0
- package/dist/utils/help-topic-context.d.ts +23 -0
- package/dist/utils/help-topic-types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
-webkit-appearance: none; }
|
|
19
19
|
.pfext-quick-start__base .pfext-quick-start-panel-content__body input[type="radio"] {
|
|
20
20
|
margin-right: 7px; }
|
|
21
|
+
.pfext-quick-start__base .pfext-quick-start-panel-content__body .pf-c-list {
|
|
22
|
+
--pf-c-list--PaddingLeft: 20px; }
|
|
21
23
|
.pfext-quick-start__base .pfext-quick-start-panel-content__header,
|
|
22
24
|
.pfext-quick-start__base .pfext-quick-start-panel-content__body,
|
|
23
25
|
.pfext-quick-start__base .pfext-page-layout__content,
|
|
@@ -112,6 +114,7 @@
|
|
|
112
114
|
.pfext-quick-start__base .pfext-page-layout__content.pfext-is-dark {
|
|
113
115
|
background: var(--pf-global--palette--black-150); }
|
|
114
116
|
.pfext-quick-start__base .pfext-page-layout__header {
|
|
117
|
+
padding-top: 1px;
|
|
115
118
|
background-color: var(--pf-global--BackgroundColor--light-100); }
|
|
116
119
|
.pfext-quick-start__base .pfext-page-layout__hint {
|
|
117
120
|
padding-left: var(--pf-global--spacer--lg);
|
|
@@ -135,6 +138,16 @@
|
|
|
135
138
|
background-color: transparent;
|
|
136
139
|
margin: 0;
|
|
137
140
|
padding: 0; }
|
|
141
|
+
.pfext-quick-start__base .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert {
|
|
142
|
+
margin: var(--pf-global--spacer--md) 0; }
|
|
143
|
+
.pfext-quick-start__base .pfext-markdown-view .pfext-markdown-admonition.pf-c-alert .pf-c-alert__title {
|
|
144
|
+
margin-top: 0;
|
|
145
|
+
margin-bottom: 0;
|
|
146
|
+
font-weight: var(--pf-c-alert__title--FontWeight);
|
|
147
|
+
font-family: inherit;
|
|
148
|
+
line-height: inherit;
|
|
149
|
+
color: var(--pf-c-alert__title--Color);
|
|
150
|
+
word-break: break-word; }
|
|
138
151
|
.pfext-quick-start__base .pfext-modal {
|
|
139
152
|
position: absolute !important; }
|
|
140
153
|
|
|
@@ -301,8 +314,6 @@
|
|
|
301
314
|
.pfext-quick-start__base .pfext-quick-start-panel-content__body {
|
|
302
315
|
display: flex;
|
|
303
316
|
flex-direction: column; }
|
|
304
|
-
.pfext-quick-start__base .pfext-quick-start-panel-content__body ul, .pfext-quick-start__base .pfext-quick-start-panel-content__body ol {
|
|
305
|
-
padding-left: 20px; }
|
|
306
317
|
.pfext-quick-start__base .pfext-quick-start-panel-content__title {
|
|
307
318
|
display: flex;
|
|
308
319
|
align-items: center;
|
|
@@ -458,7 +469,7 @@
|
|
|
458
469
|
margin-right: var(--pf-global--spacer--md) !important; }
|
|
459
470
|
.pfext-quick-start__base .pfext-quick-start-task-header__subtitle {
|
|
460
471
|
font-size: var(--pf-global--FontSize--sm);
|
|
461
|
-
color: var(--pf-global--Color--
|
|
472
|
+
color: var(--pf-global--Color--dark-200) !important; }
|
|
462
473
|
.pfext-quick-start__base .pfext-quick-start-task-header__tryagain {
|
|
463
474
|
display: block;
|
|
464
475
|
font-size: var(--pf-global--FontSize--md);
|
|
@@ -519,7 +530,6 @@
|
|
|
519
530
|
align-items: center;
|
|
520
531
|
margin-bottom: var(--pf-global--spacer--xs); }
|
|
521
532
|
.pfext-quick-start__base .pfext-quick-start-tasks__list .pfext-quick-start-task__content {
|
|
522
|
-
margin-left: var(--pf-global--spacer--lg);
|
|
523
533
|
margin-bottom: var(--pf-global--spacer--md); }
|
|
524
534
|
.pfext-quick-start__base .catalog-tile-pf.featured {
|
|
525
535
|
border-top: 2px solid #2b9af3; }
|