@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.98
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/MenuToggle/menu-toggle.css +20 -6
- package/components/MenuToggle/menu-toggle.scss +32 -6
- package/docs/components/LogViewer/examples/LogViewer.md +130 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +162 -6
- package/docs/components/Toolbar/examples/Toolbar.md +143 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +52 -4
- package/docs/demos/Alert/examples/Alert.md +156 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +52 -4
- package/docs/demos/Banner/examples/Banner.md +104 -8
- package/docs/demos/CardView/examples/CardView.md +65 -5
- package/docs/demos/ContextSelector/examples/ContextSelector.md +156 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +52 -4
- package/docs/demos/DataList/examples/DataList.md +273 -21
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -12
- package/docs/demos/Drawer/examples/Drawer.md +260 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +312 -24
- package/docs/demos/Masthead/examples/Masthead.md +247 -19
- package/docs/demos/Modal/examples/Modal.md +312 -24
- package/docs/demos/Nav/examples/Nav.md +312 -24
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +260 -20
- package/docs/demos/Page/examples/Page.md +468 -36
- package/docs/demos/Page/examples/Penta.md +13 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +455 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +52 -4
- package/docs/demos/Table/examples/Table.md +1094 -86
- package/docs/demos/Tabs/examples/Tabs.md +325 -25
- package/docs/demos/Toolbar/examples/Toolbar.md +325 -25
- package/docs/demos/Wizard/examples/Wizard.md +468 -36
- package/package.json +1 -1
- package/patternfly-no-globals.css +20 -6
- package/patternfly-theme-dark-unversioned.css +20 -6
- package/patternfly.css +20 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -148,7 +148,19 @@ section: components
|
|
|
148
148
|
aria-label="Application launcher"
|
|
149
149
|
>
|
|
150
150
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
151
|
-
<
|
|
151
|
+
<svg
|
|
152
|
+
class="pf-v5-svg"
|
|
153
|
+
viewBox="0 0 192 512"
|
|
154
|
+
fill="currentColor"
|
|
155
|
+
aria-hidden="true"
|
|
156
|
+
role="img"
|
|
157
|
+
width="1em"
|
|
158
|
+
height="1em"
|
|
159
|
+
>
|
|
160
|
+
<path
|
|
161
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
162
|
+
/>
|
|
163
|
+
</svg>
|
|
152
164
|
</span>
|
|
153
165
|
</button>
|
|
154
166
|
</div>
|
|
@@ -160,7 +172,19 @@ section: components
|
|
|
160
172
|
aria-label="Settings"
|
|
161
173
|
>
|
|
162
174
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
163
|
-
<
|
|
175
|
+
<svg
|
|
176
|
+
class="pf-v5-svg"
|
|
177
|
+
viewBox="0 0 192 512"
|
|
178
|
+
fill="currentColor"
|
|
179
|
+
aria-hidden="true"
|
|
180
|
+
role="img"
|
|
181
|
+
width="1em"
|
|
182
|
+
height="1em"
|
|
183
|
+
>
|
|
184
|
+
<path
|
|
185
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
186
|
+
/>
|
|
187
|
+
</svg>
|
|
164
188
|
</span>
|
|
165
189
|
</button>
|
|
166
190
|
</div>
|
|
@@ -172,7 +196,19 @@ section: components
|
|
|
172
196
|
aria-label="Help"
|
|
173
197
|
>
|
|
174
198
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
175
|
-
<
|
|
199
|
+
<svg
|
|
200
|
+
class="pf-v5-svg"
|
|
201
|
+
viewBox="0 0 192 512"
|
|
202
|
+
fill="currentColor"
|
|
203
|
+
aria-hidden="true"
|
|
204
|
+
role="img"
|
|
205
|
+
width="1em"
|
|
206
|
+
height="1em"
|
|
207
|
+
>
|
|
208
|
+
<path
|
|
209
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
210
|
+
/>
|
|
211
|
+
</svg>
|
|
176
212
|
</span>
|
|
177
213
|
</button>
|
|
178
214
|
</div>
|
|
@@ -185,7 +221,19 @@ section: components
|
|
|
185
221
|
aria-label="Actions"
|
|
186
222
|
>
|
|
187
223
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
188
|
-
<
|
|
224
|
+
<svg
|
|
225
|
+
class="pf-v5-svg"
|
|
226
|
+
viewBox="0 0 192 512"
|
|
227
|
+
fill="currentColor"
|
|
228
|
+
aria-hidden="true"
|
|
229
|
+
role="img"
|
|
230
|
+
width="1em"
|
|
231
|
+
height="1em"
|
|
232
|
+
>
|
|
233
|
+
<path
|
|
234
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
235
|
+
/>
|
|
236
|
+
</svg>
|
|
189
237
|
</span>
|
|
190
238
|
</button>
|
|
191
239
|
</div>
|