@patternfly/patternfly 6.0.0-alpha.170 → 6.0.0-alpha.172
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/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/base/patternfly-variables.css +907 -906
- package/base/tokens/tokens-charts-dark.scss +153 -153
- package/base/tokens/tokens-charts.scss +153 -153
- package/base/tokens/tokens-dark.scss +301 -301
- package/base/tokens/tokens-default.scss +551 -550
- package/base/tokens/tokens-palette.scss +65 -65
- package/components/Alert/alert.css +3 -9
- package/components/Alert/alert.scss +3 -9
- package/components/Button/button.css +6 -6
- package/components/Button/button.scss +6 -6
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +2 -2
- package/components/DataList/data-list.css +2 -2
- package/components/DataList/data-list.scss +2 -2
- package/components/Hint/hint.css +1 -7
- package/components/Hint/hint.scss +1 -7
- package/components/Label/label.css +4 -4
- package/components/Label/label.scss +4 -4
- package/components/MenuToggle/menu-toggle.css +8 -8
- package/components/MenuToggle/menu-toggle.scss +8 -8
- package/components/NotificationDrawer/notification-drawer.css +1 -7
- package/components/NotificationDrawer/notification-drawer.scss +1 -7
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/components/Popover/popover.css +3 -5
- package/components/Popover/popover.scss +4 -5
- package/components/Wizard/wizard.css +6 -1
- package/components/Wizard/wizard.scss +7 -1
- package/components/_index.css +37 -52
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/Button/examples/Button.md +1 -1
- package/docs/components/Label/examples/Label.md +5 -5
- package/docs/components/Menu/examples/Menu.md +19 -19
- package/docs/components/MenuToggle/examples/MenuToggle.md +4 -4
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/Nav/examples/Navigation.md +5 -5
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Timestamp/examples/Timestamp.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +907 -906
- package/patternfly-base.css +907 -906
- package/patternfly-charts.css +311 -311
- package/patternfly-no-globals.css +957 -971
- package/patternfly.css +957 -971
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1,16 +1,22 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 36 36">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #212427;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2 {
|
|
10
|
+
stroke-width: 0px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: #6a6e73;
|
|
15
|
+
fill-rule: evenodd;
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</defs>
|
|
19
|
+
<rect class="cls-1" width="36" height="36"/>
|
|
20
|
+
<path class="cls-2" d="M30.5,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.6,1.9-2.5,7.1-2.9,10.9h25.1Z"/>
|
|
21
|
+
<path class="cls-2" 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"/>
|
|
22
|
+
</svg>
|
|
@@ -1,18 +1,25 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 36 36">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1, .cls-2 {
|
|
6
|
+
fill: #d2d2d2;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2, .cls-3 {
|
|
10
|
+
stroke-width: 0px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill-rule: evenodd;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-3 {
|
|
18
|
+
fill: #f0f0f0;
|
|
19
|
+
}
|
|
20
|
+
</style>
|
|
21
|
+
</defs>
|
|
22
|
+
<rect class="cls-3" width="36" height="36"/>
|
|
23
|
+
<path class="cls-2" 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"/>
|
|
24
|
+
<path class="cls-1" 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"/>
|
|
25
|
+
</svg>
|