@patternfly/quickstarts 5.3.0-prerelease.1 → 6.0.0-alpha.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.
Files changed (66) hide show
  1. package/dist/catalog/QuickStartTile.d.ts +0 -3
  2. package/dist/catalog/QuickStartTileHeader.d.ts +0 -12
  3. package/dist/catalog/index.d.ts +1 -1
  4. package/dist/index.es.js +64 -101
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/index.js +63 -103
  7. package/dist/index.js.map +1 -1
  8. package/dist/patternfly-global.css +773 -846
  9. package/dist/patternfly-nested.css +12814 -9632
  10. package/dist/quickstarts-base.css +155 -787
  11. package/dist/quickstarts-full.es.js +3689 -3599
  12. package/dist/quickstarts-full.es.js.map +1 -1
  13. package/dist/quickstarts-standalone.css +165 -546
  14. package/dist/quickstarts-standalone.min.css +8 -4
  15. package/dist/quickstarts-vendor.css +37 -134
  16. package/dist/quickstarts.css +192 -921
  17. package/dist/quickstarts.min.css +1 -1
  18. package/package.json +20 -19
  19. package/src/ConsoleInternal/components/_icon-and-text.scss +2 -2
  20. package/src/ConsoleInternal/components/catalog/_catalog.scss +20 -20
  21. package/src/ConsoleInternal/components/markdown-view.tsx +2 -2
  22. package/src/ConsoleInternal/components/utils/_status-box.scss +1 -1
  23. package/src/ConsoleShared/src/components/layout/PageLayout.scss +10 -10
  24. package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +6 -4
  25. package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +2 -2
  26. package/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx +5 -5
  27. package/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx +8 -8
  28. package/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss +5 -5
  29. package/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx +1 -1
  30. package/src/ConsoleShared/src/components/spotlight/spotlight.scss +4 -4
  31. package/src/ConsoleShared/src/components/status/icons.tsx +6 -8
  32. package/src/HelpTopicDrawer.tsx +1 -1
  33. package/src/HelpTopicPanelContent.tsx +1 -1
  34. package/src/QuickStartCatalogPage.tsx +1 -8
  35. package/src/QuickStartController.tsx +1 -1
  36. package/src/QuickStartDrawer.scss +1 -1
  37. package/src/QuickStartDrawer.tsx +1 -1
  38. package/src/QuickStartMarkdownView.tsx +1 -1
  39. package/src/QuickStartPanelContent.scss +10 -10
  40. package/src/QuickStartPanelContent.tsx +1 -1
  41. package/src/catalog/QuickStartCatalog.scss +1 -1
  42. package/src/catalog/QuickStartTile.tsx +11 -20
  43. package/src/catalog/QuickStartTileDescription.scss +4 -4
  44. package/src/catalog/QuickStartTileHeader.scss +5 -9
  45. package/src/catalog/QuickStartTileHeader.tsx +4 -31
  46. package/src/catalog/Toolbar/QuickStartCatalogFilter.scss +9 -9
  47. package/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx +1 -1
  48. package/src/catalog/index.ts +1 -1
  49. package/src/controller/QuickStartConclusion.tsx +1 -1
  50. package/src/controller/QuickStartContent.scss +2 -2
  51. package/src/controller/QuickStartFooter.scss +3 -3
  52. package/src/controller/QuickStartIntroduction.scss +7 -7
  53. package/src/controller/QuickStartIntroduction.tsx +1 -1
  54. package/src/controller/QuickStartTaskHeader.scss +15 -15
  55. package/src/controller/QuickStartTaskHeader.tsx +17 -17
  56. package/src/controller/QuickStartTaskHeaderList.scss +1 -1
  57. package/src/controller/QuickStartTaskHeaderList.tsx +1 -1
  58. package/src/controller/QuickStartTaskReview.scss +8 -8
  59. package/src/controller/QuickStartTasks.scss +14 -13
  60. package/src/styles/_base.scss +3 -6
  61. package/src/styles/_dark-custom-override.scss +16 -31
  62. package/src/styles/legacy-bootstrap/_variables.scss +8 -8
  63. package/src/styles/patternfly-global.scss +8 -8
  64. package/src/styles/patternfly-nested.scss +5 -5
  65. package/src/styles/style.scss +6 -6
  66. package/src/styles/vendor.scss +2 -2
