@patternfly/quickstarts 6.5.0-prerelease.1 → 6.5.0-prerelease.2
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/patternfly-docs/quick-starts/design-guidelines/design-guidelines.md +3 -3
- package/dist/patternfly-global.css +1257 -56
- package/dist/patternfly-nested.css +1554 -233
- package/dist/quickstarts-base.css +4 -4
- package/dist/quickstarts-full.es.js +1460 -1283
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +9 -1
- package/dist/quickstarts-standalone.min.css +2 -2
- package/dist/quickstarts-vendor.css +9 -1
- package/dist/quickstarts.css +13 -5
- package/dist/quickstarts.min.css +1 -1
- package/package.json +7 -7
|
@@ -17,9 +17,9 @@ sourceLink: https://github.com/patternfly/patternfly-quickstarts/blob/main/packa
|
|
|
17
17
|
<img src="./img/qs-context.png" alt="A quick start in context of a UI" width="1680"/>
|
|
18
18
|
|
|
19
19
|
Quick start screens contain a few different components:
|
|
20
|
-
- [Catalog view](
|
|
21
|
-
- [Cards](
|
|
22
|
-
- [Drawer:](
|
|
20
|
+
- [Catalog view](/extensions/catalog-view/catalog-item-header)
|
|
21
|
+
- [Cards](/components/cards)
|
|
22
|
+
- [Drawer:](/components/drawer) Contains an introduction screen, tasks, and a “check your work” module.
|
|
23
23
|
|
|
24
24
|
## Catalog view
|
|
25
25
|
Multiple quick starts are often presented to users in a catalog view of multiple cards.
|