@patternfly/patternfly 5.0.0-alpha.50 → 5.0.0-alpha.52
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/UPGRADE-GUIDE.md +1 -1
- package/assets/icons/iconUnicodes.json +129 -128
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +402 -267
- package/base/_icons.scss +1 -1
- package/base/patternfly-icons.css +136 -132
- package/base/patternfly-pf-icons.css +136 -132
- package/base/patternfly-pf-icons.scss +1 -1
- package/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +1 -20
- package/components/AboutModalBox/about-modal-box.scss +3 -24
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +1 -2
- package/components/FormControl/form-control.css +0 -7
- package/components/FormControl/form-control.scss +7 -7
- package/components/Icon/icon.css +25 -24
- package/components/Icon/icon.scss +30 -31
- package/components/NotificationBadge/notification-badge.css +2 -2
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/_all.scss +1 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +7 -9
- package/docs/components/Avatar/examples/Avatar.css +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +7 -11
- package/docs/components/CodeEditor/examples/CodeEditor.md +1 -1
- package/docs/components/Form/examples/Form.md +11 -11
- package/docs/components/Label/examples/Label.md +1220 -1
- package/docs/components/Login/examples/Login.md +20 -5
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +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/AboutModal/examples/AboutModal.md +6 -3
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +2 -2
- package/docs/demos/ContextSelector/examples/ContextSelector.md +6 -6
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -7
- package/docs/demos/DataList/examples/DataList.md +8 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +10 -10
- package/docs/demos/Form/examples/BasicForms.md +10 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
- package/docs/demos/Masthead/examples/Masthead.md +4 -4
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +16 -16
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +15 -15
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -14
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +32 -32
- package/docs/demos/Tabs/examples/Tabs.md +12 -12
- package/docs/demos/Toolbar/examples/Toolbar.md +4 -4
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/icons/{pf-icons.mjs → pficons.mjs} +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +138 -134
- package/patternfly-base.css +138 -134
- package/patternfly-no-globals.css +168 -190
- package/patternfly.css +168 -190
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +2 -5
- package/assets/pficon/pficon.woff2 +0 -0
- package/docs/components/LabelGroup/examples/LabelGroup.md +0 -1222
- /package/base/{_pf-icons.scss → _pficons.scss} +0 -0
- /package/components/{LabelGroup → Label}/label-group.css +0 -0
- /package/components/{LabelGroup → Label}/label-group.scss +0 -0
|
@@ -464,7 +464,7 @@ section: components
|
|
|
464
464
|
<span class="pf-v5-c-menu__item-main">
|
|
465
465
|
<span class="pf-v5-c-menu__item-icon">
|
|
466
466
|
<i
|
|
467
|
-
class="fas fa-fw fa-pf-v5-
|
|
467
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
468
468
|
aria-hidden="true"
|
|
469
469
|
></i>
|
|
470
470
|
</span>
|
|
@@ -494,7 +494,7 @@ section: components
|
|
|
494
494
|
</span>
|
|
495
495
|
<span class="pf-v5-c-menu__item-icon">
|
|
496
496
|
<i
|
|
497
|
-
class="fas fa-fw fa-pf-v5-
|
|
497
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
498
498
|
aria-hidden="true"
|
|
499
499
|
></i>
|
|
500
500
|
</span>
|
|
@@ -1689,7 +1689,7 @@ section: components
|
|
|
1689
1689
|
<span class="pf-v5-c-menu__item-main">
|
|
1690
1690
|
<span class="pf-v5-c-menu__item-icon">
|
|
1691
1691
|
<i
|
|
1692
|
-
class="fas fa-fw fa-pf-v5-
|
|
1692
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
1693
1693
|
aria-hidden="true"
|
|
1694
1694
|
></i>
|
|
1695
1695
|
</span>
|
|
@@ -1719,7 +1719,7 @@ section: components
|
|
|
1719
1719
|
</span>
|
|
1720
1720
|
<span class="pf-v5-c-menu__item-icon">
|
|
1721
1721
|
<i
|
|
1722
|
-
class="fas fa-fw fa-pf-v5-
|
|
1722
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
1723
1723
|
aria-hidden="true"
|
|
1724
1724
|
></i>
|
|
1725
1725
|
</span>
|
|
@@ -2916,7 +2916,7 @@ section: components
|
|
|
2916
2916
|
<span class="pf-v5-c-menu__item-main">
|
|
2917
2917
|
<span class="pf-v5-c-menu__item-icon">
|
|
2918
2918
|
<i
|
|
2919
|
-
class="fas fa-fw fa-pf-v5-
|
|
2919
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2920
2920
|
aria-hidden="true"
|
|
2921
2921
|
></i>
|
|
2922
2922
|
</span>
|
|
@@ -2946,7 +2946,7 @@ section: components
|
|
|
2946
2946
|
</span>
|
|
2947
2947
|
<span class="pf-v5-c-menu__item-icon">
|
|
2948
2948
|
<i
|
|
2949
|
-
class="fas fa-fw fa-pf-v5-
|
|
2949
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2950
2950
|
aria-hidden="true"
|
|
2951
2951
|
></i>
|
|
2952
2952
|
</span>
|
|
@@ -4046,7 +4046,7 @@ section: components
|
|
|
4046
4046
|
<span class="pf-v5-c-menu__item-main">
|
|
4047
4047
|
<span class="pf-v5-c-menu__item-icon">
|
|
4048
4048
|
<i
|
|
4049
|
-
class="fas fa-fw fa-pf-v5-
|
|
4049
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
4050
4050
|
aria-hidden="true"
|
|
4051
4051
|
></i>
|
|
4052
4052
|
</span>
|
|
@@ -4076,7 +4076,7 @@ section: components
|
|
|
4076
4076
|
</span>
|
|
4077
4077
|
<span class="pf-v5-c-menu__item-icon">
|
|
4078
4078
|
<i
|
|
4079
|
-
class="fas fa-fw fa-pf-v5-
|
|
4079
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
4080
4080
|
aria-hidden="true"
|
|
4081
4081
|
></i>
|
|
4082
4082
|
</span>
|
|
@@ -5892,7 +5892,7 @@ section: components
|
|
|
5892
5892
|
<span class="pf-v5-c-menu__item-main">
|
|
5893
5893
|
<span class="pf-v5-c-menu__item-icon">
|
|
5894
5894
|
<i
|
|
5895
|
-
class="fas fa-fw fa-pf-v5-
|
|
5895
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5896
5896
|
aria-hidden="true"
|
|
5897
5897
|
></i>
|
|
5898
5898
|
</span>
|
|
@@ -5922,7 +5922,7 @@ section: components
|
|
|
5922
5922
|
</span>
|
|
5923
5923
|
<span class="pf-v5-c-menu__item-icon">
|
|
5924
5924
|
<i
|
|
5925
|
-
class="fas fa-fw fa-pf-v5-
|
|
5925
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5926
5926
|
aria-hidden="true"
|
|
5927
5927
|
></i>
|
|
5928
5928
|
</span>
|
|
@@ -6865,7 +6865,7 @@ section: components
|
|
|
6865
6865
|
<span class="pf-v5-c-menu__item-main">
|
|
6866
6866
|
<span class="pf-v5-c-menu__item-icon">
|
|
6867
6867
|
<i
|
|
6868
|
-
class="fas fa-fw fa-pf-v5-
|
|
6868
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6869
6869
|
aria-hidden="true"
|
|
6870
6870
|
></i>
|
|
6871
6871
|
</span>
|
|
@@ -6895,7 +6895,7 @@ section: components
|
|
|
6895
6895
|
</span>
|
|
6896
6896
|
<span class="pf-v5-c-menu__item-icon">
|
|
6897
6897
|
<i
|
|
6898
|
-
class="fas fa-fw fa-pf-v5-
|
|
6898
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6899
6899
|
aria-hidden="true"
|
|
6900
6900
|
></i>
|
|
6901
6901
|
</span>
|
|
@@ -716,7 +716,7 @@ section: components
|
|
|
716
716
|
<span class="pf-v5-c-menu__item-main">
|
|
717
717
|
<span class="pf-v5-c-menu__item-icon">
|
|
718
718
|
<i
|
|
719
|
-
class="fas fa-fw fa-pf-v5-
|
|
719
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
720
720
|
aria-hidden="true"
|
|
721
721
|
></i>
|
|
722
722
|
</span>
|
|
@@ -746,7 +746,7 @@ section: components
|
|
|
746
746
|
</span>
|
|
747
747
|
<span class="pf-v5-c-menu__item-icon">
|
|
748
748
|
<i
|
|
749
|
-
class="fas fa-fw fa-pf-v5-
|
|
749
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
750
750
|
aria-hidden="true"
|
|
751
751
|
></i>
|
|
752
752
|
</span>
|
|
@@ -3986,7 +3986,7 @@ section: components
|
|
|
3986
3986
|
<span class="pf-v5-c-menu__item-main">
|
|
3987
3987
|
<span class="pf-v5-c-menu__item-icon">
|
|
3988
3988
|
<i
|
|
3989
|
-
class="fas fa-fw fa-pf-v5-
|
|
3989
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
3990
3990
|
aria-hidden="true"
|
|
3991
3991
|
></i>
|
|
3992
3992
|
</span>
|
|
@@ -4016,7 +4016,7 @@ section: components
|
|
|
4016
4016
|
</span>
|
|
4017
4017
|
<span class="pf-v5-c-menu__item-icon">
|
|
4018
4018
|
<i
|
|
4019
|
-
class="fas fa-fw fa-pf-v5-
|
|
4019
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
4020
4020
|
aria-hidden="true"
|
|
4021
4021
|
></i>
|
|
4022
4022
|
</span>
|
|
@@ -465,7 +465,7 @@ wrapperTag: div
|
|
|
465
465
|
<span class="pf-v5-c-menu__item-main">
|
|
466
466
|
<span class="pf-v5-c-menu__item-icon">
|
|
467
467
|
<i
|
|
468
|
-
class="fas fa-fw fa-pf-v5-
|
|
468
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
469
469
|
aria-hidden="true"
|
|
470
470
|
></i>
|
|
471
471
|
</span>
|
|
@@ -495,7 +495,7 @@ wrapperTag: div
|
|
|
495
495
|
</span>
|
|
496
496
|
<span class="pf-v5-c-menu__item-icon">
|
|
497
497
|
<i
|
|
498
|
-
class="fas fa-fw fa-pf-v5-
|
|
498
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
499
499
|
aria-hidden="true"
|
|
500
500
|
></i>
|
|
501
501
|
</span>
|
|
@@ -1680,7 +1680,7 @@ wrapperTag: div
|
|
|
1680
1680
|
<span class="pf-v5-c-menu__item-main">
|
|
1681
1681
|
<span class="pf-v5-c-menu__item-icon">
|
|
1682
1682
|
<i
|
|
1683
|
-
class="fas fa-fw fa-pf-v5-
|
|
1683
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
1684
1684
|
aria-hidden="true"
|
|
1685
1685
|
></i>
|
|
1686
1686
|
</span>
|
|
@@ -1710,7 +1710,7 @@ wrapperTag: div
|
|
|
1710
1710
|
</span>
|
|
1711
1711
|
<span class="pf-v5-c-menu__item-icon">
|
|
1712
1712
|
<i
|
|
1713
|
-
class="fas fa-fw fa-pf-v5-
|
|
1713
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
1714
1714
|
aria-hidden="true"
|
|
1715
1715
|
></i>
|
|
1716
1716
|
</span>
|
|
@@ -2877,7 +2877,7 @@ wrapperTag: div
|
|
|
2877
2877
|
<span class="pf-v5-c-menu__item-main">
|
|
2878
2878
|
<span class="pf-v5-c-menu__item-icon">
|
|
2879
2879
|
<i
|
|
2880
|
-
class="fas fa-fw fa-pf-v5-
|
|
2880
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2881
2881
|
aria-hidden="true"
|
|
2882
2882
|
></i>
|
|
2883
2883
|
</span>
|
|
@@ -2907,7 +2907,7 @@ wrapperTag: div
|
|
|
2907
2907
|
</span>
|
|
2908
2908
|
<span class="pf-v5-c-menu__item-icon">
|
|
2909
2909
|
<i
|
|
2910
|
-
class="fas fa-fw fa-pf-v5-
|
|
2910
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2911
2911
|
aria-hidden="true"
|
|
2912
2912
|
></i>
|
|
2913
2913
|
</span>
|
|
@@ -4155,7 +4155,7 @@ wrapperTag: div
|
|
|
4155
4155
|
<span class="pf-v5-c-menu__item-main">
|
|
4156
4156
|
<span class="pf-v5-c-menu__item-icon">
|
|
4157
4157
|
<i
|
|
4158
|
-
class="fas fa-fw fa-pf-v5-
|
|
4158
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
4159
4159
|
aria-hidden="true"
|
|
4160
4160
|
></i>
|
|
4161
4161
|
</span>
|
|
@@ -4185,7 +4185,7 @@ wrapperTag: div
|
|
|
4185
4185
|
</span>
|
|
4186
4186
|
<span class="pf-v5-c-menu__item-icon">
|
|
4187
4187
|
<i
|
|
4188
|
-
class="fas fa-fw fa-pf-v5-
|
|
4188
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
4189
4189
|
aria-hidden="true"
|
|
4190
4190
|
></i>
|
|
4191
4191
|
</span>
|
|
@@ -5432,7 +5432,7 @@ wrapperTag: div
|
|
|
5432
5432
|
<span class="pf-v5-c-menu__item-main">
|
|
5433
5433
|
<span class="pf-v5-c-menu__item-icon">
|
|
5434
5434
|
<i
|
|
5435
|
-
class="fas fa-fw fa-pf-v5-
|
|
5435
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5436
5436
|
aria-hidden="true"
|
|
5437
5437
|
></i>
|
|
5438
5438
|
</span>
|
|
@@ -5462,7 +5462,7 @@ wrapperTag: div
|
|
|
5462
5462
|
</span>
|
|
5463
5463
|
<span class="pf-v5-c-menu__item-icon">
|
|
5464
5464
|
<i
|
|
5465
|
-
class="fas fa-fw fa-pf-v5-
|
|
5465
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5466
5466
|
aria-hidden="true"
|
|
5467
5467
|
></i>
|
|
5468
5468
|
</span>
|
|
@@ -6577,7 +6577,7 @@ wrapperTag: div
|
|
|
6577
6577
|
<span class="pf-v5-c-menu__item-main">
|
|
6578
6578
|
<span class="pf-v5-c-menu__item-icon">
|
|
6579
6579
|
<i
|
|
6580
|
-
class="fas fa-fw fa-pf-v5-
|
|
6580
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6581
6581
|
aria-hidden="true"
|
|
6582
6582
|
></i>
|
|
6583
6583
|
</span>
|
|
@@ -6607,7 +6607,7 @@ wrapperTag: div
|
|
|
6607
6607
|
</span>
|
|
6608
6608
|
<span class="pf-v5-c-menu__item-icon">
|
|
6609
6609
|
<i
|
|
6610
|
-
class="fas fa-fw fa-pf-v5-
|
|
6610
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6611
6611
|
aria-hidden="true"
|
|
6612
6612
|
></i>
|
|
6613
6613
|
</span>
|
|
@@ -7730,7 +7730,7 @@ wrapperTag: div
|
|
|
7730
7730
|
<span class="pf-v5-c-menu__item-main">
|
|
7731
7731
|
<span class="pf-v5-c-menu__item-icon">
|
|
7732
7732
|
<i
|
|
7733
|
-
class="fas fa-fw fa-pf-v5-
|
|
7733
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
7734
7734
|
aria-hidden="true"
|
|
7735
7735
|
></i>
|
|
7736
7736
|
</span>
|
|
@@ -7760,7 +7760,7 @@ wrapperTag: div
|
|
|
7760
7760
|
</span>
|
|
7761
7761
|
<span class="pf-v5-c-menu__item-icon">
|
|
7762
7762
|
<i
|
|
7763
|
-
class="fas fa-fw fa-pf-v5-
|
|
7763
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
7764
7764
|
aria-hidden="true"
|
|
7765
7765
|
></i>
|
|
7766
7766
|
</span>
|
|
@@ -8865,7 +8865,7 @@ wrapperTag: div
|
|
|
8865
8865
|
<span class="pf-v5-c-menu__item-main">
|
|
8866
8866
|
<span class="pf-v5-c-menu__item-icon">
|
|
8867
8867
|
<i
|
|
8868
|
-
class="fas fa-fw fa-pf-v5-
|
|
8868
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
8869
8869
|
aria-hidden="true"
|
|
8870
8870
|
></i>
|
|
8871
8871
|
</span>
|
|
@@ -8895,7 +8895,7 @@ wrapperTag: div
|
|
|
8895
8895
|
</span>
|
|
8896
8896
|
<span class="pf-v5-c-menu__item-icon">
|
|
8897
8897
|
<i
|
|
8898
|
-
class="fas fa-fw fa-pf-v5-
|
|
8898
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
8899
8899
|
aria-hidden="true"
|
|
8900
8900
|
></i>
|
|
8901
8901
|
</span>
|
|
@@ -10069,7 +10069,7 @@ wrapperTag: div
|
|
|
10069
10069
|
<span class="pf-v5-c-menu__item-main">
|
|
10070
10070
|
<span class="pf-v5-c-menu__item-icon">
|
|
10071
10071
|
<i
|
|
10072
|
-
class="fas fa-fw fa-pf-v5-
|
|
10072
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
10073
10073
|
aria-hidden="true"
|
|
10074
10074
|
></i>
|
|
10075
10075
|
</span>
|
|
@@ -10099,7 +10099,7 @@ wrapperTag: div
|
|
|
10099
10099
|
</span>
|
|
10100
10100
|
<span class="pf-v5-c-menu__item-icon">
|
|
10101
10101
|
<i
|
|
10102
|
-
class="fas fa-fw fa-pf-v5-
|
|
10102
|
+
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
10103
10103
|
aria-hidden="true"
|
|
10104
10104
|
></i>
|
|
10105
10105
|
</span>
|
|
@@ -55,6 +55,7 @@ export const pfIcons = {
|
|
|
55
55
|
"migration": { "width": 1024, "height": 1024, "svgPathData": "M702.1,612.2 L268.6,178.9 C243.732561,154.323484 203.686108,154.441297 178.963703,179.163703 C154.241297,203.886108 154.123484,243.932561 178.7,268.8 L612.1,702.3 L519.7,794.4 C505.8,808.2 515.6,832 535.2,832 L799.4,832 C817.402196,832 832,817.402196 832,799.4 L832,535.1 C832,515.5 808.3,505.7 794.4,519.6 L702.1,612.2 Z M960,384 L584.9,384 C581.661101,384.013695 578.745856,385.967202 577.501664,388.957627 C576.257473,391.948051 576.926687,395.392903 579.2,397.7 L627.2,445.7 C628.713533,447.201779 630.768059,448.030798 632.9,448 L960,448 L960,960 L448,960 L448,632.9 C448.012,630.771611 447.18578,628.724022 445.7,627.2 L397.7,579.2 C395.410751,576.875032 391.938936,576.173308 388.926431,577.426686 C385.913927,578.680064 383.964474,581.637351 383.999522,584.9 L383.999522,960 C384.033078,995.332514 412.667486,1023.96692 448,1024 L960,1024 C995.332514,1023.96692 1023.96692,995.332514 1024,960 L1024,448 C1023.96692,412.667486 995.332514,384.033078 960,384 L960,384 Z M576,312 L576,200 C576,195.581722 572.418278,192 568,192 L520,192 C515.581722,192 512,195.581722 512,200 L512,312 C512,316.418278 515.581722,320 520,320 L568,320 C572.418278,320 576,316.418278 576,312 Z M576,120 L576,64 C575.966922,28.6674863 547.332514,0.0330777378 512,0 L456,0 C451.581722,0 448,3.581722 448,8 L448,56 C448,60.418278 451.581722,64 456,64 L512,64 L512,120 C512,124.418278 515.581722,128 520,128 L568,128 C572.418278,128 576,124.418278 576,120 Z M384,56 L384,8 C384,3.581722 380.418278,0 376,0 L200,0 C195.581722,0 192,3.581722 192,8 L192,56 C192,60.418278 195.581722,64 200,64 L376,64 C380.418278,64 384,60.418278 384,56 Z M64,120 L64,64 L120,64 C124.418278,64 128,60.418278 128,56 L128,8 C128,3.581722 124.418278,0 120,0 L64,0 C28.6674863,0.0330777378 0.0330777378,28.6674863 0,64 L0,120 C0,124.418278 3.581722,128 8,128 L56,128 C60.418278,128 64,124.418278 64,120 Z M64,376 L64,200 C64,195.581722 60.418278,192 56,192 L8,192 C3.581722,192 0,195.581722 0,200 L0,376 C0,380.418278 3.581722,384 8,384 L56,384 C60.418278,384 64,380.418278 64,376 Z M128,568 L128,520 C128,515.581722 124.418278,512 120,512 L64,512 L64,456 C64,451.581722 60.418278,448 56,448 L8,448 C3.581722,448 0,451.581722 0,456 L0,512 C0.0330777378,547.332514 28.6674863,575.966922 64,576 L120,576 C124.418278,576 128,572.418278 128,568 Z M312,576 L200,576 C195.581722,576 192,572.418278 192,568 L192,520 C192,515.581722 195.581722,512 200,512 L312,512 C316.418278,512 320,515.581722 320,520 L320,568 C320,572.418278 316.418278,576 312,576 Z" },
|
|
56
56
|
"module": { "width": 1024, "height": 1024, "svgPathData": "M960,817.25 L768,913.25 L768,776.45 L848,736.45 L848,784.403 L880,768.403 L880,720.45 L960,680.45 L960,817.25 Z M584.3,613.05 L658.713,575.54 C659.183,575.839 659.67,576.119 660.18,576.373 L842.466,667.617 L768,704.85 L584.3,613.05 Z M512,368.45 L592,328.45 L592,375.639 L624,359.639 L624,312.45 L704,272.45 L704,409.35 L512,505.35 L512,368.45 Z M328.3,205.05 L403.195,167.297 C403.381,167.399 403.557,167.513 403.748,167.609 L586.689,259.181 L512,296.85 L328.3,205.05 Z M448,817.25 L256,913.25 L256,776.45 L336,736.45 L336,784.403 L368,768.403 L368,720.45 L448,680.45 L448,817.25 Z M72.3,613.05 L146.179,575.809 C146.507,576.003 146.833,576.2 147.18,576.373 L329.965,667.867 L256,704.85 L72.3,613.05 Z M256,520.45 L440.4,612.65 L365.753,649.974 L181.738,557.884 L256,520.45 Z M512,112.45 L696.4,203.85 L622.322,241.21 L438.782,149.358 L512,112.45 Z M768,520.45 L953.2,612.25 L878.253,649.724 L694.236,557.633 L768,520.45 Z M987.596,558.282 L767.297,447.983 L767.297,207.804 C767.297,183.626 753.609,161.446 731.93,150.656 L540.105,54.744 C522.122,45.752 500.941,45.752 482.958,54.744 L291.133,150.656 C269.453,161.446 255.766,183.626 255.766,207.804 L255.766,447.983 L35.368,558.282 C13.688,569.072 0,591.252 0,615.431 L0,816.146 C0,840.324 13.688,862.504 35.368,873.294 L227.192,969.206 C236.184,973.702 245.975,976 255.766,976 C265.557,976 275.348,973.702 284.339,969.206 L511.531,855.61 L738.724,969.206 C747.715,973.702 757.506,976 767.297,976 C777.088,976 786.879,973.802 795.871,969.306 L987.795,873.394 C1009.375,862.504 1024,840.424 1024,816.246 L1024,615.431 C1024,591.252 1009.275,569.072 987.596,558.282 L987.596,558.282 Z" },
|
|
57
57
|
"monitoring": { "width": 1088, "height": 1024, "svgPathData": "M1088,64 L1088,831.91 L640,831.91 L640,896 L832,896.56 L832,960 L256,960 L256,896.56 L448,896 L448,831.91 L0,831.91 L0,64 L1088,64 Z M960,192 L128,192 L128,704 L960,704 L960,192 Z M848.33,301.46 C869.02,322.16 867.08,350.6 848.33,369.34 L658,559.7 C639.255091,578.443665 608.864909,578.443665 590.12,559.7 L465.65,435.24 L305.94,595 C287.151529,613.484918 256.972593,613.362033 238.33528,594.72472 C219.697967,576.087407 219.575082,545.908471 238.06,527.12 L431.71,333.42 L432.41,332.71 C441.412061,323.705883 453.62271,318.647251 466.355,318.647251 C479.08729,318.647251 491.297939,323.705883 500.3,332.71 L624,457.87 L780.45,301.46 C799.2,282.71 827.64,280.76 848.33,301.46 Z" },
|
|
58
|
+
"multicluster": { "width": 896, "height": 1024, "svgPathData": "M768,768 C732.654,768 704,739.346 704,704 C704,668.654 732.654,640 768,640 C803.346,640 832,668.654 832,704 C832,739.346 803.346,768 768,768 L768,768 Z M768,576 C697.308,576 640,633.308 640,704 C640,774.692 697.308,832 768,832 C838.692,832 896,774.692 896,704 C896,633.308 838.692,576 768,576 L768,576 Z M128,384 C92.654,384 64,355.346 64,320 C64,284.654 92.654,256 128,256 C163.346,256 192,284.654 192,320 C192,355.346 163.346,384 128,384 L128,384 Z M128,192 C57.308,192 0,249.308 0,320 C0,390.692 57.308,448 128,448 C198.692,448 256,390.692 256,320 C256,249.308 198.692,192 128,192 L128,192 Z M658.229,769.862 L448,896 L128,704 L128,448 C151.315,448 173.172,441.763 192,430.872 L192,665.7 L448,819.2 L640.001,704.074 C640.015,728.135 646.671,750.64 658.229,769.862 L658.229,769.862 Z M704,358.7 L551.526,267.275 C564.619,249.299 573.145,227.788 575.397,204.438 L768,320 L768,576 C744.685,576 722.828,582.237 704,593.128 L704,358.7 Z M237.771,254.138 L320.603,204.438 C322.855,227.788 331.381,249.3 344.474,267.275 L255.996,320.328 C255.996,320.218 256,320.109 256,320 C256,295.911 249.341,273.38 237.771,254.138 L237.771,254.138 Z M448,256 C412.654,256 384,227.346 384,192 C384,156.654 412.654,128 448,128 C483.346,128 512,156.654 512,192 C512,227.346 483.346,256 448,256 L448,256 Z M448,64 C377.308,64 320,121.308 320,192 C320,262.692 377.308,320 448,320 C518.692,320 576,262.692 576,192 C576,121.308 518.692,64 448,64 L448,64 Z" },
|
|
58
59
|
"namespaces": { "width": 1088, "height": 1024, "svgPathData": "M799.94,99.000013 L800.49,99.000013 C805.909784,99.1074503 811.211674,100.601619 815.89,103.340026 L815.89,103.340026 L948,179.950026 L948.37,180.170026 C955.578287,184.50553 959.99069,192.298373 960,200.710026 L960,200.710026 L960,823.600026 C959.843237,832.01514 955.289809,839.733199 948,843.940026 L948,843.940026 L815.89,920.600026 L815.25,920.970026 C805.361535,926.398004 793.341611,926.200011 783.637283,920.449298 C773.932956,914.698585 767.988497,904.250297 768,892.970026 L768,892.970026 L768,892.490026 C768.171209,881.29598 774.198002,871.010961 783.88,865.390026 L783.88,865.390026 L896,800.310026 L896,223.600026 L783.88,158.530026 L783.47,158.280026 C771.171065,150.889299 765.31517,136.200293 769.156247,122.375216 C772.997323,108.550138 785.591255,98.9871213 799.94,99.000013 Z M160.06,99.0000261 L160.56,99.0000261 C178.010589,99.2678507 192.012987,113.497387 192,130.950026 L192,130.950026 L192,131.420026 C191.830301,142.617107 185.803573,152.905809 176.12,158.530026 L176.12,158.530026 L64,223.600026 L64,800.310026 L176.12,865.380026 L176.53,865.620026 C186.128889,871.385439 192,881.762765 192,892.960026 L192,892.960026 L192,893.700026 C191.48,917.840026 165.17,932.700026 144.13,920.550026 L144.13,920.550026 L12,843.960026 L11.63,843.740026 C4.41866279,839.402684 0.00580523197,831.605244 0,823.190026 L0,823.190026 L0,200.290026 C0.156763177,191.874912 4.71019062,184.156853 12,179.950026 L12,179.950026 L144.15,103.350026 C148.984819,100.515115 154.485359,99.0140263 160.09,99.0000261 L160.06,99.0000261 Z M680,287.600026 L680.4,287.600026 C693.344243,287.814024 703.786002,298.255783 704,311.200026 L704,711.990026 C703.791186,724.94199 693.341964,735.391212 680.39,735.600026 L279.6,735.600026 C266.655757,735.386028 256.213998,724.944269 256,712.000026 L256,311.200026 C256.214149,298.251968 266.661852,287.80869 279.61,287.600026 L680,287.600026 Z M640,542.600026 L512,542.600026 L512,671.600026 L640,671.600026 L640,542.600026 Z M448,542.600026 L320,542.600026 L320,671.600026 L448,671.600026 L448,542.600026 Z M640,351.600026 L512,351.600026 L512,478.600026 L640,478.600026 L640,351.600026 Z M448,351.600026 L320,351.600026 L320,478.600026 L448,478.600026 L448,351.600026 Z" },
|
|
59
60
|
"not-started": { "width": 1024, "height": 1024, "svgPathData": "M512.096,-0.032 C794.336,-0.032 1024.032,229.728 1024.032,511.968 C1024.032,794.336 794.336,1023.968 512.096,1023.968 C229.664,1023.968 0.032,794.336 0.032,511.968 C0.032,229.728 229.664,-0.032 512.096,-0.032 Z M512.096,127.904 C300.32,127.904 128.096,300.192 128.096,511.904 C128.096,723.808 300.32,895.904 512.096,895.904 C723.808,895.904 896.096,723.744 896.096,511.904 C896.032,300.192 723.808,127.904 512.096,127.904 Z M264,432 C308.18278,432 344,467.81722 344,512 C344,556.18278 308.18278,592 264,592 C219.81722,592 184,556.18278 184,512 C184,467.81722 219.81722,432 264,432 Z M513,432 C557.18278,432 593,467.81722 593,512 C593,556.18278 557.18278,592 513,592 C468.81722,592 433,556.18278 433,512 C433,467.81722 468.81722,432 513,432 Z M761,432 C805.18278,432 841,467.81722 841,512 C841,556.18278 805.18278,592 761,592 C716.81722,592 681,556.18278 681,512 C681,467.81722 716.81722,432 761,432 Z" },
|
|
60
61
|
"network": { "width": 1088, "height": 1024, "svgPathData": "M574,320 L574,448 L896,448 C931.332514,448.033078 959.966922,476.667486 960,512 L960,512 L960,640 L1024,640 C1059.33251,640.033078 1087.96692,668.667486 1088,704 L1088,704 L1088,896 C1087.96692,931.332514 1059.33251,959.966922 1024,960 L1024,960 L832,960 C796.667486,959.966922 768.033078,931.332514 768,896 L768,896 L768,704 C768.033078,668.667486 796.667486,640.033078 832,640 L832,640 L896,640 L896,512 L574,512 L574,640 L639,640 C674.332514,640.033078 702.966922,668.667486 703,704 L703,704 L703,896 C702.966922,931.332514 674.332514,959.966922 639,960 L639,960 L447,960 C411.667486,959.966922 383.033078,931.332514 383,896 L383,896 L383,704 C383.033078,668.667486 411.667486,640.033078 447,640 L447,640 L510,640 L510,512 L192,512 L192,640 L256,640 C291.332514,640.033078 319.966922,668.667486 320,704 L320,704 L320,896 C319.966922,931.332514 291.332514,959.966922 256,960 L256,960 L64,960 C28.6674863,959.966922 0.0330777378,931.332514 0,896 L0,896 L0,704 C0.0330777378,668.667486 28.6674863,640.033078 64,640 L64,640 L128,640 L128,512 C128.033078,476.667486 156.667486,448.033078 192,448 L192,448 L510,448 L510,320 L574,320 Z M1024,64 L1024,256 L64,256 L64,64 L1024,64 Z M704,192 L960.5,192 L960.5,128 L704,128 L704,192 Z" },
|