@@ -1,637 +1,7 @@
1
- .pfext-quick-start-panel-content__body dl {
2
- margin: 0px;
3
- }
4
- .pfext-quick-start-panel-content__body dt {
5
- font-weight: var(--pf-v5-global--FontWeight--bold);
6
- }
7
- .pfext-quick-start-panel-content__body dd {
8
- margin-bottom: 20px;
9
- }
10
- .pfext-quick-start-panel-content__body dd:last-child {
11
- margin-bottom: 0px;
12
- }
13
- .pfext-quick-start-panel-content__body input[type=number] {
14
- -webkit-appearance: textfield;
15
- appearance: textfield;
16
- max-width: 100px;
17
- }
18
- .pfext-quick-start-panel-content__body input[type=number]::-webkit-inner-spin-button, .pfext-quick-start-panel-content__body input[type=number]::-webkit-outer-spin-button {
19
- -webkit-appearance: none;
20
- }
21
- .pfext-quick-start-panel-content__body input[type=radio] {
22
- margin-right: 7px;
23
- }
24
- .pfext-quick-start-panel-content__body .pf-v5-c-list {
25
- --pf-v5-c-list--PaddingLeft: 20px;
26
- }
27
-
28
- .pfext-quick-start-panel-content__header,
29
- .pfext-quick-start-panel-content__body,
30
- .pfext-page-layout__content,
31
- .pfext-popover__base {
32
- --pf-v5-global--FontSize--md: 14px;
33
- --pf-v5-global--FontSize--sm: 13px;
34
- }
35
- .pfext-quick-start-panel-content__header ul,
36
- .pfext-quick-start-panel-content__body ul,
37
- .pfext-page-layout__content ul,
38
- .pfext-popover__base ul {
39
- list-style-type: disc;
40
- }
41
- .pfext-quick-start-panel-content__header input[type=radio],
42
- .pfext-quick-start-panel-content__header input[type=checkbox],
43
- .pfext-quick-start-panel-content__body input[type=radio],
44
- .pfext-quick-start-panel-content__body input[type=checkbox],
45
- .pfext-page-layout__content input[type=radio],
46
- .pfext-page-layout__content input[type=checkbox],
47
- .pfext-popover__base input[type=radio],
48
- .pfext-popover__base input[type=checkbox] {
49
- margin-top: 1px !important;
50
- }
51
-
52
- .pf-v5-theme-dark .pfext-catalog-item-icon__img--large {
53
- filter: brightness(1.5) invert(1) hue-rotate(180deg) saturate(4);
54
- }
55
- .pf-v5-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
56
- color: var(--pf-v5-global--Color--light-100);
57
- }
58
- .pf-v5-theme-dark .pfext-quick-start-task-header__subtitle {
59
- color: var(--pf-v5-global--palette--black-200) !important;
60
- }
61
- .pf-v5-theme-dark .pfext-quick-start-task-header__task-icon-init {
62
- background-color: var(--pf-v5-global--primary-color--300);
63
- }
64
- .pf-v5-theme-dark .pfext-quick-start-task-header__tryagain {
65
- color: var(--pf-v5-global--palette--black-200) !important;
66
- }
67
- .pf-v5-theme-dark .pfext-markdown-view pre:not(.pfext-code-block__pre) {
68
- background-color: var(--pf-v5-global--BackgroundColor--100);
69
- border-color: var(--pf-v5-global--BorderColor--100);
70
- }
71
- .pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block__code {
72
- color: var(--pf-v5-global--Color--100);
73
- background-color: var(--pf-v5-global--palette--black-600);
74
- }
75
- .pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block,
76
- .pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block code {
77
- background-color: var(--pf-v5-global--BackgroundColor--400);
78
- }
79
- .pf-v5-theme-dark :where(.pfext-markdown-view) .pf-v5-c-clipboard-copy.pf-m-inline {
80
- --pf-v5-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
81
- }
82
- .pf-v5-theme-dark .pfext-page-layout__content {
83
- background-color: var(--pf-v5-global--BackgroundColor--200);
84
- }
85
- .pf-v5-theme-dark .pfext-quick-start-catalog__gallery-item .pf-v5-c-card {
86
- --pf-v5-c-card--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
87
- }
88
- .pf-v5-theme-dark .pf-v5-c-alert {
89
- --pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--palette--black-700);
90
- --pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-global--palette--black-700);
91
- --pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--palette--black-700);
92
- --pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--palette--black-700);
93
- --pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--palette--black-700);
94
- --pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--palette--black-700);
95
- }
96
-
97
- .pfext-icon-and-text {
98
- align-items: baseline;
99
- display: flex;
100
- }
101
- .pf-v5-c-label__icon .pfext-icon-and-text {
102
- display: block;
103
- }
104
-
105
- .pfext-icon-and-text__icon {
106
- flex-shrink: 0;
107
- margin-right: 5px;
108
- }
109
-
110
- .pfext-markdown-view.is-empty {
111
- color: #999;
112
- }
113
- .pfext-markdown-view table {
114
- display: block;
115
- margin-bottom: 11.5px;
116
- overflow-x: auto;
117
- }
118
- .pfext-markdown-view td,
119
- .pfext-markdown-view th {
120
- border-bottom: 1px solid #ededed;
121
- padding: 10px;
122
- vertical-align: top;
123
- }
124
- .pfext-markdown-view th {
125
- padding-top: 0;
126
- }
127
-
128
- .catalog-item-header-pf-subtitle {
129
- font-size: 13px;
130
- }
131
-
132
- .catalog-tile-pf-body .catalog-tile-pf-subtitle {
133
- font-size: 13px;
134
- }
135
-
136
- .pfext-catalog {
137
- display: flex;
138
- flex-direction: column;
139
- min-height: 100%;
140
- min-width: 515px;
141
- }
142
-
143
- .pfext-catalog-tile-view {
144
- display: flex;
145
- flex-wrap: wrap;
146
- --pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 260px) !important;
147
- }
148
-
149
- .pfext-catalog__body {
150
- min-width: 575px;
151
- }
152
- @media (min-width: 768px) {
153
- .pfext-catalog__body {
154
- min-width: 590px;
155
- }
156
- }
157
-
158
- .pfext-catalog-item-details {
159
- display: flex;
160
- margin: 0 0 10px;
161
- }
162
- .pfext-catalog-item-details__description {
163
- white-space: pre-wrap;
164
- }
165
- .pfext-catalog-item-details__kind-label {
166
- font-weight: var(--pf-v5-global--FontWeight--bold);
167
- }
168
- .pfext-catalog-item-details__name {
169
- margin-bottom: 10px;
170
- }
171
- .pfext-catalog-item-details__provider, .pfext-catalog-item-details__tags {
172
- margin-bottom: 5px;
173
- }
174
- .pfext-catalog-item-details__tag {
175
- color: #72767b;
176
- font-size: 13px;
177
- margin-right: 5px;
178
- text-transform: uppercase;
179
- }
180
-
181
- .pfext-catalog-item-icon {
182
- padding-right: 10px;
183
- }
184
- .pfext-catalog-item-icon__icon {
185
- font-size: 24px;
186
- }
187
- .pfext-catalog-item-icon__icon--large {
188
- font-size: 40px;
189
- }
190
- .pfext-catalog-item-icon__img {
191
- max-height: 24px;
192
- max-width: 24px;
193
- }
194
- .pfext-catalog-item-icon__img[src$=".svg"] {
195
- width: 24px;
196
- }
197
- .pfext-catalog-item-icon__img--large {
198
- max-height: 40px;
199
- max-width: 40px;
200
- }
201
- .pfext-catalog-item-icon__img--large[src$=".svg"] {
202
- width: 40px;
203
- }
204
-
205
- .pfext-catalog-page {
206
- background: #fff;
207
- border: 1px solid var(--pf-v5-global--BorderColor--300);
208
- display: flex;
209
- flex: 1;
210
- padding-top: 15px;
211
- }
212
- .pfext-catalog-page--with-sidebar {
213
- margin: 0 15px;
214
- padding-bottom: 15px;
215
- }
216
- .pfext-catalog-page__btn-group__group-by {
217
- display: inline;
218
- margin-left: var(--pf-v5-global--spacer--md);
219
- }
220
- .pfext-catalog-page__content {
221
- flex: 1 1 auto;
222
- overflow: hidden;
223
- }
224
- .pfext-catalog-page__description {
225
- margin-top: -10px;
226
- padding: 0 15px 10px;
227
- }
228
- @media (min-width: 768px) {
229
- .pfext-catalog-page__description {
230
- padding-left: 30px;
231
- padding-right: 30px;
232
- }
233
- }
234
- .pfext-catalog-page__filter {
235
- display: flex;
236
- justify-content: space-between;
237
- }
238
- .pfext-catalog-page__filter-toggle {
239
- margin-top: 5px;
240
- }
241
- .pfext-catalog-page__grid {
242
- background-color: #f5f5f5;
243
- }
244
- .pfext-catalog-page__grouped-items {
245
- margin-bottom: var(--pf-v5-global--spacer--md);
246
- }
247
- .pfext-catalog-page__group-title {
248
- margin-bottom: var(--pf-v5-global--spacer--sm);
249
- }
250
- .pfext-catalog-page__header {
251
- margin: 0 30px 0 0;
252
- }
253
- .pfext-catalog-page__heading {
254
- font-size: 16px;
255
- margin: 0 0 20px 30px;
256
- }
257
- .pfext-catalog-page__hint {
258
- margin: 0 0 var(--pf-v5-global--spacer--md) 0;
259
- }
260
- .pfext-catalog-page__input {
261
- display: inline-flex !important;
262
- margin: 0 0 20px 30px;
263
- width: auto !important;
264
- }
265
- .pfext-catalog-page__sort {
266
- display: inline;
267
- margin-left: var(--pf-v5-global--spacer--md);
268
- }
269
- .pfext-catalog-page__num-items {
270
- font-weight: var(--pf-v5-global--FontWeight--bold);
271
- padding: 0 0 20px;
272
- }
273
- .pfext-catalog-page__info-icon {
274
- vertical-align: middle;
275
- color: #6a6e73;
276
- }
277
- .pfext-catalog-page__info-icon:hover {
278
- color: #151515;
279
- }
280
- .pfext-catalog-page__overlay {
281
- border: 0 !important;
282
- }
283
- .pfext-catalog-page__overlay .modal-body .pfext-hint-block {
284
- margin-bottom: 10px;
285
- }
286
- .pfext-catalog-page__overlay .properties-side-panel-pf {
287
- flex: 0 0 auto;
288
- }
289
- .pfext-catalog-page__overlay--right {
290
- bottom: 0;
291
- padding: 0 !important;
292
- right: 0;
293
- top: 4.75rem;
294
- }
295
- .pfext-catalog-page__overlay--right .pf-v5-c-modal-box__body {
296
- display: flex;
297
- flex-direction: column;
298
- margin: 0 !important;
299
- padding: 0;
300
- }
301
- .pfext-catalog-page__overlay--right .modal-body-inner-shadow-covers {
302
- padding-left: 0 !important;
303
- padding-right: 0 !important;
304
- }
305
- .pfext-catalog-page__overlay--right h1 {
306
- white-space: normal;
307
- }
308
- .pfext-catalog-page__overlay-action {
309
- align-items: baseline;
310
- display: inline-flex !important;
311
- margin: var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--sm) 0 0;
312
- overflow-x: hidden;
313
- }
314
- .pfext-catalog-page__overlay-action-icon {
315
- flex-shrink: 0;
316
- font-size: 14px;
317
- margin-left: 6px;
318
- }
319
- .pfext-catalog-page__overlay-action-label {
320
- overflow-x: hidden;
321
- text-overflow: ellipsis;
322
- }
323
- .pfext-catalog-page__overlay-actions {
324
- display: flex;
325
- flex-wrap: wrap;
326
- margin-bottom: var(--pf-v5-global--spacer--md);
327
- white-space: normal;
328
- }
329
- .pfext-catalog-page__overlay-header {
330
- margin-bottom: var(--pf-v5-global--spacer--md);
331
- }
332
- .pfext-catalog-page__overlay-body {
333
- margin: 0;
334
- padding-left: var(--pf-v5-global--spacer--lg);
335
- padding-right: var(--pf-v5-global--spacer--lg);
336
- padding-top: var(--pf-v5-global--spacer--md);
337
- }
338
- @media (min-width: 768px) {
339
- .pfext-catalog-page__overlay-body {
340
- display: flex;
341
- }
342
- }
343
- .pfext-catalog-page__overlay-description {
344
- margin: 20px 0 0;
345
- white-space: pre-wrap;
346
- }
347
- .pfext-catalog-page__overlay-description h1,
348
- .pfext-catalog-page__overlay-description h2,
349
- .pfext-catalog-page__overlay-description h3 {
350
- color: #333;
351
- }
352
- .pfext-catalog-page__overlay-description h2 {
353
- font-size: 20px;
354
- }
355
- .pfext-catalog-page__overlay-description p,
356
- .pfext-catalog-page__overlay-description li,
357
- .pfext-catalog-page__overlay-description ol {
358
- color: #333;
359
- font-size: 14px !important;
360
- }
361
- @media (min-width: 768px) {
362
- .pfext-catalog-page__overlay-description {
363
- flex: 1 1 auto;
364
- margin-left: 20px;
365
- margin-top: 0;
366
- }
367
- }
368
- .pfext-catalog-page__tabs {
369
- flex: 0 0 220px;
370
- margin: 0 15px 0 0;
371
- }
372
-
373
- @media screen and (min-width: 768px) {
374
- .pf-v5-c-modal-box.pfext-catalog-page__overlay {
375
- width: 600px;
376
- }
377
- }
378
- @media screen and (min-width: 992px) {
379
- .pf-v5-c-modal-box.pfext-catalog-page__overlay {
380
- width: 900px;
381
- }
382
- }
383
- .pfext-catalog-tab__empty {
384
- color: #72767b;
385
- }
386
-
387
- .pfext-modal-ignore-warning {
388
- height: initial;
389
- }
390
- .pfext-modal-ignore-warning__checkbox.checkbox {
391
- margin-bottom: 0;
392
- padding-top: 15px;
393
- }
394
- .pfext-modal-ignore-warning__content {
395
- display: flex;
396
- }
397
- .pfext-modal-ignore-warning__icon {
398
- font-size: 30px;
399
- margin-right: 15px;
400
- min-width: 30px;
401
- }
402
- .pfext-modal-ignore-warning__link {
403
- display: block;
404
- margin: 10px 0;
405
- }
406
-
407
- .properties-side-panel-pf-property-label {
408
- font-size: 13px;
409
- }
410
-
411
- .properties-side-panel-pf-property-value__capability-level {
412
- color: var(--pf-v5-global--Color--400);
413
- margin-bottom: 5px;
414
- position: relative;
415
- }
416
- .properties-side-panel-pf-property-value__capability-level--active {
417
- color: inherit;
418
- }
419
- .properties-side-panel-pf-property-value__capability-level--active::before {
420
- display: none;
421
- }
422
- .properties-side-panel-pf-property-value__capability-level::before {
423
- border: 1px solid var(--pf-v5-global--Color--400);
424
- border-radius: 10px;
425
- content: "";
426
- height: 14px;
427
- left: -20px;
428
- position: absolute;
429
- top: 4px;
430
- width: 14px;
431
- }
432
- .properties-side-panel-pf-property-value__capability-level:not(:last-child)::after {
433
- background: var(--pf-v5-global--Color--400);
434
- content: "";
435
- height: 6px;
436
- left: -13px;
437
- position: absolute;
438
- top: 21px;
439
- width: 1px;
440
- }
441
-
442
- .properties-side-panel-pf-property-value__capability-level-icon {
443
- left: -20px;
444
- position: absolute;
445
- top: 4px;
446
- }
447
-
448
- .properties-side-panel-pf-property-value__capability-levels {
449
- list-style: none;
450
- }
451
-
452
- .pfext-status-box {
453
- padding: 40px 20px;
454
- }
455
- .pfext-status-box__loading-message {
456
- margin-top: var(--pf-v5-global--spacer--sm);
457
- }
458
-
459
- .pfext-status-box--loading {
460
- align-items: center;
461
- display: flex;
462
- height: 100%;
463
- justify-content: center;
464
- min-height: 50px;
465
- width: 100%;
466
- flex-direction: column;
467
- }
468
-
469
- .pfext-m-loader {
470
- min-width: 18px;
471
- }
472
-
473
- .pfext-m-loader-dot__one,
474
- .pfext-m-loader-dot__two,
475
- .pfext-m-loader-dot__three {
476
- animation-delay: 0;
477
- animation-direction: normal;
478
- animation-duration: 1s;
479
- animation-fill-mode: forwards;
480
- animation-iteration-count: infinite;
481
- animation-name: bouncedelay;
482
- animation-play-state: running;
483
- animation-timing-function: ease-in-out;
484
- background: #419eda;
485
- border-radius: 100%;
486
- display: inline-block;
487
- height: 6px;
488
- width: 6px;
489
- }
490
-
491
- .pfext-m-loader-dot__one {
492
- animation-delay: -0.32s;
493
- }
494
-
495
- .pfext-m-loader-dot__two {
496
- animation-delay: -0.16s;
497
- }
498
-
499
- @keyframes bouncedelay {
500
- 0%, 80%, 100% {
501
- transform: scale(0.25, 0.25);
502
- }
503
- 40% {
504
- transform: scale(1, 1);
505
- }
506
- }
507
- .pfext-page-layout__content {
508
- padding: var(--pf-v5-global--spacer--lg);
509
- flex: 1;
510
- }
511
- .pfext-page-layout__header {
512
- padding-top: 1px;
513
- background-color: var(--pf-v5-global--BackgroundColor--light-100);
514
- }
515
- .pfext-page-layout__hint {
516
- padding-left: var(--pf-v5-global--spacer--lg);
517
- padding-right: var(--pf-v5-global--spacer--lg);
518
- padding-bottom: var(--pf-v5-global--spacer--md);
519
- font-size: 14px;
520
- }
521
- .pfext-page-layout__title {
522
- padding-left: var(--pf-v5-global--spacer--lg);
523
- padding-right: var(--pf-v5-global--spacer--lg);
524
- font-size: var(--pf-v5-global--FontSize--2xl);
525
- margin-top: 23px;
526
- margin-bottom: 11.5px;
527
- font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
528
- font-weight: var(--pf-v5-global--FontWeight--normal);
529
- line-height: 1.1;
530
- }
531
-
532
- .pfext-markdown-view .pfext-code-block__pre {
533
- /* override the styles applied by showdown while parsing <pre /> */
534
- display: flex;
535
- border: none;
536
- border-radius: none;
537
- background-color: transparent;
538
- margin: 0;
539
- padding: 0;
540
- }
541
- .pfext-markdown-view .pfext-markdown-execute-snippet__button > i.fa-check {
542
- display: none;
543
- }
544
- .pfext-markdown-view .pfext-markdown-execute-snippet__button > i.fa-play {
545
- display: inline;
546
- }
547
- .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-check {
548
- display: inline;
549
- }
550
- .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
551
- display: none;
552
- }
553
- .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert {
554
- margin: var(--pf-v5-global--spacer--md) 0;
555
- }
556
- .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title {
557
- margin-top: 0;
558
- margin-bottom: 0;
559
- font-weight: var(--pf-v5-c-alert__title--FontWeight);
560
- font-family: inherit;
561
- line-height: inherit;
562
- color: var(--pf-v5-c-alert__title--Color);
563
- word-break: break-word;
564
- }
565
-
566
- .pfext-modal {
567
- position: absolute !important;
568
- }
569
-
570
- @keyframes pfext-spotlight-expand {
571
- 0% {
572
- outline-offset: -4px;
573
- outline-width: 4px;
574
- opacity: 1;
575
- }
576
- 100% {
577
- outline-offset: 21px;
578
- outline-width: 12px;
579
- opacity: 0;
580
- }
581
- }
582
- @keyframes pfext-spotlight-fade-in {
583
- 0% {
584
- opacity: 0;
585
- }
586
- 100% {
587
- opacity: 1;
588
- }
589
- }
590
- @keyframes pfext-spotlight-fade-out {
591
- 0% {
592
- opacity: 1;
593
- }
594
- 100% {
595
- opacity: 0;
596
- }
597
- }
598
- .pfext-spotlight {
599
- pointer-events: none;
600
- position: absolute;
601
- }
602
- .pfext-spotlight__with-backdrop {
603
- mix-blend-mode: hard-light;
604
- }
605
- .pfext-spotlight__element-highlight-noanimate {
606
- border: var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);
607
- background-color: var(--pf-v5-global--palette--black-500);
608
- z-index: 9999;
609
- }
610
- .pfext-spotlight__element-highlight-animate {
611
- pointer-events: none;
612
- position: absolute;
613
- box-shadow: inset 0px 0px 0px 4px var(--pf-v5-global--palette--blue-200);
614
- opacity: 0;
615
- animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
616
- animation-fill-mode: forwards;
617
- }
618
- .pfext-spotlight__element-highlight-animate::after {
619
- content: "";
620
- position: absolute;
621
- left: 0;
622
- right: 0;
623
- top: 0;
624
- bottom: 0;
625
- animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
626
- animation-fill-mode: forwards;
627
- outline: 4px solid var(--pf-v5-global--palette--blue-200);
628
- outline-offset: -4px;
629
- }
630
-
631
1
  .pfext-markdown-view h1, .pfext-markdown-view h2, .pfext-markdown-view h3, .pfext-markdown-view h4, .pfext-markdown-view h5, .pfext-markdown-view h6,
