@patternfly/patternfly 6.3.0-prerelease.42 → 6.3.0-prerelease.44

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PatternFly
2
-
2
+
3
3
  ## Install
4
4
 
5
5
  - This assumes an environment is already set up for npm packages - if not, please use npm init following the steps at [https://docs.npmjs.com/getting-started/using-a-package.json](https://docs.npmjs.com/getting-started/using-a-package.json).
@@ -63,19 +63,19 @@ When making visual changes to a full page example, new example preview screensho
63
63
 
64
64
  ## Guidelines for CSS development
65
65
 
66
- - For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://core-staging.patternfly.org, and information detailing the change.
66
+ - For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://pf-core-staging.patternfly.org, and information detailing the change.
67
67
  - If global variables are modified in Core, a React issue should be opened to address this.
68
68
  - CSS developers should ensure that animation is well documented and communicated to the respective React developer.
69
69
  - Once the component/enhancement is complete it should receive sign off from a visual designer who can then update the master sketch file with any changes.
70
70
 
71
71
  ### Handlebars guidelines
72
- [For information on how to contribute, refer to our guidelines.](https://core-staging.patternfly.org/contribution)
72
+ [For information on how to contribute, refer to our guidelines.](https://pf-core-staging.patternfly.org/contribution)
73
73
 
74
74
  ### CSS/Sass guidelines
75
- [For more information on using CSS and Sass, refer to our guidelines.](https://core-staging.patternfly.org/guidelines)
75
+ [For more information on using CSS and Sass, refer to our guidelines.](https://pf-core-staging.patternfly.org/guidelines)
76
76
 
77
77
  ### Custom icon guidelines
78
- [For more information on custom icons, refer to our guidelines.](https://core-staging.patternfly.org/adding-custom-icons)
78
+ [For more information on custom icons, refer to our guidelines.](https://pf-core-staging.patternfly.org/adding-custom-icons)
79
79
 
80
80
  ## Beta components
81
81
 
@@ -112,7 +112,7 @@ If you have any suggestions about ways that we can improve how we use this tool,
112
112
  ## FAQ
113
113
 
114
114
  #### CSS Variables
115
- [How do I use CSS variables to customize the library?](https://core-staging.patternfly.org/guidelines#variables)
115
+ [How do I use CSS variables to customize the library?](https://pf-core-staging.patternfly.org/guidelines#variables)
116
116
 
117
117
  #### Browser support
118
118
  PatternFly is supported on the latest two major versions of the following browsers:
@@ -367,6 +367,7 @@
367
367
  .pf-v6-c-wizard__toggle-num, .pf-v6-c-wizard__nav-link::before {
368
368
  position: relative;
369
369
  display: inline-flex;
370
+ flex-shrink: 0;
370
371
  align-items: center;
371
372
  justify-content: center;
372
373
  width: var(--pf-v6-c-wizard__nav-link--before--Width);
@@ -414,12 +415,9 @@
414
415
  --pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color);
415
416
  }
416
417
 
417
- .pf-v6-c-wizard__nav-link-text {
418
- flex-grow: 1;
419
- }
420
-
421
418
  .pf-v6-c-wizard__nav-link-main {
422
419
  display: flex;
420
+ flex-grow: 1;
423
421
  justify-content: space-between;
424
422
  padding-block-start: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);
425
423
  padding-block-end: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);
@@ -452,6 +452,7 @@
452
452
  &::before {
453
453
  position: relative;
454
454
  display: inline-flex;
455
+ flex-shrink: 0;
455
456
  align-items: center;
456
457
  justify-content: center;
457
458
  width: var(--#{$wizard}__nav-link--before--Width);
@@ -514,12 +515,9 @@
514
515
  }
515
516
  }
516
517
 
517
- .#{$wizard}__nav-link-text {
518
- flex-grow: 1;
519
- }
520
-
521
518
  .#{$wizard}__nav-link-main {
522
519
  display: flex;
520
+ flex-grow: 1;
523
521
  justify-content: space-between;
524
522
  padding-block-start: var(--#{$wizard}__nav-link-main--PaddingBlockStart);
525
523
  padding-block-end: var(--#{$wizard}__nav-link-main--PaddingBlockEnd);
@@ -23568,6 +23568,7 @@ label.pf-v6-c-tree-view__node-text {
23568
23568
  .pf-v6-c-wizard__toggle-num, .pf-v6-c-wizard__nav-link::before {
23569
23569
  position: relative;
23570
23570
  display: inline-flex;
23571
+ flex-shrink: 0;
23571
23572
  align-items: center;
23572
23573
  justify-content: center;
23573
23574
  width: var(--pf-v6-c-wizard__nav-link--before--Width);
@@ -23615,12 +23616,9 @@ label.pf-v6-c-tree-view__node-text {
23615
23616
  --pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color);
23616
23617
  }
23617
23618
 
23618
- .pf-v6-c-wizard__nav-link-text {
23619
- flex-grow: 1;
23620
- }
23621
-
23622
23619
  .pf-v6-c-wizard__nav-link-main {
23623
23620
  display: flex;
23621
+ flex-grow: 1;
23624
23622
  justify-content: space-between;
23625
23623
  padding-block-start: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);
23626
23624
  padding-block-end: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);
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": "6.3.0-prerelease.42",
4
+ "version": "6.3.0-prerelease.44",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.15.5",
50
+ "@patternfly/documentation-framework": "6.16.1",
51
51
  "@patternfly/patternfly-a11y": "5.1.0",
52
52
  "@patternfly/react-code-editor": "6.3.0",
53
- "@patternfly/react-core": "6.2.2",
54
- "@patternfly/react-table": "6.2.2",
53
+ "@patternfly/react-core": "6.3.0",
54
+ "@patternfly/react-table": "6.3.0",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",
@@ -31064,6 +31064,7 @@ label.pf-v6-c-tree-view__node-text {
31064
31064
  .pf-v6-c-wizard__toggle-num, .pf-v6-c-wizard__nav-link::before {
31065
31065
  position: relative;
31066
31066
  display: inline-flex;
31067
+ flex-shrink: 0;
31067
31068
  align-items: center;
31068
31069
  justify-content: center;
31069
31070
  width: var(--pf-v6-c-wizard__nav-link--before--Width);
@@ -31111,12 +31112,9 @@ label.pf-v6-c-tree-view__node-text {
31111
31112
  --pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color);
31112
31113
  }
31113
31114
 
31114
- .pf-v6-c-wizard__nav-link-text {
31115
- flex-grow: 1;
31116
- }
31117
-
31118
31115
  .pf-v6-c-wizard__nav-link-main {
31119
31116
  display: flex;
31117
+ flex-grow: 1;
31120
31118
  justify-content: space-between;
31121
31119
  padding-block-start: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);
31122
31120
  padding-block-end: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);
package/patternfly.css CHANGED
@@ -31200,6 +31200,7 @@ label.pf-v6-c-tree-view__node-text {
31200
31200
  .pf-v6-c-wizard__toggle-num, .pf-v6-c-wizard__nav-link::before {
31201
31201
  position: relative;
31202
31202
  display: inline-flex;
31203
+ flex-shrink: 0;
31203
31204
  align-items: center;
31204
31205
  justify-content: center;
31205
31206
  width: var(--pf-v6-c-wizard__nav-link--before--Width);
@@ -31247,12 +31248,9 @@ label.pf-v6-c-tree-view__node-text {
31247
31248
  --pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-disabled--before--Color);
31248
31249
  }
31249
31250
 
31250
- .pf-v6-c-wizard__nav-link-text {
31251
- flex-grow: 1;
31252
- }
31253
-
31254
31251
  .pf-v6-c-wizard__nav-link-main {
31255
31252
  display: flex;
31253
+ flex-grow: 1;
31256
31254
  justify-content: space-between;
31257
31255
  padding-block-start: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockStart);
31258
31256
  padding-block-end: var(--pf-v6-c-wizard__nav-link-main--PaddingBlockEnd);