@patternfly/quickstarts 2.3.3 → 2.3.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/ConsoleShared/src/components/markdown-extensions/accordion-extension.d.ts +7 -0
- package/dist/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.d.ts +6 -0
- package/dist/ConsoleShared/src/components/markdown-extensions/const.d.ts +2 -0
- package/dist/ConsoleShared/src/components/markdown-extensions/index.d.ts +2 -0
- package/dist/index.es.js +101 -28
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +99 -26
- package/dist/index.js.map +1 -1
- package/dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines.md +1 -1
- package/dist/patternfly-docs/quick-starts/examples/about.md +28 -21
- package/dist/patternfly-docs/quick-starts/examples/basic.md +7 -5
- package/dist/patternfly-docs/quick-starts/examples/help-topics.md +8 -5
- package/dist/patternfly-nested.css +209 -1
- package/dist/quickstarts-base.css +49 -49
- package/dist/quickstarts-full.es.js +2928 -4373
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +6 -0
- package/dist/quickstarts-standalone.min.css +2 -2
- package/dist/quickstarts.css +49 -49
- package/dist/quickstarts.min.css +1 -1
- package/package.json +8 -5
- package/src/ConsoleInternal/components/markdown-view.tsx +34 -50
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +52 -0
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +60 -0
- package/src/ConsoleShared/src/components/markdown-extensions/const.ts +2 -0
- package/src/ConsoleShared/src/components/markdown-extensions/index.ts +2 -0
- package/src/HelpTopicPanelContent.tsx +1 -1
- package/src/QuickStartMarkdownView.tsx +5 -0
- package/src/QuickStartPanelContent.tsx +11 -2
- package/src/controller/QuickStartTaskHeader.tsx +12 -1
- package/src/declaration.d.ts +1 -0
|
@@ -4,41 +4,42 @@
|
|
|
4
4
|
section: extensions
|
|
5
5
|
# Sidenav secondary level section
|
|
6
6
|
# should be the same for all markdown files for each extension
|
|
7
|
-
id: Quick
|
|
7
|
+
id: Quick starts
|
|
8
8
|
# Tab
|
|
9
9
|
source: about
|
|
10
|
+
sourceLink: https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/module/patternfly-docs/content/extensions/quick-starts/examples/about.md
|
|
10
11
|
---
|
|
11
12
|
# About
|
|
12
|
-
The **@patternfly/quickstarts** extension is made up of two
|
|
13
|
+
The **@patternfly/quickstarts** extension is made up of two product documentation tools: **quick starts** and **in-app documentation**.
|
|
13
14
|
|
|
14
15
|
## Full live demo application
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
A few key concepts are outlined below.
|
|
16
|
+
To learn more about quick starts and in-app documentation, you may [view examples in a live demo](https://quickstarts.netlify.app/), explore the [demo code](https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/dev), or continue reading below.
|
|
18
17
|
|
|
19
18
|
## Quick starts
|
|
20
|
-
A
|
|
19
|
+
A quick start is a set of step-by-step instructions and tasks presented in a side panel embedded within a product’s UI. Quick starts can help users get started with a product by providing installation and setup guidance.
|
|
21
20
|
|
|
22
|
-
|
|
21
|
+
A quick start has multiple tasks, each with multiple steps. On completion, a quick start gives users the artifacts or state needed to successfully use a product, specific features, or add-ons.
|
|
23
22
|
|
|
24
23
|
<img src="./img/side-panel.png" alt="Side panel elements" width="449"/>
|
|
25
24
|
|
|
26
|
-
For more
|
|
25
|
+
For more quick start details and visuals, [view the design guidelines.](/extensions/quick-starts/design-guidelines)
|
|
27
26
|
|
|
28
27
|
### Quick start format
|
|
29
28
|
|
|
30
29
|
#### For developers
|
|
31
|
-
|
|
30
|
+
To learn more about quick starts:
|
|
32
31
|
|
|
33
|
-
|
|
32
|
+
- [View a breakdown of the quick start code format](https://github.com/patternfly/patternfly-quickstarts/blob/main/packages/module/src/utils/quick-start-types.ts).
|
|
33
|
+
- [View a basic example](/extensions/quick-starts/Basic-Quick-Starts).
|
|
34
|
+
- [View the live demo](https://quickstarts.netlify.app/) and [view the live demo code](https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/dev).
|
|
34
35
|
|
|
35
36
|
#### For content authors
|
|
36
|
-
Quick starts can be written in `yaml` with markdown support, `asciidoc`, or
|
|
37
|
+
Quick starts can be written in `yaml` with markdown support, `asciidoc`, or `json`. To learn more about each of these formats, [view example files](https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/dev/src/quickstarts-data).
|
|
37
38
|
|
|
38
39
|
### Opening and closing the side panel
|
|
39
40
|
|
|
40
41
|
#### Custom handler
|
|
41
|
-
|
|
42
|
+
To open the side panel of a quick start, call the `setActiveQuickStart` or `setActiveQuickstartID` methods. These methods are provided by `QuickStartContext` and can be accessed in your React components:
|
|
42
43
|
```typescript
|
|
43
44
|
const { setActiveQuickStart } = React.useContext<QuickStartContextValues>(
|
|
44
45
|
QuickStartContext,
|
|
@@ -46,32 +47,38 @@ const { setActiveQuickStart } = React.useContext<QuickStartContextValues>(
|
|
|
46
47
|
```
|
|
47
48
|
|
|
48
49
|
#### Quick start catalog
|
|
49
|
-
|
|
50
|
+
To generate a full-page catalog view, add a set of quick starts to a `QuickStartContainer`. Clicking on a catalog card will open its respective quick start in a side panel.
|
|
50
51
|
|
|
51
52
|
<img src="./img/catalog.png" alt="Quick start catalog" width="1680"/>
|
|
52
53
|
|
|
53
54
|
## In-app documentation
|
|
54
|
-
In-app documentation
|
|
55
|
+
In-app documentation defines topics that are relevant to a product. A `HelpTopic` is a single unit of in-app documentation that contains a **content** section, which defines the term or topic, and an optional list of **links** to provide the user with other relevant information.
|
|
55
56
|
|
|
56
|
-
`HelpTopics` are displayed in a side panel just like
|
|
57
|
+
`HelpTopics` are displayed in a side panel just like quick starts:
|
|
57
58
|
|
|
58
59
|
<img src="./img/help-topic.png" alt="quick start catalog" width="449"/>
|
|
59
60
|
|
|
60
|
-
###
|
|
61
|
+
### HelpTopic format
|
|
61
62
|
|
|
62
63
|
#### For developers
|
|
63
|
-
|
|
64
|
+
To learn more about `HelpTopic`s:
|
|
64
65
|
|
|
65
|
-
|
|
66
|
+
- [View a breakdown of the HelpTopic code format](https://github.com/patternfly/patternfly-quickstarts/blob/main/packages/module/src/utils/help-topic-types.ts).
|
|
67
|
+
- [View a basic example](/extensions/quick-starts/In-App-Documentation).
|
|
68
|
+
- [View the live demo](https://quickstarts.netlify.app/in-context-help) and [view the live demo code](https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/dev).
|
|
66
69
|
|
|
67
70
|
#### For content authors
|
|
68
|
-
|
|
71
|
+
A `HelpTopic` is written in `yaml` with markdown support. [View an example yaml file](https://github.com/patternfly/patternfly-quickstarts/blob/main/packages/dev/src/quickstarts-data/yaml/in-app-documentation/example-topics.yaml).
|
|
69
72
|
|
|
70
73
|
### Opening and closing the side panel
|
|
71
|
-
|
|
74
|
+
To open a side panel, call the `setActiveHelpTopicByName` method(available from `HelpTopicContext`) and include the name of a `HelpTopic`.
|
|
72
75
|
|
|
73
76
|
```typescript
|
|
74
77
|
const { setActiveHelpTopicByName } = React.useContext<HelpTopicContextValues>(HelpTopicContext);
|
|
75
78
|
```
|
|
76
79
|
|
|
77
|
-
|
|
80
|
+
To close a side panel, call the `setActiveHelpTopicByName` method and pass in an empty string.
|
|
81
|
+
|
|
82
|
+
There is no prebuilt `HelpTopic` catalog: to build one, attach a handler to the appropriate DOM element using the `setActiveHelpTopicByName` method. For more details, see the [basic example](/extensions/quick-starts/In-App-Documentation) or the [live demo code](https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/dev).
|
|
83
|
+
|
|
84
|
+
|
|
@@ -4,24 +4,26 @@
|
|
|
4
4
|
section: extensions
|
|
5
5
|
# Sidenav secondary level section
|
|
6
6
|
# should be the same for all markdown files
|
|
7
|
-
id: Quick
|
|
7
|
+
id: Quick starts
|
|
8
8
|
# Tab (react | react-demos | html | html-demos | design-guidelines | accessibility)
|
|
9
|
-
source: Basic-
|
|
9
|
+
source: Basic-quick-starts
|
|
10
10
|
# If you use typescript, the name of the interface to display props for
|
|
11
11
|
# These are found through the sourceProps function provided in patternfly-docs.source.js
|
|
12
12
|
propComponents: ['QuickStartContainer']
|
|
13
|
+
sourceLink: https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/module/patternfly-docs/content/extensions/quick-starts/examples/basic.md
|
|
13
14
|
---
|
|
14
15
|
|
|
15
16
|
import { quickStarts as exampleQuickStarts } from './example-data';
|
|
16
17
|
import { LoadingBox, QuickStartContainer, QuickStartCatalogPage, useLocalStorage, } from '@patternfly/quickstarts';
|
|
17
18
|
import '@patternfly/quickstarts/dist/quickstarts.css';
|
|
18
19
|
|
|
19
|
-
## Basic
|
|
20
|
+
## Basic quick starts examples
|
|
20
21
|
|
|
21
|
-
###
|
|
22
|
+
### Quick starts catalog
|
|
22
23
|
```js file="./Basic.jsx"
|
|
23
24
|
```
|
|
24
25
|
|
|
25
|
-
### Fullscreen
|
|
26
|
+
### Fullscreen catalog page
|
|
27
|
+
To view a fullscreen example, click the image below.
|
|
26
28
|
```js file="./Basic.jsx" isFullscreen
|
|
27
29
|
```
|
|
@@ -4,22 +4,25 @@
|
|
|
4
4
|
section: extensions
|
|
5
5
|
# Sidenav secondary level section
|
|
6
6
|
# should be the same for all markdown files for each extension
|
|
7
|
-
id: Quick
|
|
7
|
+
id: Quick starts
|
|
8
8
|
# Tab
|
|
9
|
-
source: In-
|
|
9
|
+
source: In-app-documentation
|
|
10
|
+
tabName: In-app documentation
|
|
10
11
|
propComponents: ['HelpTopicContainer']
|
|
12
|
+
sourceLink: https://github.com/patternfly/patternfly-quickstarts/tree/main/packages/module/patternfly-docs/content/extensions/quick-starts/examples/help-topics.md
|
|
11
13
|
---
|
|
12
14
|
|
|
13
15
|
import { LoadingBox, HelpTopicContainer, HelpTopicContext } from '@patternfly/quickstarts';
|
|
14
16
|
import { helpTopics as exampleHelpTopics } from './example-data';
|
|
15
17
|
import '@patternfly/quickstarts/dist/quickstarts.css';
|
|
16
18
|
|
|
17
|
-
## In-app documentation
|
|
19
|
+
## In-app documentation examples
|
|
18
20
|
|
|
19
|
-
### Basic
|
|
21
|
+
### Basic help topic
|
|
20
22
|
```js file="./HelpTopic.jsx"
|
|
21
23
|
```
|
|
22
24
|
|
|
23
|
-
###
|
|
25
|
+
### Fullscreen help topic
|
|
26
|
+
To view a fullscreen example, click the image below.
|
|
24
27
|
```js file="./HelpTopic.jsx" isFullscreen
|
|
25
28
|
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.pfext-quick-start__base .pf-c-select, .pfext-quick-start__base .pf-c-menu, .pfext-quick-start__base .pf-c-input-group, .pfext-quick-start__base .pf-c-form-control, .pfext-quick-start__base .pf-c-chip-group, .pfext-quick-start__base .pf-c-chip, .pfext-quick-start__base .pf-c-alert {
|
|
2
|
+
.pfext-quick-start__base .pf-c-select, .pfext-quick-start__base .pf-c-menu, .pfext-quick-start__base .pf-c-input-group, .pfext-quick-start__base .pf-c-form-control, .pfext-quick-start__base .pf-c-chip-group, .pfext-quick-start__base .pf-c-chip, .pfext-quick-start__base .pf-c-alert, .pfext-quick-start__base .pf-c-accordion {
|
|
3
3
|
--pf-global--Color--100: var(--pf-global--Color--dark-100);
|
|
4
4
|
--pf-global--Color--200: var(--pf-global--Color--dark-200);
|
|
5
5
|
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
|
|
@@ -294,6 +294,209 @@
|
|
|
294
294
|
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
295
295
|
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
296
296
|
}
|
|
297
|
+
.pfext-quick-start__base .pf-c-accordion {
|
|
298
|
+
--pf-c-accordion--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
299
|
+
--pf-c-accordion__toggle--PaddingTop: var(--pf-global--spacer--sm);
|
|
300
|
+
--pf-c-accordion__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
301
|
+
--pf-c-accordion__toggle--PaddingBottom: var(--pf-global--spacer--sm);
|
|
302
|
+
--pf-c-accordion__toggle--PaddingLeft: var(--pf-global--spacer--md);
|
|
303
|
+
--pf-c-accordion__toggle--before--BackgroundColor: transparent;
|
|
304
|
+
--pf-c-accordion__toggle--before--Top: 0;
|
|
305
|
+
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
306
|
+
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
307
|
+
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
308
|
+
--pf-c-accordion__toggle--before--Width: var(--pf-global--BorderWidth--lg);
|
|
309
|
+
--pf-c-accordion__toggle--m-expanded--before--BackgroundColor: var(--pf-global--primary-color--100);
|
|
310
|
+
--pf-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-global--spacer--lg));
|
|
311
|
+
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-global--link--Color);
|
|
312
|
+
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-global--link--Color);
|
|
313
|
+
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
314
|
+
--pf-c-accordion__toggle--focus__toggle-text--Color: var(--pf-global--link--Color);
|
|
315
|
+
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
316
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-global--link--Color);
|
|
317
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
318
|
+
--pf-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
|
319
|
+
--pf-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
|
320
|
+
--pf-c-accordion__expanded-content--Color: var(--pf-global--Color--200);
|
|
321
|
+
--pf-c-accordion__expanded-content--FontSize: var(--pf-global--FontSize--sm);
|
|
322
|
+
--pf-c-accordion__expanded-content--m-expanded__expanded-content-body--before--BackgroundColor: var(--pf-global--primary-color--100);
|
|
323
|
+
--pf-c-accordion__expanded-content--m-fixed--MaxHeight: 9.375rem;
|
|
324
|
+
--pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-global--spacer--sm);
|
|
325
|
+
--pf-c-accordion__expanded-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
326
|
+
--pf-c-accordion__expanded-content-body--PaddingBottom: var(--pf-global--spacer--sm);
|
|
327
|
+
--pf-c-accordion__expanded-content-body--PaddingLeft: var(--pf-global--spacer--md);
|
|
328
|
+
--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop: 0;
|
|
329
|
+
--pf-c-accordion__expanded-content-body--before--BackgroundColor: transparent;
|
|
330
|
+
--pf-c-accordion__expanded-content-body--before--Width: var(--pf-global--BorderWidth--lg);
|
|
331
|
+
--pf-c-accordion__expanded-content-body--before--Top: 0;
|
|
332
|
+
--pf-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-global--spacer--md);
|
|
333
|
+
--pf-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
334
|
+
--pf-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-global--spacer--md);
|
|
335
|
+
--pf-c-accordion--m-display-lg__toggle--PaddingLeft: var(--pf-global--spacer--lg);
|
|
336
|
+
--pf-c-accordion--m-display-lg__toggle--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
337
|
+
--pf-c-accordion--m-display-lg__toggle--FontSize: var(--pf-global--FontSize--xl);
|
|
338
|
+
--pf-c-accordion--m-display-lg__toggle--hover__toggle-text--Color: var(--pf-global--Color--100);
|
|
339
|
+
--pf-c-accordion--m-display-lg__toggle--active__toggle-text--Color: var(--pf-global--Color--100);
|
|
340
|
+
--pf-c-accordion--m-display-lg__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
341
|
+
--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--Color: var(--pf-global--Color--100);
|
|
342
|
+
--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
343
|
+
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color: var(--pf-global--Color--100);
|
|
344
|
+
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
345
|
+
--pf-c-accordion--m-display-lg__expanded-content--FontSize: var(--pf-global--FontSize--md);
|
|
346
|
+
--pf-c-accordion--m-display-lg__expanded-content--Color: var(--pf-global--Color--100);
|
|
347
|
+
--pf-c-accordion--m-display-lg__expanded-content-body--PaddingTop: 0;
|
|
348
|
+
--pf-c-accordion--m-display-lg__expanded-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
349
|
+
--pf-c-accordion--m-display-lg__expanded-content-body--PaddingBottom: var(--pf-global--spacer--md);
|
|
350
|
+
--pf-c-accordion--m-display-lg__expanded-content-body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
351
|
+
--pf-c-accordion--m-display-lg__expanded-content-body--PaddingLeft: var(--pf-global--spacer--lg);
|
|
352
|
+
--pf-c-accordion--m-bordered--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
353
|
+
--pf-c-accordion--m-bordered--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
354
|
+
--pf-c-accordion--m-bordered__toggle--before--Top: calc(-1 * var(--pf-global--BorderWidth--sm));
|
|
355
|
+
--pf-c-accordion--m-bordered__toggle--after--BorderColor: var(--pf-global--BorderColor--100);
|
|
356
|
+
--pf-c-accordion--m-bordered__toggle--after--BorderTopWidth: 0;
|
|
357
|
+
--pf-c-accordion--m-bordered__toggle--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
358
|
+
--pf-c-accordion--m-bordered__expanded-content--m-expanded__expanded-content-body--last-child--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
359
|
+
--pf-c-accordion--m-bordered__expanded-content--m-expanded__expanded-content-body--last-child--after--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
360
|
+
color: var(--pf-global--Color--100);
|
|
361
|
+
background-color: var(--pf-c-accordion--BackgroundColor);
|
|
362
|
+
}
|
|
363
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-display-lg {
|
|
364
|
+
--pf-c-accordion__toggle--PaddingTop: var(--pf-c-accordion--m-display-lg__toggle--PaddingTop);
|
|
365
|
+
--pf-c-accordion__toggle--PaddingRight: var(--pf-c-accordion--m-display-lg__toggle--PaddingRight);
|
|
366
|
+
--pf-c-accordion__toggle--PaddingBottom: var(--pf-c-accordion--m-display-lg__toggle--PaddingBottom);
|
|
367
|
+
--pf-c-accordion__toggle--PaddingLeft: var(--pf-c-accordion--m-display-lg__toggle--PaddingLeft);
|
|
368
|
+
--pf-c-accordion__toggle--FontFamily: var(--pf-c-accordion--m-display-lg__toggle--FontFamily);
|
|
369
|
+
--pf-c-accordion__toggle--FontSize: var(--pf-c-accordion--m-display-lg__toggle--FontSize);
|
|
370
|
+
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--hover__toggle-text--Color);
|
|
371
|
+
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--active__toggle-text--Color);
|
|
372
|
+
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--active__toggle-text--FontWeight);
|
|
373
|
+
--pf-c-accordion__toggle--focus__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--Color);
|
|
374
|
+
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight);
|
|
375
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color);
|
|
376
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
|
377
|
+
--pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion--m-display-lg__expanded-content-body--PaddingTop);
|
|
378
|
+
--pf-c-accordion__expanded-content-body--PaddingRight: var(--pf-c-accordion--m-display-lg__expanded-content-body--PaddingRight);
|
|
379
|
+
--pf-c-accordion__expanded-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expanded-content-body--PaddingBottom);
|
|
380
|
+
--pf-c-accordion__expanded-content-body--PaddingLeft: var(--pf-c-accordion--m-display-lg__expanded-content-body--PaddingLeft);
|
|
381
|
+
--pf-c-accordion__expanded-content--FontSize: var(--pf-c-accordion--m-display-lg__expanded-content--FontSize);
|
|
382
|
+
--pf-c-accordion__expanded-content--Color: var(--pf-c-accordion--m-display-lg__expanded-content--Color);
|
|
383
|
+
}
|
|
384
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-display-lg .pf-c-accordion__expanded-content-body:last-child {
|
|
385
|
+
--pf-c-accordion__expanded-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expanded-content-body--last-child--PaddingBottom);
|
|
386
|
+
}
|
|
387
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-bordered {
|
|
388
|
+
--pf-c-accordion__toggle--before--Top: var(--pf-c-accordion--m-bordered__toggle--before--Top);
|
|
389
|
+
border-top: var(--pf-c-accordion--m-bordered--BorderTopWidth) solid var(--pf-c-accordion--m-bordered--BorderTopColor);
|
|
390
|
+
}
|
|
391
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle::before {
|
|
392
|
+
position: absolute;
|
|
393
|
+
top: 0;
|
|
394
|
+
right: 0;
|
|
395
|
+
bottom: 0;
|
|
396
|
+
left: 0;
|
|
397
|
+
content: "";
|
|
398
|
+
border: solid var(--pf-c-accordion--m-bordered__toggle--after--BorderColor);
|
|
399
|
+
border-width: var(--pf-c-accordion--m-bordered__toggle--after--BorderTopWidth) 0 var(--pf-c-accordion--m-bordered__toggle--after--BorderBottomWidth);
|
|
400
|
+
}
|
|
401
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle.pf-m-expanded {
|
|
402
|
+
--pf-c-accordion--m-bordered__toggle--after--BorderBottomWidth: 0;
|
|
403
|
+
}
|
|
404
|
+
.pfext-quick-start__base .pf-c-accordion.pf-m-bordered .pf-c-accordion__expanded-content.pf-m-expanded .pf-c-accordion__expanded-content-body:last-child::before {
|
|
405
|
+
position: absolute;
|
|
406
|
+
top: 0;
|
|
407
|
+
right: 0;
|
|
408
|
+
bottom: 0;
|
|
409
|
+
left: 0;
|
|
410
|
+
pointer-events: none;
|
|
411
|
+
content: "";
|
|
412
|
+
border-bottom: var(--pf-c-accordion--m-bordered__expanded-content--m-expanded__expanded-content-body--last-child--after--BorderBottomWidth) solid var(--pf-c-accordion--m-bordered__expanded-content--m-expanded__expanded-content-body--last-child--after--BorderBottomColor);
|
|
413
|
+
}
|
|
414
|
+
.pfext-quick-start__base .pf-c-accordion__toggle {
|
|
415
|
+
position: relative;
|
|
416
|
+
display: flex;
|
|
417
|
+
align-items: center;
|
|
418
|
+
justify-content: space-between;
|
|
419
|
+
width: 100%;
|
|
420
|
+
padding: var(--pf-c-accordion__toggle--PaddingTop) var(--pf-c-accordion__toggle--PaddingRight) var(--pf-c-accordion__toggle--PaddingBottom) var(--pf-c-accordion__toggle--PaddingLeft);
|
|
421
|
+
font-family: var(--pf-c-accordion__toggle--FontFamily, inherit);
|
|
422
|
+
font-size: var(--pf-c-accordion__toggle--FontSize, inherit);
|
|
423
|
+
border: 0;
|
|
424
|
+
}
|
|
425
|
+
.pfext-quick-start__base .pf-c-accordion__toggle::after {
|
|
426
|
+
position: absolute;
|
|
427
|
+
top: var(--pf-c-accordion__toggle--before--Top);
|
|
428
|
+
bottom: 0;
|
|
429
|
+
left: 0;
|
|
430
|
+
width: var(--pf-c-accordion__toggle--before--Width);
|
|
431
|
+
content: "";
|
|
432
|
+
background-color: var(--pf-c-accordion__toggle--before--BackgroundColor);
|
|
433
|
+
}
|
|
434
|
+
.pfext-quick-start__base .pf-c-accordion__toggle.pf-m-expanded {
|
|
435
|
+
--pf-c-accordion__toggle--before--BackgroundColor: var(--pf-c-accordion__toggle--m-expanded--before--BackgroundColor);
|
|
436
|
+
}
|
|
437
|
+
.pfext-quick-start__base .pf-c-accordion__toggle.pf-m-expanded .pf-c-accordion__toggle-text {
|
|
438
|
+
font-weight: var(--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
|
|
439
|
+
color: var(--pf-c-accordion__toggle--m-expanded__toggle-text--Color);
|
|
440
|
+
}
|
|
441
|
+
.pfext-quick-start__base .pf-c-accordion__toggle.pf-m-expanded .pf-c-accordion__toggle-icon {
|
|
442
|
+
transform: rotate(var(--pf-c-accordion__toggle--m-expanded__toggle-icon--Rotate));
|
|
443
|
+
}
|
|
444
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:hover {
|
|
445
|
+
background-color: var(--pf-c-accordion__toggle--hover--BackgroundColor);
|
|
446
|
+
}
|
|
447
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:hover .pf-c-accordion__toggle-text {
|
|
448
|
+
color: var(--pf-c-accordion__toggle--hover__toggle-text--Color);
|
|
449
|
+
}
|
|
450
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:focus {
|
|
451
|
+
background-color: var(--pf-c-accordion__toggle--focus--BackgroundColor);
|
|
452
|
+
}
|
|
453
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:focus .pf-c-accordion__toggle-text {
|
|
454
|
+
font-weight: var(--pf-c-accordion__toggle--focus__toggle-text--FontWeight);
|
|
455
|
+
color: var(--pf-c-accordion__toggle--focus__toggle-text--Color);
|
|
456
|
+
}
|
|
457
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:active {
|
|
458
|
+
background-color: var(--pf-c-accordion__toggle--active--BackgroundColor);
|
|
459
|
+
}
|
|
460
|
+
.pfext-quick-start__base .pf-c-accordion__toggle:active .pf-c-accordion__toggle-text {
|
|
461
|
+
font-weight: var(--pf-c-accordion__toggle--active__toggle-text--FontWeight);
|
|
462
|
+
color: var(--pf-c-accordion__toggle--active__toggle-text--Color);
|
|
463
|
+
}
|
|
464
|
+
.pfext-quick-start__base .pf-c-accordion__toggle-text {
|
|
465
|
+
overflow: hidden;
|
|
466
|
+
text-overflow: ellipsis;
|
|
467
|
+
white-space: nowrap;
|
|
468
|
+
max-width: var(--pf-c-accordion__toggle-text--MaxWidth);
|
|
469
|
+
}
|
|
470
|
+
.pfext-quick-start__base .pf-c-accordion__toggle-icon {
|
|
471
|
+
transition: var(--pf-c-accordion__toggle-icon--Transition);
|
|
472
|
+
}
|
|
473
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content {
|
|
474
|
+
font-size: var(--pf-c-accordion__expanded-content--FontSize);
|
|
475
|
+
color: var(--pf-c-accordion__expanded-content--Color);
|
|
476
|
+
}
|
|
477
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content.pf-m-fixed {
|
|
478
|
+
max-height: var(--pf-c-accordion__expanded-content--m-fixed--MaxHeight);
|
|
479
|
+
overflow-y: auto;
|
|
480
|
+
}
|
|
481
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content.pf-m-expanded {
|
|
482
|
+
--pf-c-accordion__expanded-content-body--before--BackgroundColor: var(--pf-c-accordion__expanded-content--m-expanded__expanded-content-body--before--BackgroundColor);
|
|
483
|
+
}
|
|
484
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content-body {
|
|
485
|
+
position: relative;
|
|
486
|
+
padding: var(--pf-c-accordion__expanded-content-body--PaddingTop) var(--pf-c-accordion__expanded-content-body--PaddingRight) var(--pf-c-accordion__expanded-content-body--PaddingBottom) var(--pf-c-accordion__expanded-content-body--PaddingLeft);
|
|
487
|
+
}
|
|
488
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content-body::after {
|
|
489
|
+
position: absolute;
|
|
490
|
+
top: 0;
|
|
491
|
+
bottom: 0;
|
|
492
|
+
left: 0;
|
|
493
|
+
width: var(--pf-c-accordion__expanded-content-body--before--Width);
|
|
494
|
+
content: "";
|
|
495
|
+
background-color: var(--pf-c-accordion__expanded-content-body--before--BackgroundColor);
|
|
496
|
+
}
|
|
497
|
+
.pfext-quick-start__base .pf-c-accordion__expanded-content-body + .pfext-quick-start__base .pf-c-accordion__expanded-content-body {
|
|
498
|
+
--pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop);
|
|
499
|
+
}
|
|
297
500
|
.pfext-quick-start__base :where(.pf-theme-dark) .pf-c-wizard__header {
|
|
298
501
|
--pf-global--Color--100: #e0e0e0;
|
|
299
502
|
--pf-global--Color--200: #aaabac;
|
|
@@ -320,6 +523,11 @@
|
|
|
320
523
|
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
321
524
|
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
322
525
|
}
|
|
526
|
+
.pfext-quick-start__base :where(.pf-theme-dark) .pf-c-accordion {
|
|
527
|
+
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
528
|
+
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
529
|
+
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
530
|
+
}
|
|
323
531
|
.pfext-quick-start__base .pf-c-alert {
|
|
324
532
|
--pf-c-alert--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
325
533
|
--pf-c-alert--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
@@ -811,13 +811,6 @@
|
|
|
811
811
|
box-shadow: var(--pf-global--BoxShadow--sm-top);
|
|
812
812
|
}
|
|
813
813
|
|
|
814
|
-
.pfext-quick-start-catalog__gallery {
|
|
815
|
-
--pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
|
|
816
|
-
}
|
|
817
|
-
.pfext-quick-start-catalog__gallery-item {
|
|
818
|
-
display: inherit !important;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
814
|
.pfext-quick-start-tile {
|
|
822
815
|
height: 100%;
|
|
823
816
|
}
|
|
@@ -865,6 +858,13 @@
|
|
|
865
858
|
margin-right: var(--pf-global--spacer--sm);
|
|
866
859
|
}
|
|
867
860
|
|
|
861
|
+
.pfext-quick-start-catalog__gallery {
|
|
862
|
+
--pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
|
|
863
|
+
}
|
|
864
|
+
.pfext-quick-start-catalog__gallery-item {
|
|
865
|
+
display: inherit !important;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
868
|
.pfext-markdown-view.is-empty {
|
|
869
869
|
color: #999;
|
|
870
870
|
}
|
|
@@ -926,36 +926,6 @@
|
|
|
926
926
|
float: right;
|
|
927
927
|
}
|
|
928
928
|
|
|
929
|
-
.pfext-quick-start-intro__prereq {
|
|
930
|
-
margin-bottom: var(--pf-global--spacer--md);
|
|
931
|
-
}
|
|
932
|
-
.pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
|
|
933
|
-
margin-top: var(--pf-global--spacer--sm);
|
|
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;
|
|
953
|
-
}
|
|
954
|
-
.pfext-quick-start-intro__prereq-list__item-content {
|
|
955
|
-
position: relative;
|
|
956
|
-
left: 2px;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
929
|
.pfext-quick-start-tasks__list button::before {
|
|
960
930
|
content: none;
|
|
961
931
|
}
|
|
@@ -1027,18 +997,34 @@
|
|
|
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
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
margin-
|
|
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;
|
|
1042
1028
|
}
|
|
1043
1029
|
|
|
1044
1030
|
.pfext-quick-start-task-header {
|
|
@@ -1116,8 +1102,18 @@
|
|
|
1116
1102
|
color: var(--pf-chart-global--danger--Color--100);
|
|
1117
1103
|
}
|
|
1118
1104
|
|
|
1119
|
-
.pfext-
|
|
1120
|
-
|
|
1105
|
+
.pfext-quick-start-task-header__list {
|
|
1106
|
+
padding: 0 !important;
|
|
1107
|
+
}
|
|
1108
|
+
.pfext-quick-start-task-header__list button::before {
|
|
1109
|
+
content: none;
|
|
1110
|
+
}
|
|
1111
|
+
.pfext-quick-start-task-header__list li {
|
|
1112
|
+
list-style-type: none;
|
|
1113
|
+
display: flex;
|
|
1114
|
+
flex-wrap: wrap;
|
|
1115
|
+
align-items: center;
|
|
1116
|
+
margin-bottom: var(--pf-global--spacer--xs);
|
|
1121
1117
|
}
|
|
1122
1118
|
|
|
1123
1119
|
.pfext-markdown-view .pfext-code-block__pre {
|
|
@@ -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;
|