632
2
  .pfext-markdown-view .h1, .pfext-markdown-view .h2, .pfext-markdown-view .h3, .pfext-markdown-view .h4, .pfext-markdown-view .h5, .pfext-markdown-view .h6 {
633
- font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
634
- font-weight: var(--pf-v5-global--FontWeight--normal);
3
+ font-family: var(--pf-t--global--font--family--heading);
4
+ font-weight: var(--pf-t--global--font--weight--heading);
635
5
  line-height: 1.1;
636
6
  color: inherit;
637
7
  }
@@ -648,22 +18,22 @@
648
18
  margin-bottom: 11.5px;
649
19
  }
650
20
  .pfext-markdown-view h1, .pfext-markdown-view .h1 {
651
- font-size: var(--pf-v5-global--FontSize--2xl);
21
+ font-size: var(--pf-t--global--font--size--heading--h1);
652
22
  }
653
23
  .pfext-markdown-view h2, .pfext-markdown-view .h2 {
654
- font-size: 20px;
24
+ font-size: var(--pf-t--global--font--size--heading--h2);
655
25
  }
656
26
  .pfext-markdown-view h3, .pfext-markdown-view .h3 {
657
- font-size: var(--pf-v5-global--FontSize--lg);
27
+ font-size: var(--pf-t--global--font--size--heading--h3);
658
28
  }
