@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
|
@@ -18,7 +18,7 @@ cssPrefix: pf-v5-c-form
|
|
|
18
18
|
role="button"
|
|
19
19
|
type="button"
|
|
20
20
|
tabindex="0"
|
|
21
|
-
><i class="pf-v5-
|
|
21
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
22
22
|
</div>
|
|
23
23
|
<div class="pf-v5-c-form__group-control">
|
|
24
24
|
<input
|
|
@@ -61,7 +61,7 @@ cssPrefix: pf-v5-c-form
|
|
|
61
61
|
role="button"
|
|
62
62
|
type="button"
|
|
63
63
|
tabindex="0"
|
|
64
|
-
><i class="pf-v5-
|
|
64
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="pf-v5-c-form__group-control">
|
|
67
67
|
<textarea
|
|
@@ -89,7 +89,7 @@ cssPrefix: pf-v5-c-form
|
|
|
89
89
|
role="button"
|
|
90
90
|
type="button"
|
|
91
91
|
tabindex="0"
|
|
92
|
-
><i class="pf-v5-
|
|
92
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
93
93
|
</div>
|
|
94
94
|
<div class="pf-v5-c-form__group-control pf-m-stack">
|
|
95
95
|
<div class="pf-v5-c-check">
|
|
@@ -140,7 +140,7 @@ cssPrefix: pf-v5-c-form
|
|
|
140
140
|
role="button"
|
|
141
141
|
type="button"
|
|
142
142
|
tabindex="0"
|
|
143
|
-
><i class="pf-v5-
|
|
143
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
144
144
|
</div>
|
|
145
145
|
<div class="pf-v5-c-form__group-control">
|
|
146
146
|
<input
|
|
@@ -403,7 +403,7 @@ cssPrefix: pf-v5-c-form
|
|
|
403
403
|
role="button"
|
|
404
404
|
type="button"
|
|
405
405
|
tabindex="0"
|
|
406
|
-
><i class="pf-v5-
|
|
406
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
407
407
|
</div>
|
|
408
408
|
<div class="pf-v5-c-form__group-label-info">info</div>
|
|
409
409
|
</div>
|
|
@@ -473,7 +473,7 @@ cssPrefix: pf-v5-c-form
|
|
|
473
473
|
role="button"
|
|
474
474
|
type="button"
|
|
475
475
|
tabindex="0"
|
|
476
|
-
><i class="pf-v5-
|
|
476
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
477
477
|
</div>
|
|
478
478
|
<div class="pf-v5-c-form__group-control">
|
|
479
479
|
<input
|
|
@@ -497,7 +497,7 @@ cssPrefix: pf-v5-c-form
|
|
|
497
497
|
role="button"
|
|
498
498
|
type="button"
|
|
499
499
|
tabindex="0"
|
|
500
|
-
><i class="pf-v5-
|
|
500
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
501
501
|
</div>
|
|
502
502
|
<div class="pf-v5-c-form__group-control">
|
|
503
503
|
<input
|
|
@@ -604,7 +604,7 @@ cssPrefix: pf-v5-c-form
|
|
|
604
604
|
role="button"
|
|
605
605
|
type="button"
|
|
606
606
|
tabindex="0"
|
|
607
|
-
><i class="pf-v5-
|
|
607
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
608
608
|
</div>
|
|
609
609
|
<div class="pf-v5-c-form__group-control">
|
|
610
610
|
<input
|
|
@@ -628,7 +628,7 @@ cssPrefix: pf-v5-c-form
|
|
|
628
628
|
role="button"
|
|
629
629
|
type="button"
|
|
630
630
|
tabindex="0"
|
|
631
|
-
><i class="pf-v5-
|
|
631
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
632
632
|
</div>
|
|
633
633
|
<div class="pf-v5-c-form__group-control">
|
|
634
634
|
<input
|
|
@@ -671,7 +671,7 @@ cssPrefix: pf-v5-c-form
|
|
|
671
671
|
role="button"
|
|
672
672
|
type="button"
|
|
673
673
|
tabindex="0"
|
|
674
|
-
><i class="pf-v5-
|
|
674
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
675
675
|
</div>
|
|
676
676
|
<div class="pf-v5-c-form__group-control">
|
|
677
677
|
<input
|
|
@@ -698,7 +698,7 @@ cssPrefix: pf-v5-c-form
|
|
|
698
698
|
role="button"
|
|
699
699
|
type="button"
|
|
700
700
|
tabindex="0"
|
|
701
|
-
><i class="pf-v5-
|
|
701
|
+
><i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i></span>
|
|
702
702
|
</div>
|
|
703
703
|
<div class="pf-v5-c-form__group-control">
|
|
704
704
|
<input
|