@patternfly/patternfly 6.0.0-alpha.114 → 6.0.0-alpha.115
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/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +2 -2
- package/base/_chart-globals.scss +320 -320
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +16 -16
- package/base/_globals.scss +4 -11
- package/base/_variables.scss +221 -221
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +13 -9
- package/base/themes/dark/_chart-globals.scss +25 -25
- package/base/tokens/_tokens-font.scss +8 -0
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/AppLauncher/app-launcher.scss +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Button/button.css +3 -3
- package/components/Button/button.scss +3 -3
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +1 -1
- package/components/Content/content.scss +1 -1
- package/components/ContextSelector/context-selector.css +1 -1
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/Dropdown/dropdown.css +2 -2
- package/components/Dropdown/dropdown.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +3 -3
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/List/list.css +1 -1
- package/components/List/list.scss +1 -1
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/OptionsMenu/options-menu.css +1 -1
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/Page/page.css +8 -8
- package/components/Page/page.scss +14 -14
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.scss +2 -2
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/Card/examples/Card.md +152 -115
- package/docs/demos/Dashboard/examples/Dashboard.md +5 -5
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Table/examples/Table.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/docs/utilities/Text/examples/Text.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +13 -69
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
- package/patternfly-base-no-globals.css +13 -69
- package/patternfly-base-no-globals.scss +2 -2
- package/patternfly-base-theme-dark-unversioned.css +15 -71
- package/patternfly-base.css +15 -71
- package/patternfly-base.scss +0 -1
- package/patternfly-charts.scss +319 -319
- package/patternfly-no-globals.css +60 -89
- package/patternfly-no-globals.scss +2 -2
- package/patternfly-theme-dark-unversioned.css +84 -113
- package/patternfly-theme-dark-unversioned.scss +1 -1
- package/patternfly.css +62 -91
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/colors.scss +81 -81
- package/sass-utilities/functions.scss +2 -2
- package/sass-utilities/mixins.scss +1 -1
- package/sass-utilities/scss-variables.scss +149 -149
- package/sass-utilities/themes/dark/colors.scss +15 -15
- package/sass-utilities/themes/dark/scss-variables.scss +74 -74
- package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
- package/base/_themes.scss +0 -43
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_globals.scss +0 -5
|
@@ -3,31 +3,31 @@
|
|
|
3
3
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
4
|
viewBox="0 0 706.3 132.5" enable-background="new 0 0 706.3 132.5" xml:space="preserve">
|
|
5
5
|
<g>
|
|
6
|
-
<path fill="var(--pf-global--
|
|
6
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
|
|
7
7
|
c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
|
|
8
8
|
c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
|
|
9
9
|
c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
|
|
10
10
|
c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"/>
|
|
11
|
-
<path fill="var(--pf-global--
|
|
11
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
|
|
12
12
|
c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
|
|
13
13
|
/>
|
|
14
|
-
<path fill="var(--pf-global--
|
|
15
|
-
<path fill="var(--pf-global--
|
|
16
|
-
<path fill="var(--pf-global--
|
|
17
|
-
<path fill="var(--pf-global--
|
|
14
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z"/>
|
|
15
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z"/>
|
|
16
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"/>
|
|
17
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
|
|
18
18
|
c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
|
|
19
19
|
l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
|
|
20
20
|
c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
|
|
21
21
|
H478.9z"/>
|
|
22
|
-
<path fill="var(--pf-global--
|
|
22
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
|
|
23
23
|
c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
|
|
24
24
|
c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"/>
|
|
25
|
-
<path fill="var(--pf-global--
|
|
26
|
-
<path fill="var(--pf-global--
|
|
27
|
-
<path fill="var(--pf-global--
|
|
25
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"/>
|
|
26
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z"/>
|
|
27
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"/>
|
|
28
28
|
</g>
|
|
29
29
|
<g>
|
|
30
|
-
<path fill="var(--pf-global--
|
|
30
|
+
<path fill="var(--pf-t--global--icon--color--regular, #030303)" d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
|
|
31
31
|
l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
|
|
32
32
|
l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
|
|
33
33
|
L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
|
|
4
4
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
5
5
|
viewBox="0 0 706.3 132.5" enable-background="new 0 0 706.3 132.5" xml:space="preserve">
|
|
6
|
-
<g fill="var(--pf-
|
|
6
|
+
<g fill="var(--pf-t--color--white, #FFFFFF)">
|
|
7
7
|
<path d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
|
|
8
8
|
c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
|
|
9
9
|
c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z"/>
|
|
28
28
|
<path d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"/>
|
|
29
29
|
</g>
|
|
30
|
-
<g fill="var(--pf-
|
|
30
|
+
<g fill="var(--pf-t--color--white, #FFFFFF)">
|
|
31
31
|
<path d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
|
|
32
32
|
l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
|
|
33
33
|
l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
|