659
29
  .pfext-markdown-view h4, .pfext-markdown-view .h4 {
660
- font-size: var(--pf-v5-global--FontSize--md);
30
+ font-size: var(--pf-t--global--font--size--heading--h4);
661
31
  }
662
32
  .pfext-markdown-view h5, .pfext-markdown-view .h5 {
663
- font-size: var(--pf-v5-global--FontSize--md);
33
+ font-size: var(--pf-t--global--font--size--heading--h5);
664
34
  }
665
35
  .pfext-markdown-view h6, .pfext-markdown-view .h6 {
666
- font-size: var(--pf-v5-global--FontSize--md);
36
+ font-size: var(--pf-t--global--font--size--heading--h6);
667
37
  }
668
38
  .pfext-markdown-view p {
669
39
  margin: 0 0 11.5px;
@@ -766,7 +136,7 @@
766
136
  z-index: 0;
767
137
  position: relative;
768
138
  }
769
- .pfext-quick-start-drawer__modal > .pf-v5-c-modal-box__footer {
139
+ .pfext-quick-start-drawer__modal > .pf-v6-c-modal-box__footer {
770
140
  display: block;
771
141
  }
772
142
 
@@ -774,22 +144,22 @@
774
144
  position: sticky;
775
145
  top: 0px;
776
146
  background: inherit;
777
- z-index: var(--pf-v5-global--ZIndex--xs);
147
+ z-index: var(--pf-t--global--z-index--xs);
778
148
  }
