@patternfly/patternfly 6.6.0-prerelease.2 → 6.6.0-prerelease.21
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 +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 +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 +294 -73
- 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 +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +306 -83
- package/patternfly.css +306 -83
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -95,7 +95,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
|
|
|
95
95
|
<div class="pf-v6-c-input-group">
|
|
96
96
|
<div class="pf-v6-c-input-group__item">
|
|
97
97
|
<button
|
|
98
|
-
class="pf-v6-c-menu-toggle"
|
|
98
|
+
class="pf-v6-c-menu-toggle pf-m-form"
|
|
99
99
|
type="button"
|
|
100
100
|
aria-expanded="false"
|
|
101
101
|
id="select-example-collapsed1"
|
|
@@ -1110,11 +1110,24 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1110
1110
|
```html
|
|
1111
1111
|
<button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false">
|
|
1112
1112
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1113
|
-
<img
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1113
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1114
|
+
<svg
|
|
1115
|
+
aria-hidden="true"
|
|
1116
|
+
data-name="Layer 1"
|
|
1117
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1118
|
+
version="1.1"
|
|
1119
|
+
viewBox="0 0 36 36"
|
|
1120
|
+
>
|
|
1121
|
+
<path
|
|
1122
|
+
fill="currentColor"
|
|
1123
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1124
|
+
/>
|
|
1125
|
+
<path
|
|
1126
|
+
fill="currentColor"
|
|
1127
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1128
|
+
/>
|
|
1129
|
+
</svg>
|
|
1130
|
+
</div>
|
|
1118
1131
|
</span>
|
|
1119
1132
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1120
1133
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -1143,11 +1156,24 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1143
1156
|
aria-expanded="true"
|
|
1144
1157
|
>
|
|
1145
1158
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1146
|
-
<img
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1159
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1160
|
+
<svg
|
|
1161
|
+
aria-hidden="true"
|
|
1162
|
+
data-name="Layer 1"
|
|
1163
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1164
|
+
version="1.1"
|
|
1165
|
+
viewBox="0 0 36 36"
|
|
1166
|
+
>
|
|
1167
|
+
<path
|
|
1168
|
+
fill="currentColor"
|
|
1169
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1170
|
+
/>
|
|
1171
|
+
<path
|
|
1172
|
+
fill="currentColor"
|
|
1173
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1174
|
+
/>
|
|
1175
|
+
</svg>
|
|
1176
|
+
</div>
|
|
1151
1177
|
</span>
|
|
1152
1178
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1153
1179
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -1177,11 +1203,24 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1177
1203
|
disabled
|
|
1178
1204
|
>
|
|
1179
1205
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1180
|
-
<img
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1206
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1207
|
+
<svg
|
|
1208
|
+
aria-hidden="true"
|
|
1209
|
+
data-name="Layer 1"
|
|
1210
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1211
|
+
version="1.1"
|
|
1212
|
+
viewBox="0 0 36 36"
|
|
1213
|
+
>
|
|
1214
|
+
<path
|
|
1215
|
+
fill="currentColor"
|
|
1216
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1217
|
+
/>
|
|
1218
|
+
<path
|
|
1219
|
+
fill="currentColor"
|
|
1220
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1221
|
+
/>
|
|
1222
|
+
</svg>
|
|
1223
|
+
</div>
|
|
1185
1224
|
</span>
|
|
1186
1225
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1187
1226
|
<span class="pf-v6-c-menu-toggle__controls">
|