@patternfly/patternfly 5.0.0-alpha.31 → 5.0.0-alpha.33
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/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/OptionsMenu/options-menu.css +0 -5
- package/components/OptionsMenu/options-menu.scss +0 -6
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +268 -252
- package/docs/components/DatePicker/examples/DatePicker.md +129 -94
- package/docs/components/FileUpload/examples/FileUpload.md +136 -96
- package/docs/components/Form/examples/Form.md +94 -73
- package/docs/components/HelperText/examples/HelperText.md +13 -24
- package/docs/components/InputGroup/examples/InputGroup.md +219 -169
- package/docs/components/Login/examples/Login.md +67 -30
- package/docs/components/NumberInput/examples/NumberInput.md +299 -227
- package/docs/components/Progress/examples/Progress.md +1 -1
- package/docs/components/SearchInput/examples/SearchInput.md +151 -113
- package/docs/components/Slider/examples/Slider.md +60 -38
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +168 -132
- package/docs/components/Toolbar/examples/Toolbar.md +374 -345
- package/docs/demos/Alert/examples/Alert.md +105 -58
- package/docs/demos/DataList/examples/DataList.md +158 -150
- package/docs/demos/Form/examples/BasicForms.md +191 -191
- package/docs/demos/HelperText/examples/HelperText.md +11 -8
- package/docs/demos/Masthead/examples/Masthead.md +279 -258
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +21 -17
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +100 -84
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +266 -232
- package/docs/demos/Table/examples/Table.md +950 -902
- package/docs/demos/Toolbar/examples/Toolbar.md +330 -299
- package/package.json +2 -2
- package/patternfly-no-reset.css +64 -87
- package/patternfly.css +64 -87
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -22,8 +22,8 @@ section: components
|
|
|
22
22
|
/>
|
|
23
23
|
<div
|
|
24
24
|
class="pf-c-form__helper-text"
|
|
25
|
-
id="helper-text-form-name-helper"
|
|
26
25
|
aria-live="polite"
|
|
26
|
+
id="helper-text-form-name-helper"
|
|
27
27
|
>
|
|
28
28
|
<div class="pf-c-helper-text">
|
|
29
29
|
<div class="pf-c-helper-text__item">
|
|
@@ -48,10 +48,11 @@ section: components
|
|
|
48
48
|
name="helper-text-form-email"
|
|
49
49
|
aria-describedby="helper-text-form-email-helper"
|
|
50
50
|
/>
|
|
51
|
+
|
|
51
52
|
<div
|
|
52
53
|
class="pf-c-form__helper-text"
|
|
53
|
-
id="helper-text-form-email-helper"
|
|
54
54
|
aria-live="polite"
|
|
55
|
+
id="helper-text-form-email-helper"
|
|
55
56
|
>
|
|
56
57
|
<div class="pf-c-helper-text">
|
|
57
58
|
<div class="pf-c-helper-text__item pf-m-warning">
|
|
@@ -77,13 +78,14 @@ section: components
|
|
|
77
78
|
aria-invalid="true"
|
|
78
79
|
aria-describedby="helper-text-form-address-helper"
|
|
79
80
|
/>
|
|
81
|
+
|
|
80
82
|
<div
|
|
81
83
|
class="pf-c-form__helper-text"
|
|
82
|
-
id="helper-text-form-address-helper"
|
|
83
84
|
aria-live="polite"
|
|
85
|
+
id="helper-text-form-address-helper"
|
|
84
86
|
>
|
|
85
87
|
<div class="pf-c-helper-text">
|
|
86
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
88
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
87
89
|
<span class="pf-c-helper-text__item-icon">
|
|
88
90
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
89
91
|
</span>
|
|
@@ -91,7 +93,7 @@ section: components
|
|
|
91
93
|
class="pf-c-helper-text__item-text"
|
|
92
94
|
>This criteria has been met.</span>
|
|
93
95
|
</div>
|
|
94
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
96
|
+
<div class="pf-c-helper-text__item pf-m-error pf-m-dynamic">
|
|
95
97
|
<span class="pf-c-helper-text__item-icon">
|
|
96
98
|
<i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
|
|
97
99
|
</span>
|
|
@@ -99,7 +101,7 @@ section: components
|
|
|
99
101
|
class="pf-c-helper-text__item-text"
|
|
100
102
|
>This criteria has not been met.</span>
|
|
101
103
|
</div>
|
|
102
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
104
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
103
105
|
<span class="pf-c-helper-text__item-icon">
|
|
104
106
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
105
107
|
</span>
|
|
@@ -124,13 +126,14 @@ section: components
|
|
|
124
126
|
name="helper-text-form-comment"
|
|
125
127
|
aria-describedby="helper-text-form-comment-helper"
|
|
126
128
|
/>
|
|
129
|
+
|
|
127
130
|
<div
|
|
128
131
|
class="pf-c-form__helper-text"
|
|
129
|
-
id="helper-text-form-comment-helper"
|
|
130
132
|
aria-live="polite"
|
|
133
|
+
id="helper-text-form-comment-helper"
|
|
131
134
|
>
|
|
132
135
|
<div class="pf-c-helper-text">
|
|
133
|
-
<div class="pf-c-helper-text__item pf-m-
|
|
136
|
+
<div class="pf-c-helper-text__item pf-m-success pf-m-dynamic">
|
|
134
137
|
<span class="pf-c-helper-text__item-icon">
|
|
135
138
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
136
139
|
</span>
|