779
149
  .pfext-quick-start-panel-content__header__shadow {
780
- box-shadow: var(--pf-v5-global--BoxShadow--sm-bottom);
150
+ box-shadow: var(--pf-t--global--box-shadow--sm--bottom);
781
151
  }
782
152
  .pfext-quick-start-panel-content__header--blue-white {
783
- background-color: var(--pf-v5-global--palette--blue-400);
153
+ background-color: var(--pf-t--global--color--brand--default);
784
154
  }
785
155
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__title {
786
- color: var(--pf-v5-global--Color--light-100);
156
+ color: var(--pf-t--global--text--color--on-brand--default);
787
157
  }
788
158
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
789
- color: var(--pf-v5-global--Color--light-200);
159
+ color: var(--pf-t--global--text--color--on-brand--default);
790
160
  }
791
161
  .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__close-button button {
792
- color: var(--pf-v5-global--Color--light-100) !important;
162
+ color: var(--pf-t--global--text--color--on-brand--default) !important;
793
163
  }
794
164
  .pfext-quick-start-panel-content__body {
795
165
  display: flex;
@@ -802,22 +172,44 @@
802
172
  }
803
173
  .pfext-quick-start-panel-content__duration {
804
174
  display: inline-block;
805
- font-size: var(--pf-v5-global--FontSize--md);
806
- font-weight: 400;
175
+ font-size: var(--pf-t--global--font--size--body--default);
176
+ font-weight: var(--pf-t--global--font--weight--body);
807
177
  line-height: 1;
808
- color: #9c9c9c;
178
+ color: var(--pf-t--global--text--color--subtle);
809
179
  }
810
180
  .pfext-quick-start-panel-content__footer__shadow {
811
- box-shadow: var(--pf-v5-global--BoxShadow--sm-top);
181
+ box-shadow: var(--pf-t--global--box-shadow--sm--top);
812
182
  }
813
183
 
814
184
  .pfext-quick-start-catalog__gallery {
815
- --pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
185
+ --pf-v6-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
816
186
  }
817
187
  .pfext-quick-start-catalog__gallery-item {
818
188
  display: inherit !important;
819
189
  }
820
190
 
191
+ .pfext-quick-start-tile {
192
+ height: 100%;
193
+ }
194
+ .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
195
+ display: block;
196
+ -webkit-line-clamp: unset;
197
+ }
198
+ .pfext-quick-start-tile .catalog-tile-pf-icon {
199
+ display: flex;
200
+ }
201
+
202
+ .pfext-quick-start-tile-header__status {
203
+ margin: var(--pf-t--global--spacer--sm) 0;
204
+ }
205
+ .pfext-quick-start-tile-header--margin {
206
+ margin-right: var(--pf-t--global--spacer--sm);
207
+ margin-bottom: var(--pf-t--global--spacer--sm);
208
+ }
209
+ .pfext-quick-start-tile-header .pf-v6-c-badge:not(:last-of-type) {
210
+ margin-right: var(--pf-t--global--spacer--sm);
211
+ }
212
+
821
213
  .pfext-quick-start-tile-description {
822
214
  display: -webkit-box;
823
215
  overflow: hidden;
@@ -831,62 +223,37 @@
831
223
  display: inline-flex;
832
224
  }
