@patternfly/patternfly 5.0.0-alpha.46 → 5.0.0-alpha.48

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.
@@ -198,6 +198,7 @@
198
198
  justify-content: center;
199
199
  width: var(--pf-v5-c-about-modal-box__close--c-button--Width);
200
200
  height: var(--pf-v5-c-about-modal-box__close--c-button--Height);
201
+ padding: 0;
201
202
  font-size: var(--pf-v5-c-about-modal-box__close--c-button--FontSize);
202
203
  color: var(--pf-v5-c-about-modal-box__close--c-button--Color);
203
204
  background-color: var(--pf-v5-c-about-modal-box__close--c-button--BackgroundColor);
@@ -213,6 +213,7 @@
213
213
  justify-content: center;
214
214
  width: var(--#{$about-modal-box}__close--c-button--Width);
215
215
  height: var(--#{$about-modal-box}__close--c-button--Height);
216
+ padding: 0;
216
217
  font-size: var(--#{$about-modal-box}__close--c-button--FontSize);
217
218
  color: var(--#{$about-modal-box}__close--c-button--Color);
218
219
  background-color: var(--#{$about-modal-box}__close--c-button--BackgroundColor);
@@ -283,7 +283,9 @@ When using the `.pf-v5-c-input-group` always ensure labels are used outside the
283
283
  | Class | Applied to | Outcome |
284
284
  | -- | -- | -- |
285
285
  | `.pf-v5-c-input-group` | `<div>` | Initiates the input group. **Required** |
286
- | `.pf-v5-c-input-group__text` | `<span>` | Initiates the input group text. This can be used to show text, radio, icons, or check boxes. |
287
- | `.pf-m-plain` | `.pf-v5-c-input-group` | Removes the background from the input group. |
288
- | `.pf-m-plain` | `.pf-v5-c-input-group__text` | Removes the border from the text element. |
289
- | `.pf-m-disabled` | `.pf-v5-c-input-group__text` | Adds disabled styling to match a disabled input within the input group. |
286
+ | `.pf-v5-c-input-group__item` | `<div>` | Initiates the input group item. |
287
+ | `.pf-v5-c-input-group__text` | `<span>` | Initiates input group text. This should be used within `.pf-v5-c-input-group__item` to contain text. |
288
+ | `.pf-m-plain` | `.pf-v5-c-input-group__item` | Removes the border from the input group element. |
289
+ | `.pf-m-box` | `.pf-v5-c-input-group__item` | Adds appropriate styling for items that are not form controls. |
290
+ | `.pf-m-fill` | `.pf-v5-c-input-group__item` | Allows the input group element to stretch to fill available space. |
291
+ | `.pf-m-disabled` | `.pf-v5-c-input-group__item` | Adds disabled styling to match a disabled input within the input group. |
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.46",
4
+ "version": "5.0.0-alpha.48",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -42,11 +42,11 @@
42
42
  "@commitlint/config-conventional": "^17.4.2",
43
43
  "@fortawesome/fontawesome": "^1.1.8",
44
44
  "@octokit/rest": "^19.0.7",
45
- "@patternfly/documentation-framework": "2.0.0-alpha.31",
45
+ "@patternfly/documentation-framework": "2.0.0-alpha.34",
46
46
  "@patternfly/patternfly-a11y": "4.3.1",
47
- "@patternfly/react-code-editor": "5.0.0-alpha.84",
48
- "@patternfly/react-core": "5.0.0-alpha.83",
49
- "@patternfly/react-table": "5.0.0-alpha.85",
47
+ "@patternfly/react-code-editor": "5.0.0-alpha.92",
48
+ "@patternfly/react-core": "5.0.0-alpha.91",
49
+ "@patternfly/react-table": "5.0.0-alpha.93",
50
50
  "@starptech/prettyhtml": "^0.10.0",
51
51
  "cheerio": "^1.0.0-rc.12",
52
52
  "commander": "^10.0.0",
@@ -5508,6 +5508,7 @@
5508
5508
  justify-content: center;
5509
5509
  width: var(--pf-v5-c-about-modal-box__close--c-button--Width);
5510
5510
  height: var(--pf-v5-c-about-modal-box__close--c-button--Height);
5511
+ padding: 0;
5511
5512
  font-size: var(--pf-v5-c-about-modal-box__close--c-button--FontSize);
5512
5513
  color: var(--pf-v5-c-about-modal-box__close--c-button--Color);
5513
5514
  background-color: var(--pf-v5-c-about-modal-box__close--c-button--BackgroundColor);
package/patternfly.css CHANGED
@@ -5625,6 +5625,7 @@ button) {
5625
5625
  justify-content: center;
5626
5626
  width: var(--pf-v5-c-about-modal-box__close--c-button--Width);
5627
5627
  height: var(--pf-v5-c-about-modal-box__close--c-button--Height);
5628
+ padding: 0;
5628
5629
  font-size: var(--pf-v5-c-about-modal-box__close--c-button--FontSize);
5629
5630
  color: var(--pf-v5-c-about-modal-box__close--c-button--Color);
5630
5631
  background-color: var(--pf-v5-c-about-modal-box__close--c-button--BackgroundColor);