@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
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/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -27,7 +27,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
27
27
|
<span class="pf-v6-c-button__icon">
|
|
28
28
|
<svg
|
|
29
29
|
class="pf-v6-svg"
|
|
30
|
-
viewBox="0 0
|
|
30
|
+
viewBox="0 0 20 20"
|
|
31
31
|
fill="currentColor"
|
|
32
32
|
aria-hidden="true"
|
|
33
33
|
role="img"
|
|
@@ -35,7 +35,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
35
35
|
height="1em"
|
|
36
36
|
>
|
|
37
37
|
<path
|
|
38
|
-
d="
|
|
38
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
39
39
|
/>
|
|
40
40
|
</svg>
|
|
41
41
|
</span>
|
|
@@ -77,7 +77,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
77
77
|
<span class="pf-v6-c-button__icon">
|
|
78
78
|
<svg
|
|
79
79
|
class="pf-v6-svg"
|
|
80
|
-
viewBox="0 0
|
|
80
|
+
viewBox="0 0 20 20"
|
|
81
81
|
fill="currentColor"
|
|
82
82
|
aria-hidden="true"
|
|
83
83
|
role="img"
|
|
@@ -85,7 +85,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
85
85
|
height="1em"
|
|
86
86
|
>
|
|
87
87
|
<path
|
|
88
|
-
d="
|
|
88
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
89
89
|
/>
|
|
90
90
|
</svg>
|
|
91
91
|
</span>
|
|
@@ -127,7 +127,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
127
127
|
<span class="pf-v6-c-button__icon">
|
|
128
128
|
<svg
|
|
129
129
|
class="pf-v6-svg"
|
|
130
|
-
viewBox="0 0
|
|
130
|
+
viewBox="0 0 20 20"
|
|
131
131
|
fill="currentColor"
|
|
132
132
|
aria-hidden="true"
|
|
133
133
|
role="img"
|
|
@@ -135,7 +135,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
135
135
|
height="1em"
|
|
136
136
|
>
|
|
137
137
|
<path
|
|
138
|
-
d="
|
|
138
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
139
139
|
/>
|
|
140
140
|
</svg>
|
|
141
141
|
</span>
|
|
@@ -177,7 +177,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
177
177
|
<span class="pf-v6-c-button__icon">
|
|
178
178
|
<svg
|
|
179
179
|
class="pf-v6-svg"
|
|
180
|
-
viewBox="0 0
|
|
180
|
+
viewBox="0 0 20 20"
|
|
181
181
|
fill="currentColor"
|
|
182
182
|
aria-hidden="true"
|
|
183
183
|
role="img"
|
|
@@ -185,7 +185,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
185
185
|
height="1em"
|
|
186
186
|
>
|
|
187
187
|
<path
|
|
188
|
-
d="
|
|
188
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
189
189
|
/>
|
|
190
190
|
</svg>
|
|
191
191
|
</span>
|
|
@@ -227,7 +227,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
227
227
|
<span class="pf-v6-c-button__icon">
|
|
228
228
|
<svg
|
|
229
229
|
class="pf-v6-svg"
|
|
230
|
-
viewBox="0 0
|
|
230
|
+
viewBox="0 0 20 20"
|
|
231
231
|
fill="currentColor"
|
|
232
232
|
aria-hidden="true"
|
|
233
233
|
role="img"
|
|
@@ -235,7 +235,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
235
235
|
height="1em"
|
|
236
236
|
>
|
|
237
237
|
<path
|
|
238
|
-
d="
|
|
238
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
239
239
|
/>
|
|
240
240
|
</svg>
|
|
241
241
|
</span>
|
|
@@ -277,7 +277,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
277
277
|
<span class="pf-v6-c-button__icon">
|
|
278
278
|
<svg
|
|
279
279
|
class="pf-v6-svg"
|
|
280
|
-
viewBox="0 0
|
|
280
|
+
viewBox="0 0 20 20"
|
|
281
281
|
fill="currentColor"
|
|
282
282
|
aria-hidden="true"
|
|
283
283
|
role="img"
|
|
@@ -285,7 +285,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
285
285
|
height="1em"
|
|
286
286
|
>
|
|
287
287
|
<path
|
|
288
|
-
d="
|
|
288
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
289
289
|
/>
|
|
290
290
|
</svg>
|
|
291
291
|
</span>
|
|
@@ -327,7 +327,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
327
327
|
<span class="pf-v6-c-button__icon">
|
|
328
328
|
<svg
|
|
329
329
|
class="pf-v6-svg"
|
|
330
|
-
viewBox="0 0
|
|
330
|
+
viewBox="0 0 20 20"
|
|
331
331
|
fill="currentColor"
|
|
332
332
|
aria-hidden="true"
|
|
333
333
|
role="img"
|
|
@@ -335,7 +335,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
335
335
|
height="1em"
|
|
336
336
|
>
|
|
337
337
|
<path
|
|
338
|
-
d="
|
|
338
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
339
339
|
/>
|
|
340
340
|
</svg>
|
|
341
341
|
</span>
|
|
@@ -377,7 +377,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
377
377
|
<span class="pf-v6-c-button__icon">
|
|
378
378
|
<svg
|
|
379
379
|
class="pf-v6-svg"
|
|
380
|
-
viewBox="0 0
|
|
380
|
+
viewBox="0 0 20 20"
|
|
381
381
|
fill="currentColor"
|
|
382
382
|
aria-hidden="true"
|
|
383
383
|
role="img"
|
|
@@ -385,7 +385,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
385
385
|
height="1em"
|
|
386
386
|
>
|
|
387
387
|
<path
|
|
388
|
-
d="
|
|
388
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
389
389
|
/>
|
|
390
390
|
</svg>
|
|
391
391
|
</span>
|
|
@@ -427,7 +427,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
427
427
|
<span class="pf-v6-c-button__icon">
|
|
428
428
|
<svg
|
|
429
429
|
class="pf-v6-svg"
|
|
430
|
-
viewBox="0 0
|
|
430
|
+
viewBox="0 0 20 20"
|
|
431
431
|
fill="currentColor"
|
|
432
432
|
aria-hidden="true"
|
|
433
433
|
role="img"
|
|
@@ -435,7 +435,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
435
435
|
height="1em"
|
|
436
436
|
>
|
|
437
437
|
<path
|
|
438
|
-
d="
|
|
438
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
439
439
|
/>
|
|
440
440
|
</svg>
|
|
441
441
|
</span>
|
|
@@ -492,7 +492,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
492
492
|
<span class="pf-v6-c-button__icon">
|
|
493
493
|
<svg
|
|
494
494
|
class="pf-v6-svg"
|
|
495
|
-
viewBox="0 0
|
|
495
|
+
viewBox="0 0 20 20"
|
|
496
496
|
fill="currentColor"
|
|
497
497
|
aria-hidden="true"
|
|
498
498
|
role="img"
|
|
@@ -500,7 +500,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
500
500
|
height="1em"
|
|
501
501
|
>
|
|
502
502
|
<path
|
|
503
|
-
d="
|
|
503
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
504
504
|
/>
|
|
505
505
|
</svg>
|
|
506
506
|
</span>
|
|
@@ -542,7 +542,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
542
542
|
<span class="pf-v6-c-button__icon">
|
|
543
543
|
<svg
|
|
544
544
|
class="pf-v6-svg"
|
|
545
|
-
viewBox="0 0
|
|
545
|
+
viewBox="0 0 20 20"
|
|
546
546
|
fill="currentColor"
|
|
547
547
|
aria-hidden="true"
|
|
548
548
|
role="img"
|
|
@@ -550,7 +550,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
550
550
|
height="1em"
|
|
551
551
|
>
|
|
552
552
|
<path
|
|
553
|
-
d="
|
|
553
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
554
554
|
/>
|
|
555
555
|
</svg>
|
|
556
556
|
</span>
|
|
@@ -559,7 +559,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
559
559
|
<header class="pf-v6-c-popover__header">
|
|
560
560
|
<div class="pf-v6-c-popover__title" id="popover-icon-title-header">
|
|
561
561
|
<span class="pf-v6-c-popover__title-icon">
|
|
562
|
-
<
|
|
562
|
+
<svg
|
|
563
|
+
class="pf-v6-svg"
|
|
564
|
+
viewBox="0 0 576 512"
|
|
565
|
+
fill="currentColor"
|
|
566
|
+
aria-hidden="true"
|
|
567
|
+
role="img"
|
|
568
|
+
width="1em"
|
|
569
|
+
height="1em"
|
|
570
|
+
>
|
|
571
|
+
<path
|
|
572
|
+
d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z"
|
|
573
|
+
/>
|
|
574
|
+
</svg>
|
|
563
575
|
</span>
|
|
564
576
|
<h1 class="pf-v6-c-popover__title-text">Popover with icon title</h1>
|
|
565
577
|
</div>
|
|
@@ -595,7 +607,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
595
607
|
<span class="pf-v6-c-button__icon">
|
|
596
608
|
<svg
|
|
597
609
|
class="pf-v6-svg"
|
|
598
|
-
viewBox="0 0
|
|
610
|
+
viewBox="0 0 20 20"
|
|
599
611
|
fill="currentColor"
|
|
600
612
|
aria-hidden="true"
|
|
601
613
|
role="img"
|
|
@@ -603,7 +615,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
603
615
|
height="1em"
|
|
604
616
|
>
|
|
605
617
|
<path
|
|
606
|
-
d="
|
|
618
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
607
619
|
/>
|
|
608
620
|
</svg>
|
|
609
621
|
</span>
|
|
@@ -612,7 +624,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
612
624
|
<header class="pf-v6-c-popover__header">
|
|
613
625
|
<div class="pf-v6-c-popover__title" id="popover-custom-alert-header">
|
|
614
626
|
<span class="pf-v6-c-popover__title-icon">
|
|
615
|
-
<
|
|
627
|
+
<svg
|
|
628
|
+
class="pf-v6-svg"
|
|
629
|
+
viewBox="0 0 32 32"
|
|
630
|
+
fill="currentColor"
|
|
631
|
+
aria-hidden="true"
|
|
632
|
+
role="img"
|
|
633
|
+
width="1em"
|
|
634
|
+
height="1em"
|
|
635
|
+
>
|
|
636
|
+
<path
|
|
637
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
638
|
+
/>
|
|
639
|
+
</svg>
|
|
616
640
|
</span>
|
|
617
641
|
<h1 class="pf-v6-c-popover__title-text">
|
|
618
642
|
<span class="pf-v6-screen-reader">
|
|
@@ -654,7 +678,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
654
678
|
<span class="pf-v6-c-button__icon">
|
|
655
679
|
<svg
|
|
656
680
|
class="pf-v6-svg"
|
|
657
|
-
viewBox="0 0
|
|
681
|
+
viewBox="0 0 20 20"
|
|
658
682
|
fill="currentColor"
|
|
659
683
|
aria-hidden="true"
|
|
660
684
|
role="img"
|
|
@@ -662,7 +686,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
662
686
|
height="1em"
|
|
663
687
|
>
|
|
664
688
|
<path
|
|
665
|
-
d="
|
|
689
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
666
690
|
/>
|
|
667
691
|
</svg>
|
|
668
692
|
</span>
|
|
@@ -671,7 +695,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
671
695
|
<header class="pf-v6-c-popover__header">
|
|
672
696
|
<div class="pf-v6-c-popover__title" id="popover-info-alert-header">
|
|
673
697
|
<span class="pf-v6-c-popover__title-icon">
|
|
674
|
-
<
|
|
698
|
+
<svg
|
|
699
|
+
class="pf-v6-svg"
|
|
700
|
+
viewBox="0 0 32 32"
|
|
701
|
+
fill="currentColor"
|
|
702
|
+
aria-hidden="true"
|
|
703
|
+
role="img"
|
|
704
|
+
width="1em"
|
|
705
|
+
height="1em"
|
|
706
|
+
>
|
|
707
|
+
<path
|
|
708
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
709
|
+
/>
|
|
710
|
+
</svg>
|
|
675
711
|
</span>
|
|
676
712
|
<h1 class="pf-v6-c-popover__title-text">
|
|
677
713
|
<span class="pf-v6-screen-reader">
|
|
@@ -713,7 +749,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
713
749
|
<span class="pf-v6-c-button__icon">
|
|
714
750
|
<svg
|
|
715
751
|
class="pf-v6-svg"
|
|
716
|
-
viewBox="0 0
|
|
752
|
+
viewBox="0 0 20 20"
|
|
717
753
|
fill="currentColor"
|
|
718
754
|
aria-hidden="true"
|
|
719
755
|
role="img"
|
|
@@ -721,7 +757,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
721
757
|
height="1em"
|
|
722
758
|
>
|
|
723
759
|
<path
|
|
724
|
-
d="
|
|
760
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
725
761
|
/>
|
|
726
762
|
</svg>
|
|
727
763
|
</span>
|
|
@@ -730,7 +766,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
730
766
|
<header class="pf-v6-c-popover__header">
|
|
731
767
|
<div class="pf-v6-c-popover__title" id="popover-success-alert-header">
|
|
732
768
|
<span class="pf-v6-c-popover__title-icon">
|
|
733
|
-
<
|
|
769
|
+
<svg
|
|
770
|
+
class="pf-v6-svg"
|
|
771
|
+
viewBox="0 0 32 32"
|
|
772
|
+
fill="currentColor"
|
|
773
|
+
aria-hidden="true"
|
|
774
|
+
role="img"
|
|
775
|
+
width="1em"
|
|
776
|
+
height="1em"
|
|
777
|
+
>
|
|
778
|
+
<path
|
|
779
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
780
|
+
/>
|
|
781
|
+
</svg>
|
|
734
782
|
</span>
|
|
735
783
|
<h1 class="pf-v6-c-popover__title-text">
|
|
736
784
|
<span class="pf-v6-screen-reader">
|
|
@@ -772,7 +820,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
772
820
|
<span class="pf-v6-c-button__icon">
|
|
773
821
|
<svg
|
|
774
822
|
class="pf-v6-svg"
|
|
775
|
-
viewBox="0 0
|
|
823
|
+
viewBox="0 0 20 20"
|
|
776
824
|
fill="currentColor"
|
|
777
825
|
aria-hidden="true"
|
|
778
826
|
role="img"
|
|
@@ -780,7 +828,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
780
828
|
height="1em"
|
|
781
829
|
>
|
|
782
830
|
<path
|
|
783
|
-
d="
|
|
831
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
784
832
|
/>
|
|
785
833
|
</svg>
|
|
786
834
|
</span>
|
|
@@ -789,7 +837,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
789
837
|
<header class="pf-v6-c-popover__header">
|
|
790
838
|
<div class="pf-v6-c-popover__title" id="popover-warning-alert-header">
|
|
791
839
|
<span class="pf-v6-c-popover__title-icon">
|
|
792
|
-
<
|
|
840
|
+
<svg
|
|
841
|
+
class="pf-v6-svg"
|
|
842
|
+
viewBox="0 0 32 32"
|
|
843
|
+
fill="currentColor"
|
|
844
|
+
aria-hidden="true"
|
|
845
|
+
role="img"
|
|
846
|
+
width="1em"
|
|
847
|
+
height="1em"
|
|
848
|
+
>
|
|
849
|
+
<path
|
|
850
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
851
|
+
/>
|
|
852
|
+
</svg>
|
|
793
853
|
</span>
|
|
794
854
|
<h1 class="pf-v6-c-popover__title-text">
|
|
795
855
|
<span class="pf-v6-screen-reader">
|
|
@@ -831,7 +891,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
831
891
|
<span class="pf-v6-c-button__icon">
|
|
832
892
|
<svg
|
|
833
893
|
class="pf-v6-svg"
|
|
834
|
-
viewBox="0 0
|
|
894
|
+
viewBox="0 0 20 20"
|
|
835
895
|
fill="currentColor"
|
|
836
896
|
aria-hidden="true"
|
|
837
897
|
role="img"
|
|
@@ -839,7 +899,7 @@ cssPrefix: pf-v6-c-popover
|
|
|
839
899
|
height="1em"
|
|
840
900
|
>
|
|
841
901
|
<path
|
|
842
|
-
d="
|
|
902
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
843
903
|
/>
|
|
844
904
|
</svg>
|
|
845
905
|
</span>
|
|
@@ -848,7 +908,19 @@ cssPrefix: pf-v6-c-popover
|
|
|
848
908
|
<header class="pf-v6-c-popover__header">
|
|
849
909
|
<div class="pf-v6-c-popover__title" id="popover-danger-alert-header">
|
|
850
910
|
<span class="pf-v6-c-popover__title-icon">
|
|
851
|
-
<
|
|
911
|
+
<svg
|
|
912
|
+
class="pf-v6-svg"
|
|
913
|
+
viewBox="0 0 32 32"
|
|
914
|
+
fill="currentColor"
|
|
915
|
+
aria-hidden="true"
|
|
916
|
+
role="img"
|
|
917
|
+
width="1em"
|
|
918
|
+
height="1em"
|
|
919
|
+
>
|
|
920
|
+
<path
|
|
921
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
922
|
+
/>
|
|
923
|
+
</svg>
|
|
852
924
|
</span>
|
|
853
925
|
<h1 class="pf-v6-c-popover__title-text">
|
|
854
926
|
<span class="pf-v6-screen-reader">
|