833
225
  .pfext-quick-start-tile-prerequisites__text {
834
- margin-right: var(--pf-v5-global--spacer--sm);
835
- font-size: var(--pf-v5-global--FontSize--md);
226
+ margin-right: var(--pf-t--global--spacer--sm);
227
+ font-size: var(--pf-t--global--font--size--md);
836
228
  margin-top: 11.5px;
837
229
  margin-bottom: 11.5px;
838
- font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
839
- font-weight: var(--pf-v5-global--FontWeight--normal);
230
+ font-family: var(--pf-t--global--font--family--heading);
231
+ font-weight: var(--pf-t--global--font--weight--heading);
840
232
  line-height: 1.1;
841
233
  }
842
234
  .pfext-quick-start-tile-prerequisites-list {
843
235
  padding-left: 20px;
844
236
  }
845
237
 
846
- .pfext-quick-start-tile-header__status {
847
- margin: var(--pf-v5-global--spacer--sm) 0;
848
- }
849
- .pfext-quick-start-tile-header--margin {
850
- margin-right: var(--pf-v5-global--spacer--sm);
851
- margin-bottom: var(--pf-v5-global--spacer--sm);
852
- }
853
- .pfext-quick-start-tile-header .pf-v5-c-badge:not(:last-of-type) {
854
- margin-right: var(--pf-v5-global--spacer--sm);
855
- }
856
- .pfext-quick-start-tile-header h3 {
857
- flex: 1;
858
- }
859
-
860
- .pfext-quick-start-tile {
861
- height: 100%;
862
- }
863
- .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
864
- display: block;
865
- -webkit-line-clamp: unset;
866
- }
867
- .pfext-quick-start-tile .catalog-tile-pf-icon {
868
- display: flex;
869
- }
870
-
871
238
  .pfext-quick-start-catalog-filter__input {
872
239
  flex-grow: 1;
873
240
  max-width: 500px;
874
241
  }
875
242
  .pfext-quick-start-catalog-filter__count {
876
- font-weight: var(--pf-v5-global--FontWeight--bold);
243
+ font-weight: var(--pf-t--global--font--weight--body--bold);
877
244
  }
878
245
 
879
- .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
880
- --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-global--spacer--sm);
881
- --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--sm);
882
- --pf-v5-c-toolbar--RowGap: 0;
246
+ .pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
247
+ --pf-v6-c-toolbar--PaddingBottom: var(--pf-t--global--spacer--sm);
248
+ --pf-v6-c-toolbar--PaddingTop: var(--pf-t--global--spacer--sm);
249
+ --pf-v6-c-toolbar--RowGap: 0;
883
250
  font-size: 14px;
884
251
  }
