@patternfly/patternfly 5.4.0-prerelease.4 → 5.4.0-prerelease.5

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.
@@ -308,6 +308,7 @@
308
308
  border: 0;
309
309
  }
310
310
  .pf-v5-c-progress-stepper__step-title.pf-m-help-text {
311
+ padding: 0;
311
312
  text-decoration: underline;
312
313
  text-decoration-thickness: var(--pf-v5-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
313
314
  text-decoration-style: dashed;
@@ -399,6 +399,7 @@ $pf-v5-c-progress-stepper--breakpoint-map: build-breakpoint-map();
399
399
  border: 0;
400
400
 
401
401
  &.pf-m-help-text {
402
+ padding: 0;
402
403
  text-decoration: underline;
403
404
  text-decoration-thickness: var(--#{$progress-stepper}__step-title--m-help-text--TextDecorationThickness);
404
405
  text-decoration-style: dashed;
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.4.0-prerelease.4",
4
+ "version": "5.4.0-prerelease.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  "@commitlint/config-conventional": "^18.4.3",
47
47
  "@fortawesome/fontawesome": "^1.1.8",
48
48
  "@octokit/rest": "^20.0.2",
49
- "@patternfly/documentation-framework": "5.16.7",
49
+ "@patternfly/documentation-framework": "5.16.9",
50
50
  "@patternfly/patternfly-a11y": "4.3.1",
51
51
  "@patternfly/react-code-editor": "5.3.3",
52
52
  "@patternfly/react-core": "5.3.3",
@@ -23236,6 +23236,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23236
23236
  border: 0;
23237
23237
  }
23238
23238
  .pf-v5-c-progress-stepper__step-title.pf-m-help-text {
23239
+ padding: 0;
23239
23240
  text-decoration: underline;
23240
23241
  text-decoration-thickness: var(--pf-v5-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23241
23242
  text-decoration-style: dashed;
@@ -23353,6 +23353,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23353
23353
  border: 0;
23354
23354
  }
23355
23355
  .pf-v5-c-progress-stepper__step-title.pf-m-help-text {
23356
+ padding: 0;
23356
23357
  text-decoration: underline;
23357
23358
  text-decoration-thickness: var(--pf-v5-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23358
23359
  text-decoration-style: dashed;
package/patternfly.css CHANGED
@@ -23353,6 +23353,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23353
23353
  border: 0;
23354
23354
  }
23355
23355
  .pf-v5-c-progress-stepper__step-title.pf-m-help-text {
23356
+ padding: 0;
23356
23357
  text-decoration: underline;
23357
23358
  text-decoration-thickness: var(--pf-v5-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23358
23359
  text-decoration-style: dashed;