@patternfly/patternfly 6.5.0-prerelease.61 → 6.5.0-prerelease.63
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/images/glass-brand-dark.jpg +0 -0
- package/components/Button/button.css +2 -2
- package/components/Button/button.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Menu/menu.css +26 -19
- package/components/Menu/menu.scss +26 -19
- package/components/MenuToggle/menu-toggle.css +9 -5
- package/components/MenuToggle/menu-toggle.scss +12 -5
- package/components/Page/page.css +3 -0
- package/components/Page/page.scss +4 -0
- package/components/_index.css +41 -27
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +13 -1
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +52 -4
- package/docs/components/Card/examples/Card.md +130 -10
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +234 -18
- package/docs/components/Hint/examples/Hint.md +39 -3
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -2
- package/docs/components/InputGroup/examples/InputGroup.md +13 -1
- package/docs/components/Login/examples/Login.md +13 -1
- package/docs/components/Menu/examples/Menu.md +195 -15
- package/docs/components/MenuToggle/examples/MenuToggle.md +1331 -100
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +481 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +65 -5
- package/docs/components/Pagination/examples/Pagination.md +169 -13
- package/docs/components/Table/examples/Table.md +3461 -269
- package/docs/components/Toolbar/examples/Toolbar.md +507 -39
- package/docs/demos/AboutModal/examples/AboutModal.md +26 -2
- package/docs/demos/Alert/examples/Alert.md +78 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +26 -2
- package/docs/demos/Banner/examples/Banner.md +52 -4
- package/docs/demos/Card/examples/Card.md +78 -6
- package/docs/demos/CardView/examples/CardView.md +206 -20
- package/docs/demos/Compass/examples/Compass.md +431 -56
- package/docs/demos/Dashboard/examples/Dashboard.md +63 -9
- package/docs/demos/DataList/examples/DataList.md +369 -45
- package/docs/demos/DescriptionList/examples/DescriptionList.md +91 -7
- package/docs/demos/Drawer/examples/Drawer.md +143 -11
- package/docs/demos/JumpLinks/examples/JumpLinks.md +156 -12
- package/docs/demos/Masthead/examples/Masthead.md +156 -12
- package/docs/demos/Modal/examples/Modal.md +156 -12
- package/docs/demos/Nav/examples/Nav.md +104 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +975 -75
- package/docs/demos/Page/examples/Page.md +390 -30
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +593 -83
- package/docs/demos/Skeleton/examples/Skeleton.md +26 -2
- package/docs/demos/Table/examples/Table.md +2518 -322
- package/docs/demos/Tabs/examples/Tabs.md +247 -19
- package/docs/demos/Toolbar/examples/Toolbar.md +659 -59
- package/docs/demos/Wizard/examples/Wizard.md +234 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +41 -27
- package/patternfly.css +41 -27
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -156,7 +156,19 @@ cssPrefix: pf-d-dashboard
|
|
|
156
156
|
aria-label="Settings"
|
|
157
157
|
>
|
|
158
158
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
159
|
-
<
|
|
159
|
+
<svg
|
|
160
|
+
class="pf-v6-svg"
|
|
161
|
+
viewBox="0 0 32 32"
|
|
162
|
+
fill="currentColor"
|
|
163
|
+
aria-hidden="true"
|
|
164
|
+
role="img"
|
|
165
|
+
width="1em"
|
|
166
|
+
height="1em"
|
|
167
|
+
>
|
|
168
|
+
<path
|
|
169
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
170
|
+
/>
|
|
171
|
+
</svg>
|
|
160
172
|
</span>
|
|
161
173
|
</button>
|
|
162
174
|
</div>
|
|
@@ -182,7 +194,19 @@ cssPrefix: pf-d-dashboard
|
|
|
182
194
|
aria-label="Actions"
|
|
183
195
|
>
|
|
184
196
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
185
|
-
<
|
|
197
|
+
<svg
|
|
198
|
+
class="pf-v6-svg"
|
|
199
|
+
viewBox="0 0 32 32"
|
|
200
|
+
fill="currentColor"
|
|
201
|
+
aria-hidden="true"
|
|
202
|
+
role="img"
|
|
203
|
+
width="1em"
|
|
204
|
+
height="1em"
|
|
205
|
+
>
|
|
206
|
+
<path
|
|
207
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
208
|
+
/>
|
|
209
|
+
</svg>
|
|
186
210
|
</span>
|
|
187
211
|
</button>
|
|
188
212
|
</div>
|
|
@@ -360,7 +384,19 @@ cssPrefix: pf-d-dashboard
|
|
|
360
384
|
id="dashboard-demo-expandable-status-card-1-action-kebab"
|
|
361
385
|
>
|
|
362
386
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
363
|
-
<
|
|
387
|
+
<svg
|
|
388
|
+
class="pf-v6-svg"
|
|
389
|
+
viewBox="0 0 32 32"
|
|
390
|
+
fill="currentColor"
|
|
391
|
+
aria-hidden="true"
|
|
392
|
+
role="img"
|
|
393
|
+
width="1em"
|
|
394
|
+
height="1em"
|
|
395
|
+
>
|
|
396
|
+
<path
|
|
397
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
398
|
+
/>
|
|
399
|
+
</svg>
|
|
364
400
|
</span>
|
|
365
401
|
</button>
|
|
366
402
|
</div>
|
|
@@ -1168,10 +1204,19 @@ cssPrefix: pf-d-dashboard
|
|
|
1168
1204
|
<span class="pf-v6-c-menu-toggle__text">24 hours</span>
|
|
1169
1205
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1170
1206
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1171
|
-
<
|
|
1172
|
-
class="
|
|
1207
|
+
<svg
|
|
1208
|
+
class="pf-v6-svg"
|
|
1209
|
+
viewBox="0 0 20 20"
|
|
1210
|
+
fill="currentColor"
|
|
1173
1211
|
aria-hidden="true"
|
|
1174
|
-
|
|
1212
|
+
role="img"
|
|
1213
|
+
width="1em"
|
|
1214
|
+
height="1em"
|
|
1215
|
+
>
|
|
1216
|
+
<path
|
|
1217
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1218
|
+
/>
|
|
1219
|
+
</svg>
|
|
1175
1220
|
</span>
|
|
1176
1221
|
</span>
|
|
1177
1222
|
</button>
|
|
@@ -1744,10 +1789,19 @@ cssPrefix: pf-d-dashboard
|
|
|
1744
1789
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
1745
1790
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1746
1791
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1747
|
-
<
|
|
1748
|
-
class="
|
|
1792
|
+
<svg
|
|
1793
|
+
class="pf-v6-svg"
|
|
1794
|
+
viewBox="0 0 20 20"
|
|
1795
|
+
fill="currentColor"
|
|
1749
1796
|
aria-hidden="true"
|
|
1750
|
-
|
|
1797
|
+
role="img"
|
|
1798
|
+
width="1em"
|
|
1799
|
+
height="1em"
|
|
1800
|
+
>
|
|
1801
|
+
<path
|
|
1802
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1803
|
+
/>
|
|
1804
|
+
</svg>
|
|
1751
1805
|
</span>
|
|
1752
1806
|
</span>
|
|
1753
1807
|
</button>
|