@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30
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/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +20 -4
- package/components/Button/button.scss +24 -5
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +399 -140
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +411 -150
- package/patternfly.css +411 -150
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -78,7 +78,19 @@ section: components
|
|
|
78
78
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
79
79
|
<span class="pf-v6-c-text-input-group__text">
|
|
80
80
|
<span class="pf-v6-c-text-input-group__icon">
|
|
81
|
-
<
|
|
81
|
+
<svg
|
|
82
|
+
class="pf-v6-svg"
|
|
83
|
+
fill="currentColor"
|
|
84
|
+
viewBox="0 0 32 32"
|
|
85
|
+
aria-hidden="true"
|
|
86
|
+
role="img"
|
|
87
|
+
width="1em"
|
|
88
|
+
height="1em"
|
|
89
|
+
>
|
|
90
|
+
<path
|
|
91
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
92
|
+
/>
|
|
93
|
+
</svg>
|
|
82
94
|
</span>
|
|
83
95
|
<input
|
|
84
96
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -190,14 +202,14 @@ section: components
|
|
|
190
202
|
<svg
|
|
191
203
|
class="pf-v6-svg"
|
|
192
204
|
fill="currentColor"
|
|
193
|
-
viewBox="0 0
|
|
205
|
+
viewBox="0 0 20 20"
|
|
194
206
|
aria-hidden="true"
|
|
195
207
|
role="img"
|
|
196
208
|
width="1em"
|
|
197
209
|
height="1em"
|
|
198
210
|
>
|
|
199
211
|
<path
|
|
200
|
-
d="
|
|
212
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
201
213
|
/>
|
|
202
214
|
</svg>
|
|
203
215
|
</span>
|
|
@@ -213,14 +225,14 @@ section: components
|
|
|
213
225
|
<svg
|
|
214
226
|
class="pf-v6-svg"
|
|
215
227
|
fill="currentColor"
|
|
216
|
-
viewBox="0 0
|
|
228
|
+
viewBox="0 0 20 20"
|
|
217
229
|
aria-hidden="true"
|
|
218
230
|
role="img"
|
|
219
231
|
width="1em"
|
|
220
232
|
height="1em"
|
|
221
233
|
>
|
|
222
234
|
<path
|
|
223
|
-
d="
|
|
235
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
224
236
|
/>
|
|
225
237
|
</svg>
|
|
226
238
|
</span>
|
|
@@ -759,10 +771,19 @@ section: components
|
|
|
759
771
|
<span
|
|
760
772
|
class="pf-v6-c-form-control__icon pf-m-status"
|
|
761
773
|
>
|
|
762
|
-
<
|
|
763
|
-
class="
|
|
774
|
+
<svg
|
|
775
|
+
class="pf-v6-svg"
|
|
776
|
+
fill="currentColor"
|
|
777
|
+
viewBox="0 0 32 32"
|
|
764
778
|
aria-hidden="true"
|
|
765
|
-
|
|
779
|
+
role="img"
|
|
780
|
+
width="1em"
|
|
781
|
+
height="1em"
|
|
782
|
+
>
|
|
783
|
+
<path
|
|
784
|
+
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"
|
|
785
|
+
/>
|
|
786
|
+
</svg>
|
|
766
787
|
</span>
|
|
767
788
|
</span>
|
|
768
789
|
</span>
|
|
@@ -843,7 +864,19 @@ section: components
|
|
|
843
864
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
844
865
|
<span class="pf-v6-c-text-input-group__text">
|
|
845
866
|
<span class="pf-v6-c-text-input-group__icon">
|
|
846
|
-
<
|
|
867
|
+
<svg
|
|
868
|
+
class="pf-v6-svg"
|
|
869
|
+
fill="currentColor"
|
|
870
|
+
viewBox="0 0 32 32"
|
|
871
|
+
aria-hidden="true"
|
|
872
|
+
role="img"
|
|
873
|
+
width="1em"
|
|
874
|
+
height="1em"
|
|
875
|
+
>
|
|
876
|
+
<path
|
|
877
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
878
|
+
/>
|
|
879
|
+
</svg>
|
|
847
880
|
</span>
|
|
848
881
|
<input
|
|
849
882
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1636,7 +1669,19 @@ section: components
|
|
|
1636
1669
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1637
1670
|
<span class="pf-v6-c-text-input-group__text">
|
|
1638
1671
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1639
|
-
<
|
|
1672
|
+
<svg
|
|
1673
|
+
class="pf-v6-svg"
|
|
1674
|
+
fill="currentColor"
|
|
1675
|
+
viewBox="0 0 32 32"
|
|
1676
|
+
aria-hidden="true"
|
|
1677
|
+
role="img"
|
|
1678
|
+
width="1em"
|
|
1679
|
+
height="1em"
|
|
1680
|
+
>
|
|
1681
|
+
<path
|
|
1682
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
1683
|
+
/>
|
|
1684
|
+
</svg>
|
|
1640
1685
|
</span>
|
|
1641
1686
|
<input
|
|
1642
1687
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -1791,14 +1836,14 @@ section: components
|
|
|
1791
1836
|
<svg
|
|
1792
1837
|
class="pf-v6-svg"
|
|
1793
1838
|
fill="currentColor"
|
|
1794
|
-
viewBox="0 0
|
|
1839
|
+
viewBox="0 0 20 20"
|
|
1795
1840
|
aria-hidden="true"
|
|
1796
1841
|
role="img"
|
|
1797
1842
|
width="1em"
|
|
1798
1843
|
height="1em"
|
|
1799
1844
|
>
|
|
1800
1845
|
<path
|
|
1801
|
-
d="
|
|
1846
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1802
1847
|
/>
|
|
1803
1848
|
</svg>
|
|
1804
1849
|
</span>
|
|
@@ -1814,14 +1859,14 @@ section: components
|
|
|
1814
1859
|
<svg
|
|
1815
1860
|
class="pf-v6-svg"
|
|
1816
1861
|
fill="currentColor"
|
|
1817
|
-
viewBox="0 0
|
|
1862
|
+
viewBox="0 0 20 20"
|
|
1818
1863
|
aria-hidden="true"
|
|
1819
1864
|
role="img"
|
|
1820
1865
|
width="1em"
|
|
1821
1866
|
height="1em"
|
|
1822
1867
|
>
|
|
1823
1868
|
<path
|
|
1824
|
-
d="
|
|
1869
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1825
1870
|
/>
|
|
1826
1871
|
</svg>
|
|
1827
1872
|
</span>
|
|
@@ -1875,7 +1920,19 @@ section: components
|
|
|
1875
1920
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1876
1921
|
<span class="pf-v6-c-text-input-group__text">
|
|
1877
1922
|
<span class="pf-v6-c-text-input-group__icon">
|
|
1878
|
-
<
|
|
1923
|
+
<svg
|
|
1924
|
+
class="pf-v6-svg"
|
|
1925
|
+
fill="currentColor"
|
|
1926
|
+
viewBox="0 0 32 32"
|
|
1927
|
+
aria-hidden="true"
|
|
1928
|
+
role="img"
|
|
1929
|
+
width="1em"
|
|
1930
|
+
height="1em"
|
|
1931
|
+
>
|
|
1932
|
+
<path
|
|
1933
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
1934
|
+
/>
|
|
1935
|
+
</svg>
|
|
1879
1936
|
</span>
|
|
1880
1937
|
<input
|
|
1881
1938
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2057,14 +2114,14 @@ section: components
|
|
|
2057
2114
|
<svg
|
|
2058
2115
|
class="pf-v6-svg"
|
|
2059
2116
|
fill="currentColor"
|
|
2060
|
-
viewBox="0 0
|
|
2117
|
+
viewBox="0 0 20 20"
|
|
2061
2118
|
aria-hidden="true"
|
|
2062
2119
|
role="img"
|
|
2063
2120
|
width="1em"
|
|
2064
2121
|
height="1em"
|
|
2065
2122
|
>
|
|
2066
2123
|
<path
|
|
2067
|
-
d="
|
|
2124
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2068
2125
|
/>
|
|
2069
2126
|
</svg>
|
|
2070
2127
|
</span>
|
|
@@ -2080,14 +2137,14 @@ section: components
|
|
|
2080
2137
|
<svg
|
|
2081
2138
|
class="pf-v6-svg"
|
|
2082
2139
|
fill="currentColor"
|
|
2083
|
-
viewBox="0 0
|
|
2140
|
+
viewBox="0 0 20 20"
|
|
2084
2141
|
aria-hidden="true"
|
|
2085
2142
|
role="img"
|
|
2086
2143
|
width="1em"
|
|
2087
2144
|
height="1em"
|
|
2088
2145
|
>
|
|
2089
2146
|
<path
|
|
2090
|
-
d="
|
|
2147
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2091
2148
|
/>
|
|
2092
2149
|
</svg>
|
|
2093
2150
|
</span>
|
|
@@ -2182,7 +2239,19 @@ section: components
|
|
|
2182
2239
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
2183
2240
|
<span class="pf-v6-c-text-input-group__text">
|
|
2184
2241
|
<span class="pf-v6-c-text-input-group__icon">
|
|
2185
|
-
<
|
|
2242
|
+
<svg
|
|
2243
|
+
class="pf-v6-svg"
|
|
2244
|
+
fill="currentColor"
|
|
2245
|
+
viewBox="0 0 32 32"
|
|
2246
|
+
aria-hidden="true"
|
|
2247
|
+
role="img"
|
|
2248
|
+
width="1em"
|
|
2249
|
+
height="1em"
|
|
2250
|
+
>
|
|
2251
|
+
<path
|
|
2252
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
2253
|
+
/>
|
|
2254
|
+
</svg>
|
|
2186
2255
|
</span>
|
|
2187
2256
|
<input
|
|
2188
2257
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -2337,14 +2406,14 @@ section: components
|
|
|
2337
2406
|
<svg
|
|
2338
2407
|
class="pf-v6-svg"
|
|
2339
2408
|
fill="currentColor"
|
|
2340
|
-
viewBox="0 0
|
|
2409
|
+
viewBox="0 0 20 20"
|
|
2341
2410
|
aria-hidden="true"
|
|
2342
2411
|
role="img"
|
|
2343
2412
|
width="1em"
|
|
2344
2413
|
height="1em"
|
|
2345
2414
|
>
|
|
2346
2415
|
<path
|
|
2347
|
-
d="
|
|
2416
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2348
2417
|
/>
|
|
2349
2418
|
</svg>
|
|
2350
2419
|
</span>
|
|
@@ -2360,14 +2429,14 @@ section: components
|
|
|
2360
2429
|
<svg
|
|
2361
2430
|
class="pf-v6-svg"
|
|
2362
2431
|
fill="currentColor"
|
|
2363
|
-
viewBox="0 0
|
|
2432
|
+
viewBox="0 0 20 20"
|
|
2364
2433
|
aria-hidden="true"
|
|
2365
2434
|
role="img"
|
|
2366
2435
|
width="1em"
|
|
2367
2436
|
height="1em"
|
|
2368
2437
|
>
|
|
2369
2438
|
<path
|
|
2370
|
-
d="
|
|
2439
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2371
2440
|
/>
|
|
2372
2441
|
</svg>
|
|
2373
2442
|
</span>
|
|
@@ -2606,14 +2675,14 @@ section: components
|
|
|
2606
2675
|
<svg
|
|
2607
2676
|
class="pf-v6-svg"
|
|
2608
2677
|
fill="currentColor"
|
|
2609
|
-
viewBox="0 0
|
|
2678
|
+
viewBox="0 0 20 20"
|
|
2610
2679
|
aria-hidden="true"
|
|
2611
2680
|
role="img"
|
|
2612
2681
|
width="1em"
|
|
2613
2682
|
height="1em"
|
|
2614
2683
|
>
|
|
2615
2684
|
<path
|
|
2616
|
-
d="
|
|
2685
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2617
2686
|
/>
|
|
2618
2687
|
</svg>
|
|
2619
2688
|
</span>
|
|
@@ -2629,14 +2698,14 @@ section: components
|
|
|
2629
2698
|
<svg
|
|
2630
2699
|
class="pf-v6-svg"
|
|
2631
2700
|
fill="currentColor"
|
|
2632
|
-
viewBox="0 0
|
|
2701
|
+
viewBox="0 0 20 20"
|
|
2633
2702
|
aria-hidden="true"
|
|
2634
2703
|
role="img"
|
|
2635
2704
|
width="1em"
|
|
2636
2705
|
height="1em"
|
|
2637
2706
|
>
|
|
2638
2707
|
<path
|
|
2639
|
-
d="
|
|
2708
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2640
2709
|
/>
|
|
2641
2710
|
</svg>
|
|
2642
2711
|
</span>
|
|
@@ -3007,7 +3076,19 @@ section: components
|
|
|
3007
3076
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3008
3077
|
<span class="pf-v6-c-text-input-group__text">
|
|
3009
3078
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3010
|
-
<
|
|
3079
|
+
<svg
|
|
3080
|
+
class="pf-v6-svg"
|
|
3081
|
+
fill="currentColor"
|
|
3082
|
+
viewBox="0 0 32 32"
|
|
3083
|
+
aria-hidden="true"
|
|
3084
|
+
role="img"
|
|
3085
|
+
width="1em"
|
|
3086
|
+
height="1em"
|
|
3087
|
+
>
|
|
3088
|
+
<path
|
|
3089
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
3090
|
+
/>
|
|
3091
|
+
</svg>
|
|
3011
3092
|
</span>
|
|
3012
3093
|
<input
|
|
3013
3094
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -3162,14 +3243,14 @@ section: components
|
|
|
3162
3243
|
<svg
|
|
3163
3244
|
class="pf-v6-svg"
|
|
3164
3245
|
fill="currentColor"
|
|
3165
|
-
viewBox="0 0
|
|
3246
|
+
viewBox="0 0 20 20"
|
|
3166
3247
|
aria-hidden="true"
|
|
3167
3248
|
role="img"
|
|
3168
3249
|
width="1em"
|
|
3169
3250
|
height="1em"
|
|
3170
3251
|
>
|
|
3171
3252
|
<path
|
|
3172
|
-
d="
|
|
3253
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3173
3254
|
/>
|
|
3174
3255
|
</svg>
|
|
3175
3256
|
</span>
|
|
@@ -3185,14 +3266,14 @@ section: components
|
|
|
3185
3266
|
<svg
|
|
3186
3267
|
class="pf-v6-svg"
|
|
3187
3268
|
fill="currentColor"
|
|
3188
|
-
viewBox="0 0
|
|
3269
|
+
viewBox="0 0 20 20"
|
|
3189
3270
|
aria-hidden="true"
|
|
3190
3271
|
role="img"
|
|
3191
3272
|
width="1em"
|
|
3192
3273
|
height="1em"
|
|
3193
3274
|
>
|
|
3194
3275
|
<path
|
|
3195
|
-
d="
|
|
3276
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3196
3277
|
/>
|
|
3197
3278
|
</svg>
|
|
3198
3279
|
</span>
|
|
@@ -3994,7 +4075,19 @@ section: components
|
|
|
3994
4075
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
3995
4076
|
<span class="pf-v6-c-text-input-group__text">
|
|
3996
4077
|
<span class="pf-v6-c-text-input-group__icon">
|
|
3997
|
-
<
|
|
4078
|
+
<svg
|
|
4079
|
+
class="pf-v6-svg"
|
|
4080
|
+
fill="currentColor"
|
|
4081
|
+
viewBox="0 0 32 32"
|
|
4082
|
+
aria-hidden="true"
|
|
4083
|
+
role="img"
|
|
4084
|
+
width="1em"
|
|
4085
|
+
height="1em"
|
|
4086
|
+
>
|
|
4087
|
+
<path
|
|
4088
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
4089
|
+
/>
|
|
4090
|
+
</svg>
|
|
3998
4091
|
</span>
|
|
3999
4092
|
<input
|
|
4000
4093
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -4095,14 +4188,14 @@ section: components
|
|
|
4095
4188
|
<svg
|
|
4096
4189
|
class="pf-v6-svg"
|
|
4097
4190
|
fill="currentColor"
|
|
4098
|
-
viewBox="0 0
|
|
4191
|
+
viewBox="0 0 20 20"
|
|
4099
4192
|
aria-hidden="true"
|
|
4100
4193
|
role="img"
|
|
4101
4194
|
width="1em"
|
|
4102
4195
|
height="1em"
|
|
4103
4196
|
>
|
|
4104
4197
|
<path
|
|
4105
|
-
d="
|
|
4198
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4106
4199
|
/>
|
|
4107
4200
|
</svg>
|
|
4108
4201
|
</span>
|
|
@@ -4118,14 +4211,14 @@ section: components
|
|
|
4118
4211
|
<svg
|
|
4119
4212
|
class="pf-v6-svg"
|
|
4120
4213
|
fill="currentColor"
|
|
4121
|
-
viewBox="0 0
|
|
4214
|
+
viewBox="0 0 20 20"
|
|
4122
4215
|
aria-hidden="true"
|
|
4123
4216
|
role="img"
|
|
4124
4217
|
width="1em"
|
|
4125
4218
|
height="1em"
|
|
4126
4219
|
>
|
|
4127
4220
|
<path
|
|
4128
|
-
d="
|
|
4221
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4129
4222
|
/>
|
|
4130
4223
|
</svg>
|
|
4131
4224
|
</span>
|
|
@@ -4880,14 +4973,14 @@ section: components
|
|
|
4880
4973
|
<svg
|
|
4881
4974
|
class="pf-v6-svg"
|
|
4882
4975
|
fill="currentColor"
|
|
4883
|
-
viewBox="0 0
|
|
4976
|
+
viewBox="0 0 20 20"
|
|
4884
4977
|
aria-hidden="true"
|
|
4885
4978
|
role="img"
|
|
4886
4979
|
width="1em"
|
|
4887
4980
|
height="1em"
|
|
4888
4981
|
>
|
|
4889
4982
|
<path
|
|
4890
|
-
d="
|
|
4983
|
+
d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
|
|
4891
4984
|
/>
|
|
4892
4985
|
</svg>
|
|
4893
4986
|
</span>
|
|
@@ -4904,14 +4997,14 @@ section: components
|
|
|
4904
4997
|
<svg
|
|
4905
4998
|
class="pf-v6-svg"
|
|
4906
4999
|
fill="currentColor"
|
|
4907
|
-
viewBox="0 0
|
|
5000
|
+
viewBox="0 0 20 20"
|
|
4908
5001
|
aria-hidden="true"
|
|
4909
5002
|
role="img"
|
|
4910
5003
|
width="1em"
|
|
4911
5004
|
height="1em"
|
|
4912
5005
|
>
|
|
4913
5006
|
<path
|
|
4914
|
-
d="
|
|
5007
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4915
5008
|
/>
|
|
4916
5009
|
</svg>
|
|
4917
5010
|
</span>
|
|
@@ -4939,14 +5032,14 @@ section: components
|
|
|
4939
5032
|
<svg
|
|
4940
5033
|
class="pf-v6-svg"
|
|
4941
5034
|
fill="currentColor"
|
|
4942
|
-
viewBox="0 0
|
|
5035
|
+
viewBox="0 0 20 20"
|
|
4943
5036
|
aria-hidden="true"
|
|
4944
5037
|
role="img"
|
|
4945
5038
|
width="1em"
|
|
4946
5039
|
height="1em"
|
|
4947
5040
|
>
|
|
4948
5041
|
<path
|
|
4949
|
-
d="
|
|
5042
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4950
5043
|
/>
|
|
4951
5044
|
</svg>
|
|
4952
5045
|
</span>
|
|
@@ -4963,14 +5056,14 @@ section: components
|
|
|
4963
5056
|
<svg
|
|
4964
5057
|
class="pf-v6-svg"
|
|
4965
5058
|
fill="currentColor"
|
|
4966
|
-
viewBox="0 0
|
|
5059
|
+
viewBox="0 0 20 20"
|
|
4967
5060
|
aria-hidden="true"
|
|
4968
5061
|
role="img"
|
|
4969
5062
|
width="1em"
|
|
4970
5063
|
height="1em"
|
|
4971
5064
|
>
|
|
4972
5065
|
<path
|
|
4973
|
-
d="
|
|
5066
|
+
d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
|
|
4974
5067
|
/>
|
|
4975
5068
|
</svg>
|
|
4976
5069
|
</span>
|