885
- .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-select {
886
- --pf-v5-c-select__toggle--FontSize: 14px;
252
+ .pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v6-c-select {
253
+ --pf-v6-c-select__toggle--FontSize: 14px;
887
254
  }
888
- .pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v5-c-check {
889
- --pf-v5-c-check__label--FontSize: 14px;
255
+ .pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v6-c-check {
256
+ --pf-v6-c-check__label--FontSize: 14px;
890
257
  }
891
258
 
892
259
  .pfext-markdown-view.is-empty {
@@ -907,54 +274,84 @@
907
274
  padding-top: 0;
908
275
  }
909
276
 
277
+ .pfext-quick-start-content {
278
+ flex: 1 1 0;
279
+ overflow: auto;
280
+ padding: var(--pf-t--global--spacer--lg);
281
+ font-size: 16px;
282
+ }
283
+ .pfext-quick-start-content .pf-v6-c-alert__description p {
284
+ font-size: 13px;
285
+ }
286
+
910
287
  .pfext-quick-start-footer {
911
- background-color: var(--pf-v5-global--BackgroundColor--100);
288
+ background-color: var(--pf-t--global--background--color--primary--default);
912
289
  flex: 0 0 auto;
913
- padding: var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg);
290
+ padding: var(--pf-t--global--spacer--md) var(--pf-t--global--spacer--lg);
914
291
  }
915
292
  .pfext-quick-start-footer__actionbtn {
916
- margin-right: var(--pf-v5-global--spacer--md);
293
+ margin-right: var(--pf-t--global--spacer--md);
917
294
  }
918
295
  .pfext-quick-start-footer__restartbtn {
919
296
  float: right;
920
297
  }
921
298
 
922
- .pfext-quick-start-content {
923
- flex: 1 1 0;
924
- overflow: auto;
925
- padding: var(--pf-v5-global--spacer--lg);
926
- font-size: 16px;
299
+ .pfext-quick-start-intro__prereq {
300
+ margin-bottom: var(--pf-t--global--spacer--md);
927
301
  }
928
- .pfext-quick-start-content .pf-v5-c-alert__description p {
929
- font-size: 13px;
302
+ .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__content {
303
+ margin-top: var(--pf-t--global--spacer--sm);
304
+ }
305
+ .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle {
306
+ padding-top: 0;
307
+ padding-bottom: 0;
308
+ }
309
+ .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-text {
310
+ margin-left: var(--pf-t--global--spacer--sm);
311
+ }
312
+ .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon {
313
+ color: var(--pf-v6-c-expandable-section__toggle--Color);
314
+ }
315
+ .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon:hover {
316
+ --pf-v6-c-expandable-section__toggle--Color: var(--pf-v6-c-expandable-section__toggle--focus--Color);
317
+ }
318
+ .pfext-quick-start-intro__prereq-list {
319
+ padding-left: 20px;
320
+ }
321
+ .pfext-quick-start-intro__prereq-list__item::marker {
322
+ font-size: 0.8rem;
323
+ }
324
+ .pfext-quick-start-intro__prereq-list__item-content {
325
+ position: relative;
326
+ left: 2px;
930
327
  }
931
328
 
932
329
  .pfext-quick-start-tasks__list button::before {
933
330
  content: none;
934
331
  }
935
- .pfext-quick-start-tasks__list li.pf-v5-c-wizard__nav-item {
332
+ .pfext-quick-start-tasks__list li.pf-v6-c-wizard__nav-item {
936
333
  list-style-type: none;
937
334
  display: flex;
938
335
  flex-wrap: wrap;
939
336
  align-items: center;
940
- margin-bottom: var(--pf-v5-global--spacer--xs);
337
+ margin-bottom: var(--pf-t--global--spacer--xs);
941
338
  }
942
339
  .pfext-quick-start-tasks__list .pfext-quick-start-task__content {
943
- margin-bottom: var(--pf-v5-global--spacer--md);
340
+ margin-bottom: var(--pf-t--global--spacer--md);
944
341
  }
945
342
  .pfext-quick-start-tasks__list .task-pflist-title {
946
343
  font-size: 14px !important;
947
344
  margin-bottom: 6px;
948
345
  }
949
346
  .pfext-quick-start-tasks__list .task-pflist-subtitle {
950
- color: var(--pf-v5-global--Color--200);
347
+ color: var(--pf-t--global--text--color--subtle);
951
348
  font-size: 16px;
952
349
  }
953
350
  .pfext-quick-start-tasks__list .task-pflist-list {
954
351
  font-size: 16px;
955
352
  }
956
353
  .pfext-quick-start-tasks__list .task-pflist-list--prereq {
957
- padding-left: var(--pf-v5-global--spacer--lg);
354
+ padding-left: var(--pf-t--global--spacer--lg);
958
355
  }
959
356
  .pfext-quick-start-tasks__list .task-pflist-list--prereq li + li {
960
357
  margin-top: 4px;
@@ -979,131 +376,102 @@
979
376
  position: relative;
980
377
  left: 4px;
981
378
  }
982
- .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert {
983
- margin: var(--pf-v5-global--spacer--md) 0;
379
+ .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v6-c-alert {
380
+ margin: var(--pf-t--global--spacer--md) 0;
984
381
  }
985
- .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v5-c-alert__title {
382
+ .pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v6-c-alert__title {
986
383
  margin-top: 0;
987
384
  margin-bottom: 0;
988
- font-weight: var(--pf-v5-c-alert__title--FontWeight);
385
+ font-weight: var(--pf-v6-c-alert__title--FontWeight);
989
386
  font-family: inherit;
990
387
  line-height: inherit;
991
- color: var(--pf-v5-c-alert__title--Color);
388
+ color: var(--pf-v6-c-alert__title--Color);
992
389
  word-break: break-word;
993
390
  }
994
391
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note {
995
- background-color: var(--pf-v5-global--palette--blue-50);
996
- border-color: var(--pf-v5-global--active-color--200);
997
- margin: var(--pf-v5-global--spacer--md) 0;
392
+ background-color: var(--pf-t--global--color--nonstatus--blue--default);
393
+ border-color: var(--pf-t--global--border--color--brand--default);
394
+ margin: var(--pf-t--global--spacer--md) 0;
395
+ color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
998
396
  }
999
397
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body {
1000
398
  font-size: 14px;
1001
399
  }
1002
400
 
1003
- .pfext-quick-start-intro__prereq {
1004
- margin-bottom: var(--pf-v5-global--spacer--md);
1005
- }
1006
- .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
1007
- margin-top: var(--pf-v5-global--spacer--sm);
1008
- }
1009
- .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
1010
- padding-top: 0;
1011
- padding-bottom: 0;
1012
- }
1013
- .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
1014
- margin-left: var(--pf-v5-global--spacer--sm);
1015
- }
1016
- .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
1017
- color: var(--pf-v5-c-expandable-section__toggle--Color);
1018
- }
1019
- .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
1020
- --pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
1021
- }
1022
- .pfext-quick-start-intro__prereq-list {
1023
- padding-left: 20px;
401
+ .pfext-quick-start-task-header__list {
402
+ padding: 0 !important;
1024
403
  }
1025
- .pfext-quick-start-intro__prereq-list__item::marker {
1026
- font-size: 0.8rem;
404
+ .pfext-quick-start-task-header__list button::before {
405
+ content: none;
1027
406
  }
1028
- .pfext-quick-start-intro__prereq-list__item-content {
1029
- position: relative;
1030
- left: 2px;
407
+ .pfext-quick-start-task-header__list li {
408
+ list-style-type: none;
409
+ display: flex;
410
+ flex-wrap: wrap;
411
+ align-items: center;
412
+ margin-bottom: var(--pf-t--global--spacer--xs);
1031
413
  }
1032
414
 
1033
415
  .pfext-quick-start-task-review-alert {
1034
- margin: var(--pf-v5-global--spacer--lg) 0;
416
+ margin: var(--pf-t--global--spacer--lg) 0;
1035
417
  }
1036
418
 
1037
419
  .pfext-quick-start-task-review {
1038
- font-size: var(--pf-v5-global--FontSize--md);
1039
- line-height: var(--pf-v5-global--FontSize--xl);
1040
- font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
420
+ font-size: var(--pf-t--global--font--size--md);
421
+ line-height: var(--pf-t--global--font--line-height--heading);
422
+ font-family: var(--pf-t--global--font--family--heading);
1041
423
  }
1042
424
  .pfext-quick-start-task-review__actions {
1043
425
  display: flex;
1044
426
  align-items: flex-start;
1045
- margin-bottom: var(--pf-v5-global--spacer--sm);
427
+ margin-bottom: var(--pf-t--global--spacer--sm);
1046
428
  }
1047
429
  .pfext-quick-start-task-review__actions input[type=radio] {
1048
430
  margin-top: 0;
1049
431
  margin-right: 0;
1050
432
  }
1051
433
  .pfext-quick-start-task-review__radio {
1052
- margin-right: var(--pf-v5-global--spacer--xl) !important;
434
+ margin-right: var(--pf-t--global--spacer--xl) !important;
1053
435
  }
1054
436
  .pfext-quick-start-task-review--success {
1055
- color: var(--pf-v5-global--success-color--100) !important;
437
+ color: var(--pf-t--global--text--color--status--success--default) !important;
1056
438
  }
1057
439
  .pfext-quick-start-task-review--failed {
1058
- color: var(--pf-chart-global--danger--Color--100);
1059
- }
1060
-
1061
- .pfext-quick-start-task-header__list {
1062
- padding: 0 !important;
1063
- }
1064
- .pfext-quick-start-task-header__list button::before {
1065
- content: none;
1066
- }
1067
- .pfext-quick-start-task-header__list li {
1068
- list-style-type: none;
1069
- display: flex;
1070
- flex-wrap: wrap;
1071
- align-items: center;
1072
- margin-bottom: var(--pf-v5-global--spacer--xs);
440
+ color: var(--pf-t--global--text--color--status--danger--default);
1073
441
  }
1074
442
 
1075
443
  .pfext-quick-start-task-header {
1076
- margin-bottom: var(--pf-v5-global--spacer--sm);
444
+ margin-bottom: var(--pf-t--global--spacer--sm);
1077
445
  display: grid;
1078
446
  grid-template-columns: min-content auto;
1079
- font-size: var(--pf-v5-global--FontSize--md);
447
+ font-size: var(--pf-t--global--font--size--body--default);
1080
448
  }
1081
449
  .pfext-quick-start-task-header button::before {
1082
450
  content: none;
1083
451
  }
1084
452
  .pfext-quick-start-task-header__title {
1085
- color: var(--pf-v5-global--primary-color--100) !important;
1086
- margin-right: var(--pf-v5-global--spacer--md) !important;
453
+ color: var(--pf-t--global--text--color--brand--default) !important;
454
+ margin-right: var(--pf-t--global--spacer--md) !important;
1087
455
  }
1088
456
  .pfext-quick-start-task-header__subtitle {
1089
- font-size: var(--pf-v5-global--FontSize--sm);
1090
- color: var(--pf-v5-global--Color--dark-200) !important;
457
+ font-size: var(--pf-t--global--font--size--body--sm);
458
+ color: var(--pf-t--global--text--color--subtle) !important;
1091
459
  }
1092
460
  .pfext-quick-start-task-header__tryagain {
1093
461
  display: block;
1094
- font-size: var(--pf-v5-global--FontSize--md);
1095
- color: var(--pf-v5-global--Color--300) !important;
462
+ font-size: var(--pf-t--global--font--size--body--default);
463
+ color: var(--pf-t--global--text--color--subtle) !important;
1096
464
  }
1097
465
  .pfext-quick-start-task-header__title-success {
1098
- color: var(--pf-v5-global--success-color--100) !important;
466
+ color: var(--pf-t--global--text--color--status--success--default) !important;
1099
467
  }
1100
468
  .pfext-quick-start-task-header__title-failed {
1101
- color: var(--pf-v5-global--danger-color--100) !important;
469
+ color: var(--pf-t--global--text--color--status--danger--default) !important;
1102
470
  }
1103
471
  .pfext-quick-start-task-header__task-icon-init {
1104
- background-color: var(--pf-v5-global--primary-color--100);
1105
- border-radius: var(--pf-v5-global--BorderRadius--lg);
1106
- color: var(--pf-v5-global--Color--light-100);
472
+ background-color: var(--pf-t--global--color--brand--default);
473
+ border-radius: var(--pf-t--global--border--radius--large);
474
+ color: var(--pf-t--global--text--color--on-brand--default);
1107
475
  display: inline-flex;
1108
476
  justify-content: center;
1109
477
  height: 1.5em;
@@ -1113,10 +481,14 @@
1113
481
  vertical-align: middle !important;
1114
482
  }
1115
483
  .pfext-quick-start-task-header__task-icon-success {
1116
- color: var(--pf-v5-global--success-color--100) !important;
484
+ color: var(--pf-t--global--text--color--status--success--default) !important;
1117
485
  }
1118
486
  .pfext-quick-start-task-header__task-icon-failed {
1119
- color: var(--pf-v5-global--danger-color--100) !important;
487
+ color: var(--pf-t--global--text--color--status--danger--default) !important;
488
+ }
489
+
490
+ .pfext-modal {
491
+ position: absolute !important;
1120
492
  }
1121
493
 
1122
494
  .pfext-markdown-view .pfext-code-block__pre {
@@ -1140,23 +512,19 @@
1140
512
  .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
1141
513
  display: none;
1142
514
  }
1143
- .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert {
1144
- margin: var(--pf-v5-global--spacer--md) 0;
515
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v6-c-alert {
516
+ margin: var(--pf-t--global--spacer--md) 0;
1145
517
  }
1146
- .pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title {
518
+ .pfext-markdown-view .pfext-markdown-admonition.pf-v6-c-alert .pf-v6-c-alert__title {
1147
519
  margin-top: 0;
1148
520
  margin-bottom: 0;
1149
- font-weight: var(--pf-v5-c-alert__title--FontWeight);
521
+ font-weight: var(--pf-v6-c-alert__title--FontWeight);
1150
522
  font-family: inherit;
1151
523
  line-height: inherit;
1152
- color: var(--pf-v5-c-alert__title--Color);
524
+ color: var(--pf-v6-c-alert__title--Color);
1153
525
  word-break: break-word;
1154
526
  }
1155
527
 
1156
- .pfext-modal {
1157
- position: absolute !important;
1158
- }
1159
-
1160
528
  @keyframes pfext-spotlight-expand {
1161
529
  0% {
1162
530
  outline-offset: -4px;
@@ -1193,14 +561,14 @@
1193
561
  mix-blend-mode: hard-light;
1194
562
  }
1195
563
  .pfext-spotlight__element-highlight-noanimate {
1196
- border: var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);
1197
- background-color: var(--pf-v5-global--palette--black-500);
564
+ border: var(--pf-t--global--border--width--strong) solid var(--pf-t--global--border--color--brand--default);
565
+ background-color: var(--pf-t--color--gray--40);
1198
566
  z-index: 9999;
1199
567
  }
1200
568
  .pfext-spotlight__element-highlight-animate {
1201
569
  pointer-events: none;
1202
570
  position: absolute;
1203
- box-shadow: inset 0px 0px 0px 4px var(--pf-v5-global--palette--blue-200);
571
+ box-shadow: inset 0px 0px 0px 4px var(--pf-t--global--color--brand--default);
1204
572
  opacity: 0;
1205
573
  animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
1206
574
  animation-fill-mode: forwards;
@@ -1214,6 +582,6 @@
1214
582
  bottom: 0;
1215
583
  animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
1216
584
  animation-fill-mode: forwards;
1217
- outline: 4px solid var(--pf-v5-global--palette--blue-200);
585
+ outline: 4px solid var(--pf-t--global--color--brand--default);
1218
586
  outline-offset: -4px;
1219
587
  }