@patternfly/patternfly 6.6.0-prerelease.2 → 6.6.0-prerelease.20
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/Alert/alert.css +3 -2
- package/components/Alert/alert.scss +3 -2
- 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 +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/Button/button.css +18 -1
- package/components/Button/button.scss +21 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/Compass/compass.css +5 -1
- package/components/Compass/compass.scss +5 -1
- 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/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +1 -1
- package/components/Menu/menu.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +30 -23
- package/components/Page/page.scss +35 -29
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- 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-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +53 -19
- package/components/Table/table.scss +80 -32
- 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 +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/components/Wizard/wizard.scss +3 -3
- package/components/_index.css +293 -72
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +85 -85
- package/docs/components/InputGroup/examples/InputGroup.md +1 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/Pagination/examples/Pagination.md +120 -120
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +305 -18
- package/docs/components/Toolbar/examples/Toolbar.md +16 -16
- package/docs/components/TreeView/examples/TreeView.md +100 -100
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -35
- package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
- package/docs/demos/DataList/examples/DataList.md +48 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +20 -20
- package/docs/demos/Table/examples/Table.md +160 -160
- package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +305 -82
- package/patternfly.css +305 -82
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -2711,14 +2711,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2711
2711
|
<svg
|
|
2712
2712
|
class="pf-v6-svg"
|
|
2713
2713
|
fill="currentColor"
|
|
2714
|
-
viewBox="0 0
|
|
2714
|
+
viewBox="0 0 20 20"
|
|
2715
2715
|
aria-hidden="true"
|
|
2716
2716
|
role="img"
|
|
2717
2717
|
width="1em"
|
|
2718
2718
|
height="1em"
|
|
2719
2719
|
>
|
|
2720
2720
|
<path
|
|
2721
|
-
d="
|
|
2721
|
+
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"
|
|
2722
2722
|
/>
|
|
2723
2723
|
</svg>
|
|
2724
2724
|
</span>
|
|
@@ -2735,14 +2735,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2735
2735
|
<svg
|
|
2736
2736
|
class="pf-v6-svg"
|
|
2737
2737
|
fill="currentColor"
|
|
2738
|
-
viewBox="0 0
|
|
2738
|
+
viewBox="0 0 20 20"
|
|
2739
2739
|
aria-hidden="true"
|
|
2740
2740
|
role="img"
|
|
2741
2741
|
width="1em"
|
|
2742
2742
|
height="1em"
|
|
2743
2743
|
>
|
|
2744
2744
|
<path
|
|
2745
|
-
d="
|
|
2745
|
+
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"
|
|
2746
2746
|
/>
|
|
2747
2747
|
</svg>
|
|
2748
2748
|
</span>
|
|
@@ -2774,14 +2774,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2774
2774
|
<svg
|
|
2775
2775
|
class="pf-v6-svg"
|
|
2776
2776
|
fill="currentColor"
|
|
2777
|
-
viewBox="0 0
|
|
2777
|
+
viewBox="0 0 20 20"
|
|
2778
2778
|
aria-hidden="true"
|
|
2779
2779
|
role="img"
|
|
2780
2780
|
width="1em"
|
|
2781
2781
|
height="1em"
|
|
2782
2782
|
>
|
|
2783
2783
|
<path
|
|
2784
|
-
d="
|
|
2784
|
+
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"
|
|
2785
2785
|
/>
|
|
2786
2786
|
</svg>
|
|
2787
2787
|
</span>
|
|
@@ -2797,14 +2797,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2797
2797
|
<svg
|
|
2798
2798
|
class="pf-v6-svg"
|
|
2799
2799
|
fill="currentColor"
|
|
2800
|
-
viewBox="0 0
|
|
2800
|
+
viewBox="0 0 20 20"
|
|
2801
2801
|
aria-hidden="true"
|
|
2802
2802
|
role="img"
|
|
2803
2803
|
width="1em"
|
|
2804
2804
|
height="1em"
|
|
2805
2805
|
>
|
|
2806
2806
|
<path
|
|
2807
|
-
d="
|
|
2807
|
+
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"
|
|
2808
2808
|
/>
|
|
2809
2809
|
</svg>
|
|
2810
2810
|
</span>
|
|
@@ -3323,14 +3323,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
3323
3323
|
<svg
|
|
3324
3324
|
class="pf-v6-svg"
|
|
3325
3325
|
fill="currentColor"
|
|
3326
|
-
viewBox="0 0
|
|
3326
|
+
viewBox="0 0 20 20"
|
|
3327
3327
|
aria-hidden="true"
|
|
3328
3328
|
role="img"
|
|
3329
3329
|
width="1em"
|
|
3330
3330
|
height="1em"
|
|
3331
3331
|
>
|
|
3332
3332
|
<path
|
|
3333
|
-
d="
|
|
3333
|
+
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"
|
|
3334
3334
|
/>
|
|
3335
3335
|
</svg>
|
|
3336
3336
|
</span>
|
|
@@ -3347,14 +3347,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
3347
3347
|
<svg
|
|
3348
3348
|
class="pf-v6-svg"
|
|
3349
3349
|
fill="currentColor"
|
|
3350
|
-
viewBox="0 0
|
|
3350
|
+
viewBox="0 0 20 20"
|
|
3351
3351
|
aria-hidden="true"
|
|
3352
3352
|
role="img"
|
|
3353
3353
|
width="1em"
|
|
3354
3354
|
height="1em"
|
|
3355
3355
|
>
|
|
3356
3356
|
<path
|
|
3357
|
-
d="
|
|
3357
|
+
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"
|
|
3358
3358
|
/>
|
|
3359
3359
|
</svg>
|
|
3360
3360
|
</span>
|
|
@@ -3386,14 +3386,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
3386
3386
|
<svg
|
|
3387
3387
|
class="pf-v6-svg"
|
|
3388
3388
|
fill="currentColor"
|
|
3389
|
-
viewBox="0 0
|
|
3389
|
+
viewBox="0 0 20 20"
|
|
3390
3390
|
aria-hidden="true"
|
|
3391
3391
|
role="img"
|
|
3392
3392
|
width="1em"
|
|
3393
3393
|
height="1em"
|
|
3394
3394
|
>
|
|
3395
3395
|
<path
|
|
3396
|
-
d="
|
|
3396
|
+
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"
|
|
3397
3397
|
/>
|
|
3398
3398
|
</svg>
|
|
3399
3399
|
</span>
|
|
@@ -3409,14 +3409,14 @@ Several components in the following examples do not include functional and/or ac
|
|
|
3409
3409
|
<svg
|
|
3410
3410
|
class="pf-v6-svg"
|
|
3411
3411
|
fill="currentColor"
|
|
3412
|
-
viewBox="0 0
|
|
3412
|
+
viewBox="0 0 20 20"
|
|
3413
3413
|
aria-hidden="true"
|
|
3414
3414
|
role="img"
|
|
3415
3415
|
width="1em"
|
|
3416
3416
|
height="1em"
|
|
3417
3417
|
>
|
|
3418
3418
|
<path
|
|
3419
|
-
d="
|
|
3419
|
+
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"
|
|
3420
3420
|
/>
|
|
3421
3421
|
</svg>
|
|
3422
3422
|
</span>
|