@patternfly/patternfly 4.216.0 → 4.216.2
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/base/_base.scss +3 -3
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +1 -1
- package/components/DataList/data-list-grid.scss +2 -0
- package/components/DataList/data-list.scss +2 -0
- package/components/Dropdown/dropdown.scss +2 -0
- package/components/Form/form.css +1 -0
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.scss +2 -0
- package/components/InputGroup/input-group.scss +2 -0
- package/components/MenuToggle/menu-toggle.scss +2 -1
- package/components/Pagination/pagination.scss +2 -0
- package/components/Slider/slider.css +1 -0
- package/components/Slider/slider.scss +1 -0
- package/components/Wizard/wizard.scss +2 -0
- package/docs/components/Form/examples/Form.md +90 -148
- package/docs/components/Login/examples/Login.md +20 -50
- package/docs/components/SearchInput/examples/SearchInput.md +16 -32
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +16 -32
- package/docs/components/Wizard/examples/Wizard.md +105 -210
- package/docs/demos/Alert/examples/Alert.md +16 -40
- package/docs/demos/Button/examples/Button.md +12 -30
- package/docs/demos/Form/examples/BasicForms.md +97 -176
- package/docs/demos/HelperText/examples/HelperText.md +8 -19
- package/docs/demos/Modal/examples/Modal.md +18 -27
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +6 -10
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +24 -40
- package/docs/demos/Wizard/examples/Wizard.md +168 -336
- package/package.json +10 -10
- package/patternfly-no-reset.css +2 -0
- package/patternfly.css +2 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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": "4.216.
|
|
4
|
+
"version": "4.216.2",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"workflows": "node .github/generate-workflows"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@commitlint/cli": "^
|
|
33
|
-
"@commitlint/config-conventional": "^
|
|
32
|
+
"@commitlint/cli": "^17.1.2",
|
|
33
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"postcss": "^8.3.11",
|
|
65
65
|
"postcss-css-variables": "^0.13.0",
|
|
66
66
|
"postcss-preset-env": "^6.7.0",
|
|
67
|
-
"prettier": "^
|
|
67
|
+
"prettier": "^2.7.1",
|
|
68
68
|
"react": "^17.0.0",
|
|
69
69
|
"react-dom": "^17.0.0",
|
|
70
70
|
"remark-parse": "^8.0.3",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"rimraf": "*",
|
|
73
73
|
"sass": "^1.34.0",
|
|
74
74
|
"sass-graph": "^3.0.4",
|
|
75
|
-
"stylelint": "^14.1
|
|
76
|
-
"stylelint-config-recommended-scss": "^
|
|
77
|
-
"stylelint-config-standard": "^
|
|
75
|
+
"stylelint": "^14.12.1",
|
|
76
|
+
"stylelint-config-recommended-scss": "^7.0.0",
|
|
77
|
+
"stylelint-config-standard": "^28.0.0",
|
|
78
78
|
"stylelint-order": "^5.0.0",
|
|
79
|
-
"stylelint-scss": "^4.
|
|
80
|
-
"stylelint-value-no-unknown-custom-properties": "^
|
|
79
|
+
"stylelint-scss": "^4.3.0",
|
|
80
|
+
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.2.
|
|
82
|
+
"@patternfly/documentation-framework": "1.2.31",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-no-reset.css
CHANGED
|
@@ -15044,6 +15044,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15044
15044
|
font-size: var(--pf-c-form__group-label-help--FontSize);
|
|
15045
15045
|
line-height: 1;
|
|
15046
15046
|
color: var(--pf-c-form__group-label-help--Color);
|
|
15047
|
+
cursor: pointer;
|
|
15047
15048
|
border: 0;
|
|
15048
15049
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
15049
15050
|
}
|
|
@@ -25714,6 +25715,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25714
25715
|
.pf-c-slider__step-label {
|
|
25715
25716
|
position: absolute;
|
|
25716
25717
|
top: var(--pf-c-slider__step-label--Top);
|
|
25718
|
+
word-break: normal;
|
|
25717
25719
|
transform: translateX(var(--pf-c-slider__step-label--TranslateX));
|
|
25718
25720
|
}
|
|
25719
25721
|
|
package/patternfly.css
CHANGED
|
@@ -15171,6 +15171,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15171
15171
|
font-size: var(--pf-c-form__group-label-help--FontSize);
|
|
15172
15172
|
line-height: 1;
|
|
15173
15173
|
color: var(--pf-c-form__group-label-help--Color);
|
|
15174
|
+
cursor: pointer;
|
|
15174
15175
|
border: 0;
|
|
15175
15176
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
15176
15177
|
}
|
|
@@ -25841,6 +25842,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25841
25842
|
.pf-c-slider__step-label {
|
|
25842
25843
|
position: absolute;
|
|
25843
25844
|
top: var(--pf-c-slider__step-label--Top);
|
|
25845
|
+
word-break: normal;
|
|
25844
25846
|
transform: translateX(var(--pf-c-slider__step-label--TranslateX));
|
|
25845
25847
|
}
|
|
25846
25848
|
|