@patternfly/patternfly 5.0.0-alpha.11 → 5.0.0-alpha.13
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/RELEASE-NOTES.md +17 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +0 -4
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Content/content.css +6 -0
- package/components/Content/content.scss +8 -0
- package/components/Menu/menu.css +1 -0
- package/components/Menu/menu.scss +1 -0
- package/components/Pagination/pagination.css +0 -108
- package/components/Pagination/pagination.scss +0 -6
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/docs/components/Content/examples/Content.md +28 -0
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/Banner/examples/Banner.md +0 -1
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -1
- package/docs/demos/HelperText/examples/HelperText.md +0 -1
- package/docs/demos/Page/examples/Page.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +0 -1
- package/docs/demos/Wizard/examples/Wizard.md +179 -171
- package/icons/pf-icons.json +1 -0
- package/package.json +5 -5
- package/patternfly-base-no-reset.css +5 -1
- package/patternfly-base.css +5 -1
- package/patternfly-no-reset.css +13 -114
- package/patternfly.css +13 -114
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -3941,7 +3941,7 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
3941
3941
|
|
|
3942
3942
|
### Sticky breadcrumb on medium
|
|
3943
3943
|
|
|
3944
|
-
```html isFullscreen
|
|
3944
|
+
```html isFullscreen
|
|
3945
3945
|
<div class="pf-c-page" id="page-demo-sticky-top-breadcrumb">
|
|
3946
3946
|
<div class="pf-c-skip-to-content">
|
|
3947
3947
|
<a
|
|
@@ -8823,50 +8823,45 @@ wrapperTag: div
|
|
|
8823
8823
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
8824
8824
|
</span>
|
|
8825
8825
|
</button>
|
|
8826
|
-
<div class="pf-c-
|
|
8827
|
-
<div class="pf-c-
|
|
8828
|
-
<
|
|
8829
|
-
<
|
|
8830
|
-
<
|
|
8831
|
-
<
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
<button class="pf-c-wizard__nav-link">Substep A</button>
|
|
8843
|
-
</li>
|
|
8844
|
-
<li class="pf-c-wizard__nav-item">
|
|
8845
|
-
<button
|
|
8846
|
-
class="pf-c-wizard__nav-link pf-m-current"
|
|
8847
|
-
aria-current="page"
|
|
8848
|
-
>Substep B</button>
|
|
8849
|
-
</li>
|
|
8850
|
-
<li class="pf-c-wizard__nav-item">
|
|
8851
|
-
<button class="pf-c-wizard__nav-link">Substep C</button>
|
|
8852
|
-
</li>
|
|
8853
|
-
</ol>
|
|
8854
|
-
</li>
|
|
8855
|
-
<li class="pf-c-wizard__nav-item">
|
|
8856
|
-
<button class="pf-c-wizard__nav-link">Additional</button>
|
|
8857
|
-
</li>
|
|
8858
|
-
<li class="pf-c-wizard__nav-item">
|
|
8859
|
-
<button class="pf-c-wizard__nav-link" disabled>Review</button>
|
|
8860
|
-
</li>
|
|
8861
|
-
</ol>
|
|
8862
|
-
</nav>
|
|
8863
|
-
<main class="pf-c-wizard__main" tabindex="0">
|
|
8864
|
-
<div class="pf-c-wizard__main-body">
|
|
8826
|
+
<div class="pf-c-wizard__outer-wrap">
|
|
8827
|
+
<div class="pf-c-wizard__inner-wrap">
|
|
8828
|
+
<nav class="pf-c-wizard__nav" aria-label="Steps">
|
|
8829
|
+
<ol class="pf-c-wizard__nav-list">
|
|
8830
|
+
<li class="pf-c-wizard__nav-item">
|
|
8831
|
+
<button class="pf-c-wizard__nav-link">Information</button>
|
|
8832
|
+
</li>
|
|
8833
|
+
<li class="pf-c-wizard__nav-item">
|
|
8834
|
+
<button
|
|
8835
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
8836
|
+
>Configuration</button>
|
|
8837
|
+
<ol class="pf-c-wizard__nav-list">
|
|
8838
|
+
<li class="pf-c-wizard__nav-item">
|
|
8839
|
+
<button class="pf-c-wizard__nav-link">Substep A</button>
|
|
8840
|
+
</li>
|
|
8841
|
+
<li class="pf-c-wizard__nav-item">
|
|
8865
8842
|
<button
|
|
8866
|
-
class="pf-c-
|
|
8867
|
-
|
|
8868
|
-
|
|
8869
|
-
|
|
8843
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
8844
|
+
aria-current="page"
|
|
8845
|
+
>Substep B</button>
|
|
8846
|
+
</li>
|
|
8847
|
+
<li class="pf-c-wizard__nav-item">
|
|
8848
|
+
<button class="pf-c-wizard__nav-link">Substep C</button>
|
|
8849
|
+
</li>
|
|
8850
|
+
</ol>
|
|
8851
|
+
</li>
|
|
8852
|
+
<li class="pf-c-wizard__nav-item">
|
|
8853
|
+
<button class="pf-c-wizard__nav-link">Additional</button>
|
|
8854
|
+
</li>
|
|
8855
|
+
<li class="pf-c-wizard__nav-item">
|
|
8856
|
+
<button class="pf-c-wizard__nav-link" disabled>Review</button>
|
|
8857
|
+
</li>
|
|
8858
|
+
</ol>
|
|
8859
|
+
</nav>
|
|
8860
|
+
<main class="pf-c-wizard__main" tabindex="0">
|
|
8861
|
+
<div class="pf-c-drawer pf-m-inline">
|
|
8862
|
+
<div class="pf-c-drawer__main">
|
|
8863
|
+
<div class="pf-c-drawer__content">
|
|
8864
|
+
<div class="pf-c-wizard__main-body">
|
|
8870
8865
|
<form class="pf-c-form pf-m-limit-width" novalidate>
|
|
8871
8866
|
<div class="pf-c-form__group">
|
|
8872
8867
|
<div class="pf-c-form__group-label"><label
|
|
@@ -9010,57 +9005,65 @@ wrapperTag: div
|
|
|
9010
9005
|
</div>
|
|
9011
9006
|
</form>
|
|
9012
9007
|
</div>
|
|
9013
|
-
</
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
|
|
9019
|
-
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
|
|
9008
|
+
</div>
|
|
9009
|
+
<div
|
|
9010
|
+
class="pf-c-drawer__panel pf-m-light-200 pf-m-width-33"
|
|
9011
|
+
hidden
|
|
9012
|
+
>
|
|
9013
|
+
<div class="pf-c-drawer__body">
|
|
9014
|
+
<div class="pf-c-drawer__head">
|
|
9015
|
+
<h2
|
|
9016
|
+
class="pf-c-title pf-m-xl"
|
|
9017
|
+
>Register with Red Hat connector</h2>
|
|
9018
|
+
<div class="pf-c-drawer__actions">
|
|
9019
|
+
<div class="pf-c-drawer__close">
|
|
9020
|
+
<button
|
|
9021
|
+
class="pf-c-button pf-m-plain"
|
|
9022
|
+
type="button"
|
|
9023
|
+
aria-label="Close drawer panel"
|
|
9024
|
+
>
|
|
9025
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9026
|
+
</button>
|
|
9027
|
+
</div>
|
|
9028
|
+
</div>
|
|
9029
|
+
</div>
|
|
9030
|
+
</div>
|
|
9031
|
+
<div class="pf-c-drawer__body">
|
|
9032
|
+
<div class="pf-c-content">
|
|
9033
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
9034
|
+
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
9035
|
+
<p>
|
|
9036
|
+
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
9037
|
+
<a
|
|
9038
|
+
href="#"
|
|
9039
|
+
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
9040
|
+
</p>
|
|
9041
|
+
<a href="#">
|
|
9042
|
+
<span
|
|
9043
|
+
class="pf-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
9044
|
+
>
|
|
9045
|
+
<span>Learn about Red Hat connector</span>
|
|
9046
|
+
<i
|
|
9047
|
+
class="fas fa-external-link-alt"
|
|
9048
|
+
aria-hidden="true"
|
|
9049
|
+
></i>
|
|
9050
|
+
</span>
|
|
9051
|
+
</a>
|
|
9052
|
+
</div>
|
|
9030
9053
|
</div>
|
|
9031
9054
|
</div>
|
|
9032
9055
|
</div>
|
|
9033
9056
|
</div>
|
|
9034
|
-
|
|
9035
|
-
<div class="pf-c-content">
|
|
9036
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
9037
|
-
|
|
9038
|
-
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
9039
|
-
|
|
9040
|
-
<p>
|
|
9041
|
-
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
9042
|
-
<a
|
|
9043
|
-
href="#"
|
|
9044
|
-
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
9045
|
-
</p>
|
|
9046
|
-
<a href="#">
|
|
9047
|
-
<span class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
9048
|
-
<span>Learn about Red Hat connector</span>
|
|
9049
|
-
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
9050
|
-
</span>
|
|
9051
|
-
</a>
|
|
9052
|
-
</div>
|
|
9053
|
-
</div>
|
|
9054
|
-
</div>
|
|
9057
|
+
</main>
|
|
9055
9058
|
</div>
|
|
9059
|
+
<footer class="pf-c-wizard__footer">
|
|
9060
|
+
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
9061
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
9062
|
+
<div class="pf-c-wizard__footer-cancel">
|
|
9063
|
+
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
9064
|
+
</div>
|
|
9065
|
+
</footer>
|
|
9056
9066
|
</div>
|
|
9057
|
-
<footer class="pf-c-wizard__footer">
|
|
9058
|
-
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
9059
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
9060
|
-
<div class="pf-c-wizard__footer-cancel">
|
|
9061
|
-
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
9062
|
-
</div>
|
|
9063
|
-
</footer>
|
|
9064
9067
|
</div>
|
|
9065
9068
|
</section>
|
|
9066
9069
|
</main>
|
|
@@ -9965,44 +9968,44 @@ wrapperTag: div
|
|
|
9965
9968
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
9966
9969
|
</span>
|
|
9967
9970
|
</button>
|
|
9968
|
-
<div class="pf-c-
|
|
9969
|
-
<div class="pf-c-
|
|
9970
|
-
<
|
|
9971
|
-
<
|
|
9972
|
-
<
|
|
9973
|
-
<
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
9993
|
-
|
|
9994
|
-
|
|
9995
|
-
|
|
9996
|
-
|
|
9997
|
-
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
<
|
|
9971
|
+
<div class="pf-c-wizard__outer-wrap">
|
|
9972
|
+
<div class="pf-c-wizard__inner-wrap">
|
|
9973
|
+
<nav class="pf-c-wizard__nav" aria-label="Steps">
|
|
9974
|
+
<ol class="pf-c-wizard__nav-list">
|
|
9975
|
+
<li class="pf-c-wizard__nav-item">
|
|
9976
|
+
<button class="pf-c-wizard__nav-link">Information</button>
|
|
9977
|
+
</li>
|
|
9978
|
+
<li class="pf-c-wizard__nav-item">
|
|
9979
|
+
<button
|
|
9980
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
9981
|
+
>Configuration</button>
|
|
9982
|
+
<ol class="pf-c-wizard__nav-list">
|
|
9983
|
+
<li class="pf-c-wizard__nav-item">
|
|
9984
|
+
<button class="pf-c-wizard__nav-link">Substep A</button>
|
|
9985
|
+
</li>
|
|
9986
|
+
<li class="pf-c-wizard__nav-item">
|
|
9987
|
+
<button
|
|
9988
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
9989
|
+
aria-current="page"
|
|
9990
|
+
>Substep B</button>
|
|
9991
|
+
</li>
|
|
9992
|
+
<li class="pf-c-wizard__nav-item">
|
|
9993
|
+
<button class="pf-c-wizard__nav-link">Substep C</button>
|
|
9994
|
+
</li>
|
|
9995
|
+
</ol>
|
|
9996
|
+
</li>
|
|
9997
|
+
<li class="pf-c-wizard__nav-item">
|
|
9998
|
+
<button class="pf-c-wizard__nav-link">Additional</button>
|
|
9999
|
+
</li>
|
|
10000
|
+
<li class="pf-c-wizard__nav-item">
|
|
10001
|
+
<button class="pf-c-wizard__nav-link" disabled>Review</button>
|
|
10002
|
+
</li>
|
|
10003
|
+
</ol>
|
|
10004
|
+
</nav>
|
|
10005
|
+
<main class="pf-c-wizard__main" tabindex="0">
|
|
10006
|
+
<div class="pf-c-drawer pf-m-expanded pf-m-inline">
|
|
10007
|
+
<div class="pf-c-drawer__main">
|
|
10008
|
+
<div class="pf-c-drawer__content">
|
|
10006
10009
|
<div class="pf-c-wizard__main-body">
|
|
10007
10010
|
<form class="pf-c-form pf-m-limit-width" novalidate>
|
|
10008
10011
|
<div class="pf-c-form__group">
|
|
@@ -10147,57 +10150,62 @@ wrapperTag: div
|
|
|
10147
10150
|
</div>
|
|
10148
10151
|
</form>
|
|
10149
10152
|
</div>
|
|
10150
|
-
</
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10153
|
+
</div>
|
|
10154
|
+
<div class="pf-c-drawer__panel pf-m-light-200 pf-m-width-33">
|
|
10155
|
+
<div class="pf-c-drawer__body">
|
|
10156
|
+
<div class="pf-c-drawer__head">
|
|
10157
|
+
<h2
|
|
10158
|
+
class="pf-c-title pf-m-xl"
|
|
10159
|
+
>Register with Red Hat connector</h2>
|
|
10160
|
+
<div class="pf-c-drawer__actions">
|
|
10161
|
+
<div class="pf-c-drawer__close">
|
|
10162
|
+
<button
|
|
10163
|
+
class="pf-c-button pf-m-plain"
|
|
10164
|
+
type="button"
|
|
10165
|
+
aria-label="Close drawer panel"
|
|
10166
|
+
>
|
|
10167
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
10168
|
+
</button>
|
|
10169
|
+
</div>
|
|
10170
|
+
</div>
|
|
10171
|
+
</div>
|
|
10172
|
+
</div>
|
|
10173
|
+
<div class="pf-c-drawer__body">
|
|
10174
|
+
<div class="pf-c-content">
|
|
10175
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
10176
|
+
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
10177
|
+
<p>
|
|
10178
|
+
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
10179
|
+
<a
|
|
10180
|
+
href="#"
|
|
10181
|
+
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
10182
|
+
</p>
|
|
10183
|
+
<a href="#">
|
|
10184
|
+
<span
|
|
10185
|
+
class="pf-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
10186
|
+
>
|
|
10187
|
+
<span>Learn about Red Hat connector</span>
|
|
10188
|
+
<i
|
|
10189
|
+
class="fas fa-external-link-alt"
|
|
10190
|
+
aria-hidden="true"
|
|
10191
|
+
></i>
|
|
10192
|
+
</span>
|
|
10193
|
+
</a>
|
|
10194
|
+
</div>
|
|
10167
10195
|
</div>
|
|
10168
10196
|
</div>
|
|
10169
10197
|
</div>
|
|
10170
10198
|
</div>
|
|
10171
|
-
|
|
10172
|
-
<div class="pf-c-content">
|
|
10173
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
10174
|
-
|
|
10175
|
-
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
10176
|
-
|
|
10177
|
-
<p>
|
|
10178
|
-
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
10179
|
-
<a
|
|
10180
|
-
href="#"
|
|
10181
|
-
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
10182
|
-
</p>
|
|
10183
|
-
<a href="#">
|
|
10184
|
-
<span class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
10185
|
-
<span>Learn about Red Hat connector</span>
|
|
10186
|
-
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
10187
|
-
</span>
|
|
10188
|
-
</a>
|
|
10189
|
-
</div>
|
|
10190
|
-
</div>
|
|
10191
|
-
</div>
|
|
10199
|
+
</main>
|
|
10192
10200
|
</div>
|
|
10201
|
+
<footer class="pf-c-wizard__footer">
|
|
10202
|
+
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
10203
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
10204
|
+
<div class="pf-c-wizard__footer-cancel">
|
|
10205
|
+
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
10206
|
+
</div>
|
|
10207
|
+
</footer>
|
|
10193
10208
|
</div>
|
|
10194
|
-
<footer class="pf-c-wizard__footer">
|
|
10195
|
-
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
10196
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
10197
|
-
<div class="pf-c-wizard__footer-cancel">
|
|
10198
|
-
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
10199
|
-
</div>
|
|
10200
|
-
</footer>
|
|
10201
10209
|
</div>
|
|
10202
10210
|
</section>
|
|
10203
10211
|
</main>
|
package/icons/pf-icons.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"container-node": { "width": 1024, "height": 1024, "svgPathData": "M22.3,576.00143 L1001.8,576.00143 C1013.2,576.00143 1020.3,570.90143 1023.1,560.50143 C1025.6,550.20143 1022.9,537.30143 1014.4,522.10143 C1014.4,522.10143 874.3,232.50143 863.8,211.00143 C856,191.90143 841.4,192.000713 841.4,192.000713 L185.6,192.000713 C185.6,192.000713 169,191.60143 161.8,209.70143 C151.3,232.30143 9.7,522.00143 9.7,522.00143 C1.2,537.10143 -1.7,550.00143 1,560.40143 C3.7,570.80143 10.8,576.00143 22.3,576.00143 Z M1013.1,650.90143 C1005.8,643.60143 997.2,640.00143 987.4,640.00143 L36.6,640.00143 C26.6,640.00143 18.2,643.60143 10.9,650.90143 C3.6,658.20143 0,666.80143 0,676.60143 L0,795.50143 C0,805.50143 3.6,813.90143 10.7,821.20143 C18,828.40143 26.4,832.00143 36.4,832.00143 L987.4,832.00143 C997.4,832.00143 1005.8,828.40143 1013.1,821.10143 C1020.4,813.80143 1024,805.40143 1024,795.40143 L1024,676.60143 C1024,666.60143 1020.4,658.20143 1013.1,650.90143 Z M128,768.00143 L64,768.00143 L64,704.00143 L128,704.00143 L128,768.00143 Z M256,768.00143 L192,768.00143 L192,704.00143 L256,704.00143 L256,768.00143 Z M384,768.00143 L320,768.00143 L320,704.00143 L384,704.00143 L384,768.00143 Z M512,768.00143 L448,768.00143 L448,704.00143 L512,704.00143 L512,768.00143 Z M960,768.00143 L896,768.00143 L896,704.00143 L960,704.00143 L960,768.00143 Z" },
|
|
22
22
|
"cpu": { "width": 832, "height": 1024, "svgPathData": "M16,704 L112,704 C120.836556,704 128,711.163444 128,720 L128,752 C128,760.836556 120.836556,768 112,768 L16,768 C7.163444,768 0,760.836556 0,752 L0,720 C0,711.163444 7.163444,704 16,704 M16,576 L112,576 C120.836556,576 128,583.163444 128,592 L128,624 C128,632.836556 120.836556,640 112,640 L16,640 C7.163444,640 0,632.836556 0,624 L0,592 C0,583.163444 7.163444,576 16,576 M16,448 L112,448 C120.836556,448 128,455.163444 128,464 L128,496 C128,504.836556 120.836556,512 112,512 L16,512 C7.163444,512 0,504.836556 0,496 L0,464 C0,455.163444 7.163444,448 16,448 M16,320 L112,320 C120.836556,320 128,327.163444 128,336 L128,368 C128,376.836556 120.836556,384 112,384 L16,384 C7.163444,384 0,376.836556 0,368 L0,336 C0,327.163444 7.163444,320 16,320 M720,704 L816,704 C824.836556,704 832,711.163444 832,720 L832,752 C832,760.836556 824.836556,768 816,768 L720,768 C711.163444,768 704,760.836556 704,752 L704,720 C704,711.163444 711.163444,704 720,704 M720,576 L816,576 C824.836556,576 832,583.163444 832,592 L832,624 C832,632.836556 824.836556,640 816,640 L720,640 C711.163444,640 704,632.836556 704,624 L704,592 C704,583.163444 711.163444,576 720,576 M720,448 L816,448 C824.836556,448 832,455.163444 832,464 L832,496 C832,504.836556 824.836556,512 816,512 L720,512 C711.163444,512 704,504.836556 704,496 L704,464 C704,455.163444 711.163444,448 720,448 M720,320 L816,320 C824.836556,320 832,327.163444 832,336 L832,368 C832,376.836556 824.836556,384 816,384 L720,384 C711.163444,384 704,376.836556 704,368 L704,336 C704,327.163444 711.163444,320 720,320 M592,832 L624,832 C632.836556,832 640,839.163444 640,848 L640,944 C640,952.836556 632.836556,960 624,960 L592,960 C583.163444,960 576,952.836556 576,944 L576,848 C576,839.163444 583.163444,832 592,832 M464,832 L496,832 C504.836556,832 512,839.163444 512,848 L512,944 C512,952.836556 504.836556,960 496,960 L464,960 C455.163444,960 448,952.836556 448,944 L448,848 C448,839.163444 455.163444,832 464,832 M336,832 L368,832 C376.836556,832 384,839.163444 384,848 L384,944 C384,952.836556 376.836556,960 368,960 L336,960 C327.163444,960 320,952.836556 320,944 L320,848 C320,839.163444 327.163444,832 336,832 M208,832 L240,832 C248.836556,832 256,839.163444 256,848 L256,944 C256,952.836556 248.836556,960 240,960 L208,960 C199.163444,960 192,952.836556 192,944 L192,848 C192,839.163444 199.163444,832 208,832 M592,128 L624,128 C632.836556,128 640,135.163444 640,144 L640,240 C640,248.836556 632.836556,256 624,256 L592,256 C583.163444,256 576,248.836556 576,240 L576,144 C576,135.163444 583.163444,128 592,128 M464,128 L496,128 C504.836556,128 512,135.163444 512,144 L512,240 C512,248.836556 504.836556,256 496,256 L464,256 C455.163444,256 448,248.836556 448,240 L448,144 C448,135.163444 455.163444,128 464,128 M336,128 L368,128 C376.836556,128 384,135.163444 384,144 L384,240 C384,248.836556 376.836556,256 368,256 L336,256 C327.163444,256 320,248.836556 320,240 L320,144 C320,135.163444 327.163444,128 336,128 M192,240 L192,144 C192,135.163444 199.163444,128 208,128 L240,128 C248.836556,128 256,135.163444 256,144 L256,240 C256,248.836556 248.836556,256 240,256 L208,256 C199.163444,256 192,248.836556 192,240 M639.9,332.4 L640,754.4 C640,761.248331 634.448331,766.8 627.6,766.8 L204.5,768.000017 C197.630809,768.011149 192.044024,762.469059 192,755.6 L192,332.4 C192,329.111316 193.306425,325.957327 195.631876,323.631876 C197.957327,321.306425 201.111316,319.999742 204.4,319.999742 L627.4,319.999742 C630.704365,319.978711 633.880989,321.275093 636.226941,323.602277 C638.572893,325.929461 639.894747,329.095571 639.9,332.4" },
|
|
23
23
|
"critical-risk": { "width": 925, "height": 1024, "svgPathData": "M897.86597,252.24865 L491.105712,7.96742801 C473.40731,-2.65897781 451.300057,-2.65597516 433.611654,7.97743687 L27.1213875,252.245648 C10.3059556,262.353595 0.0163032058,280.549701 0.0163032058,300.182078 L0.0163032058,967.971163 C-1.04266102,1010.81008 49.7156241,1038.89994 85.4314175,1015.41816 C85.4304175,1015.42016 432.807682,798.630273 432.807682,798.630273 C450.891071,787.348287 473.816296,787.342282 491.906685,798.624268 L839.584939,1015.4612 C875.297732,1039.03406 926.031018,1010.73602 924.984054,968.003192 C924.985054,968.005193 924.985054,300.192087 924.985054,300.192087 C924.985054,280.552703 914.688401,262.353595 897.86597,252.24865" },
|
|
24
|
+
"data-processor": { "width": 1024, "height": 1024, "svgPathData": "M879.0474,64.5 L1024.3914,224.5 L879.0474,384.5 L832.4324,341.094 L909.276499,256.5 L180.1341,256.5 C148.0811,257.327 118.0301,271.052 95.4831,295.334 C72.8821,319.674 60.4361,351.806 60.4361,385.811 L60.4361,386.471 C60.4361,420.381 72.7991,452.159 95.2501,475.95 C117.7211,499.761 147.6961,512.5 179.6531,512.5 L323.373499,512.5 L512.4992,367.3227 L701.624499,512.5 L845.5586,512.5 C892.8806,512.5 937.36031,531.51296 970.971417,566.572676 L971.9866,567.64 C1005.8506,603.526 1024.4996,651.43 1024.4996,702.529 L1024.4996,703.189 C1024.4996,754.188 1005.8886,802.318 972.0946,838.711 C938.5136,874.875 893.7406,895.395 846.0236,896.492 L845.6746,896.5 L31.2476,896.5 C14.7556,896.466 0.4686,881.3 0.499549646,863.652 C0.5316,846.026 14.7836,832.5 31.2476,832.5 L845.0776,832.5 C877.1296,831.673 907.1816,817.948 929.7276,793.666 C952.3286,769.326 964.7756,737.194 964.7756,703.189 L964.7756,702.529 C964.7756,668.619 952.4116,636.841 929.9606,613.05 C907.4896,589.239 877.5156,576.5 845.5586,576.5 L703.333499,576.5 L512.4992,720.9647 L321.665499,576.5 L179.6531,576.5 C132.33011,576.5 87.8513702,557.48704 54.240283,522.427324 L53.2251,521.36 C19.3611,485.474 0.7111,437.57 0.7111,386.471 L0.7111,385.811 C0.7111,334.812 19.3221,286.682 53.1161,250.289 C86.6971,214.125 131.4701,193.605 179.1871,192.508 L179.5371,192.5 L909.276499,192.5 L832.4324,107.906 L879.0474,64.5 Z M512.4992,450.3267 L389.4332,544.7967 L512.4992,637.9607 L635.5662,544.7967 L512.4992,450.3267 Z" },
|
|
24
25
|
"data-sink": { "width": 896, "height": 1024, "svgPathData": "M430.605,63 L576,223 L430.605,383 L384,339.574 L460.854,255 L179.538,255 C147.415,255.821 117.345,269.54 94.84,293.692 C72.297,317.884 59.882,349.916 59.882,383.888 L59.882,384.548 C59.882,418.481 72.245,450.28 94.695,474.088 C117.168,497.922 147.148,511 179.11,511 L717.06,511 C815.347,511 895.619,597.063 895.999359,702.789 C896.182,754.034 877.68,802.261 843.9,838.586 C810.069,874.964 765.02,895 717.061,895 L0,895 L0,831 L717.024,831 C717.033,831 717.043,831.023 717.053,831.023 C749.033,831.023 779.056,817.672 801.602,793.428 C824.092,769.244 836.41,737.142 836.288,703.035 C836.035,632.45 782.549,575 717.06,575 L179.11,575 C131.314,575 86.417,555.327 52.69,519.559 C18.822,483.642 0.171,435.694 0.171,384.548 L0.171,383.888 C0.171,332.847 18.785,284.761 52.584,248.489 C86.102,212.518 130.841,192.105 178.562,191 L460.854,191 L384,106.426 L430.605,63 Z M756,79 C833.196,79 896,141.804 896,219 C896,296.196 833.196,359 756,359 C678.804,359 616,296.196 616,219 C616,141.804 678.804,79 756,79 Z M756,143.013 C714.086,143.013 679.987,177.101 679.987,219 C679.987,260.9 714.086,294.987 756,294.987 C797.914,294.987 832.013,260.9 832.013,219 C832.013,177.101 797.914,143.013 756,143.013 Z" },
|
|
25
26
|
"data-source": { "width": 896, "height": 1024, "svgPathData": "M750.6252,63 L896.0002,223 L750.6252,383 L704.0002,339.594 L780.807,255.06 L179.0074,254.909 L178.9774,254.909 C147.0174,254.909 117.0004,268.239 94.4554,292.446 C71.9454,316.615 59.6154,348.704 59.7374,382.802 C59.9914,453.334 113.4824,511 178.9784,511 L717.0204,511 C764.8314,511 809.7404,530.399 843.4754,566.14 C877.3464,602.026 896.0004,649.93 896.0004,701.029 L896.0004,701.689 C896.0004,752.688 877.3844,800.818 843.5834,837.211 C809.9954,873.375 765.2134,893.895 717.4864,894.992 L717.1364,895 L276.310151,895.001486 C261.798404,956.828303 206.189494,1003 140,1003 C62.804,1003 0,940.196 0,863 C0,785.804 62.804,723 140,723 C206.189852,723 261.799004,769.172196 276.310386,830.999515 L716.5394,831 C748.5984,830.173 778.6564,816.448 801.2074,792.166 C823.8134,767.826 836.2624,735.694 836.2624,701.689 L836.2624,701.029 C836.2624,667.119 823.8964,635.341 801.4404,611.55 C778.9654,587.739 748.9844,575 717.0204,575 L178.9784,575 C80.6694,575 0.0014,489 0.0014,383.047 C0.0014,332 18.3334,283.634 52.1394,247.337 C85.9744,211.008 131.0224,191 178.9774,191 L179.0224,191 L781.009,191.162 L704.0002,106.406 L750.6252,63 Z M140,787 C98.093,787 64,821.094 64,863 C64,904.906 98.093,939 140,939 C181.907,939 216,904.906 216,863 C216,821.094 181.907,787 140,787 Z" },
|
|
26
27
|
"degraded": { "width": 1024, "height": 1024, "svgPathData": "M671.7,0 C703.8,0 734.6,1.1 763.9,4 C793.2,6.9 821.3,10.6 848.2,16.1 C872.57072,21.0125373 896.669847,27.1875213 920.4,34.6 C941.9,41.9 960.6,49.7 976.5,58.8 C991.9,67.9 1003.9,77.5 1011.6,87.4 C1019.3,97.3 1024,107.4 1024,117.5 L1024,265.4 C1024,276.2 1020.2,286.3 1012.5,296.4 C1004.8,306.3 992.8,315.9 977.4,325 C959.337595,334.451236 940.502821,342.346452 921.1,348.6 C897.436848,356.377909 873.326481,362.722743 848.9,367.6 C820.897405,372.974437 792.621855,376.813503 764.2,379.1 C759.8,379.5 755.4,379.8 750.9,380.1 C748.408787,375.948151 745.635606,371.972146 742.6,368.2 C730,351.9 712.6,337.4 689.6,323.8 L688.8,323.4 C670.3,312.7 648.2,303.2 621.4,294.1 L620.2,293.7 C594.308252,285.580645 568.004767,278.837874 541.4,273.5 C515,268.1 486.1,263.9 450.6,260.4 C420.6,257.4 388.3,256 351.9,256 C341.1,256 330.6,256.1 320.3,256.4 C320.042814,256.229635 319.807695,256.028104 319.6,255.8 L319.6,117.6 C319.6,107.5 323.7,97.4 331.7,87.5 C339.5,77.6 351.5,67.9 367.2,58.9 C382.6,49.9 401.2,41.7 422.6,34.7 C446.276709,27.1007865 470.38634,20.9231111 494.8,16.2 C521.9,10.9 550.5,6.9 580,4.1 C609.5,1.3 640,0 671.7,0 M1024,376.8 L1024,586.7 C1024,597.5 1020.2,607.6 1012.5,617.7 C1004.8,627.6 992.8,637.2 977.4,646.3 C959.337595,655.751236 940.502821,663.646452 921.1,669.9 C897.436848,677.677909 873.326481,684.022743 848.9,688.9 C822.14275,694.015209 795.140551,697.753462 768,700.1 L767.7,476.1 C794.940661,473.760163 822.043072,470.0219 848.9,464.9 C875.6,459.4 902.3,452.4 921.1,445.9 C939.9,439.4 961.5,430.7 977.3,422.3 C992.7,413.2 1004.7,403.6 1012.4,393.7 C1016.447,388.568447 1019.59184,382.786011 1021.7,376.6 C1022,375.5 1023.9,375.8 1024,376.8 M232.2,520.597935 C230.685589,520.579154 229.184592,520.886176 227.8,521.5 C226.72,522 225.7,522.57 224.7,523.15 L224.1,523.5 L223.4,523.9 L171.4,576.3 C170.030083,577.250162 168.955681,578.567171 168.3,580.1 C167.646697,581.718369 167.340097,583.455771 167.4,585.2 C167.379154,586.714411 167.686176,588.215408 168.3,589.6 C168.957066,590.956585 169.794664,592.218027 170.79,593.35 L171.1,593.7 L171.4,594 L282.4,704.4 L169.1,817.5 C167.730083,818.450162 166.655681,819.767171 166,821.3 C165.346697,822.918369 165.040097,824.655771 165.1,826.4 C165.079154,827.914411 165.386176,829.415408 166,830.8 C166.657066,832.156585 167.494664,833.418027 168.49,834.55 L168.8,834.9 L169.1,835.2 L221.1,887.4 C222.35498,888.705142 223.848625,889.757483 225.5,890.5 C227.118369,891.153303 228.855771,891.459903 230.6,891.4 C232.114411,891.420846 233.615408,891.113824 235,890.5 C236.347415,889.990824 237.52525,889.114377 238.4,887.97 L238.6,887.7 L238.8,887.4 L352.1,774.8 L465.3,887 C466.250162,888.369917 467.567171,889.444319 469.1,890.1 C470.478689,890.732085 471.983848,891.039958 473.5,891 C475.244839,891.068745 476.984084,890.76182 478.6,890.1 C479.956585,889.442934 481.218027,888.605336 482.35,887.61 L482.7,887.3 L483,887 L535,835.3 C536.305142,834.04502 537.357483,832.551375 538.1,830.9 C538.756858,829.636812 539.06739,828.222169 539,826.8 C539.068745,825.055161 538.76182,823.315916 538.1,821.7 C537.590824,820.352585 536.714377,819.17475 535.57,818.3 L535.3,818.1 L535,817.9 L421.8,704.8 L532.8,594.7 C534.105142,593.44502 535.157483,591.951375 535.9,590.3 C536.532085,588.921311 536.839958,587.416152 536.8,585.9 C536.868745,584.155161 536.56182,582.415916 535.9,580.8 C535.390824,579.452585 534.514377,578.27475 533.37,577.4 L533.1,577.2 L532.8,577 L481.4,524.4 C480.00074,523.482177 478.529234,522.679537 477,522 C475.381631,521.346697 473.644229,521.040097 471.9,521.1 C470.405861,521.103166 468.921356,521.339337 467.5,521.8 C466.140714,522.100301 464.928143,522.863903 464.07,523.96 L463.9,524.2 L463.7,524.4 L352.6,635.3 L241.1,523.9 C240.092509,522.704814 238.778981,521.806084 237.3,521.3 C235.645389,520.809136 233.925677,520.573098 232.2,520.597935 M351.9,320 C383.9,320 414.9,321.1 444.17,324 C473.44,326.9 501.56,330.6 528.45,336.1 C552.814192,341.012298 576.906673,347.18729 600.63,354.6 C622.12,361.9 640.82,369.7 656.71,378.8 C672.11,387.9 684.11,397.5 691.8,407.4 C699.26,416.92 703.74,426.64 703.99,436.4 L703.99,581.1 C702.99,589.9 698.79,598.2 692.39,606.6 C684.7,616.5 672.7,626.1 657.3,635.2 C639.238153,644.652423 620.403276,652.547682 601,658.8 C594.19,661.13 586.94,663.38 579.34,665.54 L577.71,666 L575.91,666.4 L575.91,764.4 C584.6,762 593,759.4 601,756.7 C620.389618,750.428205 639.21623,742.533606 657.28,733.1 C672.68,724 684.68,714.4 692.37,704.5 C696.417004,699.368447 699.561838,693.586011 701.67,687.4 C701.96,686.4 703.73,686.59 703.95,687.49 L703.95,687.6 L703.95,906.7 C703.95,917.5 700.15,927.6 692.45,937.7 C684.76,947.6 672.76,957.2 657.36,966.3 C639.304584,975.751378 620.476439,983.64662 601.08,989.9 C577.42368,997.678088 553.319957,1004.02293 528.9,1008.9 C500.904237,1014.27511 472.635307,1018.11419 444.22,1020.4 C415.13,1022.9 384.44,1024 352.22,1024 C320.53,1024 290.14,1022.8 260.65,1020.4 C232.214864,1018.40725 203.932689,1014.63318 175.97,1009.1 C148.88,1003.8 124.29,997.6 102.89,990.1 C81.63,983 63.1966667,975.133333 47.59,966.5 C32.09,957.4 20.39,947.8 12.2,937.9 C4.44,928.38 0.35,918.47 0.11,908.08 L0.11,687.8 C0.21,686.8 1.91,686.6 2.31,687.6 C12.31,712.25 43.76,739.84 123.64,762.71 L126.07,763.4 L127.87,763.9 L127.87,666.9 C119.18,664.5 110.78,661.9 102.87,659.1 C81.5833333,652 63.1233333,644.133333 47.49,635.5 C31.99,626.4 20.29,616.8 12.1,606.9 C4.34,597.38 0.25,587.47 0,577.08 L0,437.6 C0,427.5 4.1,417.4 12.1,407.5 C19.89,397.6 31.89,387.9 47.59,378.9 C62.98,369.9 81.59,361.7 102.97,354.7 C126.640248,347.101877 150.743158,340.924212 175.15,336.2 C202.24,330.9 230.83,326.9 260.33,324.1 C289.83,321.3 320.21,320 351.9,320" },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.13",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.112.
|
|
37
|
+
"@patternfly/react-code-editor": "4.82.113",
|
|
38
|
+
"@patternfly/react-core": "4.276.6",
|
|
39
|
+
"@patternfly/react-table": "4.112.39",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.
|
|
82
|
+
"@patternfly/documentation-framework": "1.4.16",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
|
@@ -4739,7 +4739,7 @@
|
|
|
4739
4739
|
font-family: "pficon";
|
|
4740
4740
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
4741
4741
|
}
|
|
4742
|
-
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4742
|
+
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4743
4743
|
font-family: "pficon";
|
|
4744
4744
|
-webkit-font-smoothing: antialiased;
|
|
4745
4745
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -4838,6 +4838,10 @@
|
|
|
4838
4838
|
content: "\e976";
|
|
4839
4839
|
}
|
|
4840
4840
|
|
|
4841
|
+
.pf-icon-data-processor:before {
|
|
4842
|
+
content: "\e97b";
|
|
4843
|
+
}
|
|
4844
|
+
|
|
4841
4845
|
.pf-icon-data-sink:before {
|
|
4842
4846
|
content: "\e978";
|
|
4843
4847
|
}
|
package/patternfly-base.css
CHANGED
|
@@ -4862,7 +4862,7 @@ a {
|
|
|
4862
4862
|
font-family: "pficon";
|
|
4863
4863
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
4864
4864
|
}
|
|
4865
|
-
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4865
|
+
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-data-processor:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
4866
4866
|
font-family: "pficon";
|
|
4867
4867
|
-webkit-font-smoothing: antialiased;
|
|
4868
4868
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -4961,6 +4961,10 @@ a {
|
|
|
4961
4961
|
content: "\e976";
|
|
4962
4962
|
}
|
|
4963
4963
|
|
|
4964
|
+
.pf-icon-data-processor:before {
|
|
4965
|
+
content: "\e97b";
|
|
4966
|
+
}
|
|
4967
|
+
|
|
4964
4968
|
.pf-icon-data-sink:before {
|
|
4965
4969
|
content: "\e978";
|
|
4966
4970
|
}
|