@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.31
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 +33 -5
- package/components/Button/button.scss +39 -7
- 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 +412 -141
- 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 +424 -151
- package/patternfly.css +424 -151
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -22,14 +22,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
22
22
|
<svg
|
|
23
23
|
class="pf-v6-svg"
|
|
24
24
|
fill="currentColor"
|
|
25
|
-
viewBox="0 0
|
|
25
|
+
viewBox="0 0 32 32"
|
|
26
26
|
aria-hidden="true"
|
|
27
27
|
role="img"
|
|
28
28
|
width="1em"
|
|
29
29
|
height="1em"
|
|
30
30
|
>
|
|
31
31
|
<path
|
|
32
|
-
d="
|
|
32
|
+
d="M28 7v22.607c0 .768-.622 1.393-1.387 1.393H10a1 1 0 1 1 0-2h16V7a1 1 0 1 1 2 0Zm-6.5 19h-16c-.827 0-1.5-.673-1.5-1.5V8a1.001 1.001 0 0 1 .294-.708l5.998-5.998A1.001 1.001 0 0 1 11 1h10.5c.827 0 1.5.673 1.5 1.5v22c0 .827-.673 1.5-1.5 1.5ZM7.414 7H10V4.414L7.414 7ZM21 3h-9v4.614C12 8.378 11.378 9 10.613 9H6v15h15V3Z"
|
|
33
33
|
/>
|
|
34
34
|
</svg>
|
|
35
35
|
</span>
|
|
@@ -43,14 +43,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
43
43
|
<svg
|
|
44
44
|
class="pf-v6-svg"
|
|
45
45
|
fill="currentColor"
|
|
46
|
-
viewBox="0 0
|
|
46
|
+
viewBox="0 0 32 32"
|
|
47
47
|
aria-hidden="true"
|
|
48
48
|
role="img"
|
|
49
49
|
width="1em"
|
|
50
50
|
height="1em"
|
|
51
51
|
>
|
|
52
52
|
<path
|
|
53
|
-
d="
|
|
53
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h26a1 1 0 0 1 1 1Zm-15.061-4.646c.292.292.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L17 21.587V3a1 1 0 0 0-2 0v18.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414l8.646 8.646Z"
|
|
54
54
|
/>
|
|
55
55
|
</svg>
|
|
56
56
|
</span>
|
|
@@ -64,14 +64,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
64
64
|
<svg
|
|
65
65
|
class="pf-v6-svg"
|
|
66
66
|
fill="currentColor"
|
|
67
|
-
viewBox="0 0
|
|
67
|
+
viewBox="0 0 32 32"
|
|
68
68
|
aria-hidden="true"
|
|
69
69
|
role="img"
|
|
70
70
|
width="1em"
|
|
71
71
|
height="1em"
|
|
72
72
|
>
|
|
73
73
|
<path
|
|
74
|
-
d="
|
|
74
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h26a1 1 0 0 1 1 1ZM7.707 12.707 15 5.414V24a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-8.646-8.647a1.5 1.5 0 0 0-2.121 0l-8.647 8.647a.999.999 0 1 0 1.414 1.414Z"
|
|
75
75
|
/>
|
|
76
76
|
</svg>
|
|
77
77
|
</span>
|
|
@@ -81,7 +81,19 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
81
81
|
</div>
|
|
82
82
|
<div class="pf-v6-c-code-editor__tab">
|
|
83
83
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
84
|
-
<
|
|
84
|
+
<svg
|
|
85
|
+
class="pf-v6-svg"
|
|
86
|
+
fill="currentColor"
|
|
87
|
+
viewBox="0 0 32 32"
|
|
88
|
+
aria-hidden="true"
|
|
89
|
+
role="img"
|
|
90
|
+
width="1em"
|
|
91
|
+
height="1em"
|
|
92
|
+
>
|
|
93
|
+
<path
|
|
94
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
95
|
+
/>
|
|
96
|
+
</svg>
|
|
85
97
|
</span>
|
|
86
98
|
<span class="pf-v6-c-code-editor__tab-text">HTML</span>
|
|
87
99
|
</div>
|
|
@@ -113,14 +125,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
113
125
|
<svg
|
|
114
126
|
class="pf-v6-svg"
|
|
115
127
|
fill="currentColor"
|
|
116
|
-
viewBox="0 0
|
|
128
|
+
viewBox="0 0 32 32"
|
|
117
129
|
aria-hidden="true"
|
|
118
130
|
role="img"
|
|
119
131
|
width="1em"
|
|
120
132
|
height="1em"
|
|
121
133
|
>
|
|
122
134
|
<path
|
|
123
|
-
d="
|
|
135
|
+
d="M28 7v22.607c0 .768-.622 1.393-1.387 1.393H10a1 1 0 1 1 0-2h16V7a1 1 0 1 1 2 0Zm-6.5 19h-16c-.827 0-1.5-.673-1.5-1.5V8a1.001 1.001 0 0 1 .294-.708l5.998-5.998A1.001 1.001 0 0 1 11 1h10.5c.827 0 1.5.673 1.5 1.5v22c0 .827-.673 1.5-1.5 1.5ZM7.414 7H10V4.414L7.414 7ZM21 3h-9v4.614C12 8.378 11.378 9 10.613 9H6v15h15V3Z"
|
|
124
136
|
/>
|
|
125
137
|
</svg>
|
|
126
138
|
</span>
|
|
@@ -134,14 +146,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
134
146
|
<svg
|
|
135
147
|
class="pf-v6-svg"
|
|
136
148
|
fill="currentColor"
|
|
137
|
-
viewBox="0 0
|
|
149
|
+
viewBox="0 0 32 32"
|
|
138
150
|
aria-hidden="true"
|
|
139
151
|
role="img"
|
|
140
152
|
width="1em"
|
|
141
153
|
height="1em"
|
|
142
154
|
>
|
|
143
155
|
<path
|
|
144
|
-
d="
|
|
156
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h26a1 1 0 0 1 1 1Zm-15.061-4.646c.292.292.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L17 21.587V3a1 1 0 0 0-2 0v18.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414l8.646 8.646Z"
|
|
145
157
|
/>
|
|
146
158
|
</svg>
|
|
147
159
|
</span>
|
|
@@ -155,14 +167,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
155
167
|
<svg
|
|
156
168
|
class="pf-v6-svg"
|
|
157
169
|
fill="currentColor"
|
|
158
|
-
viewBox="0 0
|
|
170
|
+
viewBox="0 0 32 32"
|
|
159
171
|
aria-hidden="true"
|
|
160
172
|
role="img"
|
|
161
173
|
width="1em"
|
|
162
174
|
height="1em"
|
|
163
175
|
>
|
|
164
176
|
<path
|
|
165
|
-
d="
|
|
177
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h26a1 1 0 0 1 1 1ZM7.707 12.707 15 5.414V24a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-8.646-8.647a1.5 1.5 0 0 0-2.121 0l-8.647 8.647a.999.999 0 1 0 1.414 1.414Z"
|
|
166
178
|
/>
|
|
167
179
|
</svg>
|
|
168
180
|
</span>
|
|
@@ -172,7 +184,19 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
172
184
|
</div>
|
|
173
185
|
<div class="pf-v6-c-code-editor__tab">
|
|
174
186
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
175
|
-
<
|
|
187
|
+
<svg
|
|
188
|
+
class="pf-v6-svg"
|
|
189
|
+
fill="currentColor"
|
|
190
|
+
viewBox="0 0 32 32"
|
|
191
|
+
aria-hidden="true"
|
|
192
|
+
role="img"
|
|
193
|
+
width="1em"
|
|
194
|
+
height="1em"
|
|
195
|
+
>
|
|
196
|
+
<path
|
|
197
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
198
|
+
/>
|
|
199
|
+
</svg>
|
|
176
200
|
</span>
|
|
177
201
|
<span class="pf-v6-c-code-editor__tab-text">HTML</span>
|
|
178
202
|
</div>
|
|
@@ -195,7 +219,19 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
195
219
|
<div class="pf-v6-c-code-editor__header">
|
|
196
220
|
<div class="pf-v6-c-code-editor__tab">
|
|
197
221
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
198
|
-
<
|
|
222
|
+
<svg
|
|
223
|
+
class="pf-v6-svg"
|
|
224
|
+
fill="currentColor"
|
|
225
|
+
viewBox="0 0 32 32"
|
|
226
|
+
aria-hidden="true"
|
|
227
|
+
role="img"
|
|
228
|
+
width="1em"
|
|
229
|
+
height="1em"
|
|
230
|
+
>
|
|
231
|
+
<path
|
|
232
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
233
|
+
/>
|
|
234
|
+
</svg>
|
|
199
235
|
</span>
|
|
200
236
|
<span class="pf-v6-c-code-editor__tab-text">YAML</span>
|
|
201
237
|
</div>
|
|
@@ -209,14 +245,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
209
245
|
<svg
|
|
210
246
|
class="pf-v6-svg"
|
|
211
247
|
fill="currentColor"
|
|
212
|
-
viewBox="0 0
|
|
248
|
+
viewBox="0 0 32 32"
|
|
213
249
|
aria-hidden="true"
|
|
214
250
|
role="img"
|
|
215
251
|
width="1em"
|
|
216
252
|
height="1em"
|
|
217
253
|
>
|
|
218
254
|
<path
|
|
219
|
-
d="
|
|
255
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
220
256
|
/>
|
|
221
257
|
</svg>
|
|
222
258
|
</div>
|
|
@@ -272,7 +308,19 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
272
308
|
<div class="pf-v6-c-code-editor__header">
|
|
273
309
|
<div class="pf-v6-c-code-editor__tab">
|
|
274
310
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
275
|
-
<
|
|
311
|
+
<svg
|
|
312
|
+
class="pf-v6-svg"
|
|
313
|
+
fill="currentColor"
|
|
314
|
+
viewBox="0 0 32 32"
|
|
315
|
+
aria-hidden="true"
|
|
316
|
+
role="img"
|
|
317
|
+
width="1em"
|
|
318
|
+
height="1em"
|
|
319
|
+
>
|
|
320
|
+
<path
|
|
321
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
322
|
+
/>
|
|
323
|
+
</svg>
|
|
276
324
|
</span>
|
|
277
325
|
<span class="pf-v6-c-code-editor__tab-text">YAML</span>
|
|
278
326
|
</div>
|
|
@@ -286,14 +334,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
286
334
|
<svg
|
|
287
335
|
class="pf-v6-svg"
|
|
288
336
|
fill="currentColor"
|
|
289
|
-
viewBox="0 0
|
|
337
|
+
viewBox="0 0 32 32"
|
|
290
338
|
aria-hidden="true"
|
|
291
339
|
role="img"
|
|
292
340
|
width="1em"
|
|
293
341
|
height="1em"
|
|
294
342
|
>
|
|
295
343
|
<path
|
|
296
|
-
d="
|
|
344
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
297
345
|
/>
|
|
298
346
|
</svg>
|
|
299
347
|
</div>
|
|
@@ -342,14 +390,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
342
390
|
<svg
|
|
343
391
|
class="pf-v6-svg"
|
|
344
392
|
fill="currentColor"
|
|
345
|
-
viewBox="0 0
|
|
393
|
+
viewBox="0 0 32 32"
|
|
346
394
|
aria-hidden="true"
|
|
347
395
|
role="img"
|
|
348
396
|
width="1em"
|
|
349
397
|
height="1em"
|
|
350
398
|
>
|
|
351
399
|
<path
|
|
352
|
-
d="
|
|
400
|
+
d="M28 7v22.607c0 .768-.622 1.393-1.387 1.393H10a1 1 0 1 1 0-2h16V7a1 1 0 1 1 2 0Zm-6.5 19h-16c-.827 0-1.5-.673-1.5-1.5V8a1.001 1.001 0 0 1 .294-.708l5.998-5.998A1.001 1.001 0 0 1 11 1h10.5c.827 0 1.5.673 1.5 1.5v22c0 .827-.673 1.5-1.5 1.5ZM7.414 7H10V4.414L7.414 7ZM21 3h-9v4.614C12 8.378 11.378 9 10.613 9H6v15h15V3Z"
|
|
353
401
|
/>
|
|
354
402
|
</svg>
|
|
355
403
|
</span>
|
|
@@ -363,14 +411,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
363
411
|
<svg
|
|
364
412
|
class="pf-v6-svg"
|
|
365
413
|
fill="currentColor"
|
|
366
|
-
viewBox="0 0
|
|
414
|
+
viewBox="0 0 32 32"
|
|
367
415
|
aria-hidden="true"
|
|
368
416
|
role="img"
|
|
369
417
|
width="1em"
|
|
370
418
|
height="1em"
|
|
371
419
|
>
|
|
372
420
|
<path
|
|
373
|
-
d="
|
|
421
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h26a1 1 0 0 1 1 1Zm-15.061-4.646c.292.292.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L17 21.587V3a1 1 0 0 0-2 0v18.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414l8.646 8.646Z"
|
|
374
422
|
/>
|
|
375
423
|
</svg>
|
|
376
424
|
</span>
|
|
@@ -384,14 +432,14 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
384
432
|
<svg
|
|
385
433
|
class="pf-v6-svg"
|
|
386
434
|
fill="currentColor"
|
|
387
|
-
viewBox="0 0
|
|
435
|
+
viewBox="0 0 32 32"
|
|
388
436
|
aria-hidden="true"
|
|
389
437
|
role="img"
|
|
390
438
|
width="1em"
|
|
391
439
|
height="1em"
|
|
392
440
|
>
|
|
393
441
|
<path
|
|
394
|
-
d="
|
|
442
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h26a1 1 0 0 1 1 1ZM7.707 12.707 15 5.414V24a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-8.646-8.647a1.5 1.5 0 0 0-2.121 0l-8.647 8.647a.999.999 0 1 0 1.414 1.414Z"
|
|
395
443
|
/>
|
|
396
444
|
</svg>
|
|
397
445
|
</span>
|
|
@@ -403,15 +451,15 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
403
451
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
404
452
|
<svg
|
|
405
453
|
class="pf-v6-svg"
|
|
406
|
-
viewBox="0 0 1024 1024"
|
|
407
454
|
fill="currentColor"
|
|
455
|
+
viewBox="0 0 32 32"
|
|
408
456
|
aria-hidden="true"
|
|
409
457
|
role="img"
|
|
410
458
|
width="1em"
|
|
411
459
|
height="1em"
|
|
412
460
|
>
|
|
413
461
|
<path
|
|
414
|
-
d="
|
|
462
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
415
463
|
/>
|
|
416
464
|
</svg>
|
|
417
465
|
</span>
|
|
@@ -421,7 +469,19 @@ cssPrefix: pf-v6-c-code-editor
|
|
|
421
469
|
</div>
|
|
422
470
|
<div class="pf-v6-c-code-editor__tab">
|
|
423
471
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
424
|
-
<
|
|
472
|
+
<svg
|
|
473
|
+
class="pf-v6-svg"
|
|
474
|
+
fill="currentColor"
|
|
475
|
+
viewBox="0 0 32 32"
|
|
476
|
+
aria-hidden="true"
|
|
477
|
+
role="img"
|
|
478
|
+
width="1em"
|
|
479
|
+
height="1em"
|
|
480
|
+
>
|
|
481
|
+
<path
|
|
482
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
483
|
+
/>
|
|
484
|
+
</svg>
|
|
425
485
|
</span>
|
|
426
486
|
<span class="pf-v6-c-code-editor__tab-text">HTML</span>
|
|
427
487
|
</div>
|
|
@@ -456,14 +516,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
456
516
|
<svg
|
|
457
517
|
class="pf-v6-svg"
|
|
458
518
|
fill="currentColor"
|
|
459
|
-
viewBox="0 0
|
|
519
|
+
viewBox="0 0 32 32"
|
|
460
520
|
aria-hidden="true"
|
|
461
521
|
role="img"
|
|
462
522
|
width="1em"
|
|
463
523
|
height="1em"
|
|
464
524
|
>
|
|
465
525
|
<path
|
|
466
|
-
d="
|
|
526
|
+
d="M28 7v22.607c0 .768-.622 1.393-1.387 1.393H10a1 1 0 1 1 0-2h16V7a1 1 0 1 1 2 0Zm-6.5 19h-16c-.827 0-1.5-.673-1.5-1.5V8a1.001 1.001 0 0 1 .294-.708l5.998-5.998A1.001 1.001 0 0 1 11 1h10.5c.827 0 1.5.673 1.5 1.5v22c0 .827-.673 1.5-1.5 1.5ZM7.414 7H10V4.414L7.414 7ZM21 3h-9v4.614C12 8.378 11.378 9 10.613 9H6v15h15V3Z"
|
|
467
527
|
/>
|
|
468
528
|
</svg>
|
|
469
529
|
</span>
|
|
@@ -477,14 +537,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
477
537
|
<svg
|
|
478
538
|
class="pf-v6-svg"
|
|
479
539
|
fill="currentColor"
|
|
480
|
-
viewBox="0 0
|
|
540
|
+
viewBox="0 0 32 32"
|
|
481
541
|
aria-hidden="true"
|
|
482
542
|
role="img"
|
|
483
543
|
width="1em"
|
|
484
544
|
height="1em"
|
|
485
545
|
>
|
|
486
546
|
<path
|
|
487
|
-
d="
|
|
547
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h26a1 1 0 0 1 1 1Zm-15.061-4.646c.292.292.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L17 21.587V3a1 1 0 0 0-2 0v18.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414l8.646 8.646Z"
|
|
488
548
|
/>
|
|
489
549
|
</svg>
|
|
490
550
|
</span>
|
|
@@ -498,14 +558,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
498
558
|
<svg
|
|
499
559
|
class="pf-v6-svg"
|
|
500
560
|
fill="currentColor"
|
|
501
|
-
viewBox="0 0
|
|
561
|
+
viewBox="0 0 32 32"
|
|
502
562
|
aria-hidden="true"
|
|
503
563
|
role="img"
|
|
504
564
|
width="1em"
|
|
505
565
|
height="1em"
|
|
506
566
|
>
|
|
507
567
|
<path
|
|
508
|
-
d="
|
|
568
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h26a1 1 0 0 1 1 1ZM7.707 12.707 15 5.414V24a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-8.646-8.647a1.5 1.5 0 0 0-2.121 0l-8.647 8.647a.999.999 0 1 0 1.414 1.414Z"
|
|
509
569
|
/>
|
|
510
570
|
</svg>
|
|
511
571
|
</span>
|
|
@@ -514,7 +574,19 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
514
574
|
</div>
|
|
515
575
|
<div class="pf-v6-c-code-editor__tab">
|
|
516
576
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
517
|
-
<
|
|
577
|
+
<svg
|
|
578
|
+
class="pf-v6-svg"
|
|
579
|
+
fill="currentColor"
|
|
580
|
+
viewBox="0 0 32 32"
|
|
581
|
+
aria-hidden="true"
|
|
582
|
+
role="img"
|
|
583
|
+
width="1em"
|
|
584
|
+
height="1em"
|
|
585
|
+
>
|
|
586
|
+
<path
|
|
587
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
588
|
+
/>
|
|
589
|
+
</svg>
|
|
518
590
|
</span>
|
|
519
591
|
<span class="pf-v6-c-code-editor__tab-text">HTML</span>
|
|
520
592
|
</div>
|
|
@@ -528,14 +600,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
528
600
|
<svg
|
|
529
601
|
class="pf-v6-svg"
|
|
530
602
|
fill="currentColor"
|
|
531
|
-
viewBox="0 0
|
|
603
|
+
viewBox="0 0 32 32"
|
|
532
604
|
aria-hidden="true"
|
|
533
605
|
role="img"
|
|
534
606
|
width="1em"
|
|
535
607
|
height="1em"
|
|
536
608
|
>
|
|
537
609
|
<path
|
|
538
|
-
d="
|
|
610
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
539
611
|
/>
|
|
540
612
|
</svg>
|
|
541
613
|
</div>
|
|
@@ -585,14 +657,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
585
657
|
<svg
|
|
586
658
|
class="pf-v6-svg"
|
|
587
659
|
fill="currentColor"
|
|
588
|
-
viewBox="0 0
|
|
660
|
+
viewBox="0 0 32 32"
|
|
589
661
|
aria-hidden="true"
|
|
590
662
|
role="img"
|
|
591
663
|
width="1em"
|
|
592
664
|
height="1em"
|
|
593
665
|
>
|
|
594
666
|
<path
|
|
595
|
-
d="
|
|
667
|
+
d="M28 7v22.607c0 .768-.622 1.393-1.387 1.393H10a1 1 0 1 1 0-2h16V7a1 1 0 1 1 2 0Zm-6.5 19h-16c-.827 0-1.5-.673-1.5-1.5V8a1.001 1.001 0 0 1 .294-.708l5.998-5.998A1.001 1.001 0 0 1 11 1h10.5c.827 0 1.5.673 1.5 1.5v22c0 .827-.673 1.5-1.5 1.5ZM7.414 7H10V4.414L7.414 7ZM21 3h-9v4.614C12 8.378 11.378 9 10.613 9H6v15h15V3Z"
|
|
596
668
|
/>
|
|
597
669
|
</svg>
|
|
598
670
|
</span>
|
|
@@ -606,14 +678,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
606
678
|
<svg
|
|
607
679
|
class="pf-v6-svg"
|
|
608
680
|
fill="currentColor"
|
|
609
|
-
viewBox="0 0
|
|
681
|
+
viewBox="0 0 32 32"
|
|
610
682
|
aria-hidden="true"
|
|
611
683
|
role="img"
|
|
612
684
|
width="1em"
|
|
613
685
|
height="1em"
|
|
614
686
|
>
|
|
615
687
|
<path
|
|
616
|
-
d="
|
|
688
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h26a1 1 0 0 1 1 1Zm-15.061-4.646c.292.292.676.438 1.061.438s.768-.146 1.061-.438l8.646-8.646a.999.999 0 1 0-1.414-1.414L17 21.587V3a1 1 0 0 0-2 0v18.586l-7.293-7.293a.999.999 0 1 0-1.414 1.414l8.646 8.646Z"
|
|
617
689
|
/>
|
|
618
690
|
</svg>
|
|
619
691
|
</span>
|
|
@@ -627,14 +699,14 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
627
699
|
<svg
|
|
628
700
|
class="pf-v6-svg"
|
|
629
701
|
fill="currentColor"
|
|
630
|
-
viewBox="0 0
|
|
702
|
+
viewBox="0 0 32 32"
|
|
631
703
|
aria-hidden="true"
|
|
632
704
|
role="img"
|
|
633
705
|
width="1em"
|
|
634
706
|
height="1em"
|
|
635
707
|
>
|
|
636
708
|
<path
|
|
637
|
-
d="
|
|
709
|
+
d="M30 29a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h26a1 1 0 0 1 1 1ZM7.707 12.707 15 5.414V24a1 1 0 1 0 2 0V5.414l7.293 7.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-8.646-8.647a1.5 1.5 0 0 0-2.121 0l-8.647 8.647a.999.999 0 1 0 1.414 1.414Z"
|
|
638
710
|
/>
|
|
639
711
|
</svg>
|
|
640
712
|
</span>
|
|
@@ -646,15 +718,15 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
646
718
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
647
719
|
<svg
|
|
648
720
|
class="pf-v6-svg"
|
|
649
|
-
viewBox="0 0 1024 1024"
|
|
650
721
|
fill="currentColor"
|
|
722
|
+
viewBox="0 0 32 32"
|
|
651
723
|
aria-hidden="true"
|
|
652
724
|
role="img"
|
|
653
725
|
width="1em"
|
|
654
726
|
height="1em"
|
|
655
727
|
>
|
|
656
728
|
<path
|
|
657
|
-
d="
|
|
729
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
658
730
|
/>
|
|
659
731
|
</svg>
|
|
660
732
|
</span>
|
|
@@ -664,7 +736,19 @@ This is an extra container used in React to prevent event propagation if upload
|
|
|
664
736
|
</div>
|
|
665
737
|
<div class="pf-v6-c-code-editor__tab">
|
|
666
738
|
<span class="pf-v6-c-code-editor__tab-icon">
|
|
667
|
-
<
|
|
739
|
+
<svg
|
|
740
|
+
class="pf-v6-svg"
|
|
741
|
+
fill="currentColor"
|
|
742
|
+
viewBox="0 0 32 32"
|
|
743
|
+
aria-hidden="true"
|
|
744
|
+
role="img"
|
|
745
|
+
width="1em"
|
|
746
|
+
height="1em"
|
|
747
|
+
>
|
|
748
|
+
<path
|
|
749
|
+
d="M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"
|
|
750
|
+
/>
|
|
751
|
+
</svg>
|
|
668
752
|
</span>
|
|
669
753
|
<span class="pf-v6-c-code-editor__tab-text">HTML</span>
|
|
670
754
|
</div>
|