@patternfly/patternfly 6.3.0-prerelease.43 → 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 +5 -5
- package/components/Wizard/wizard.css +2 -4
- package/components/Wizard/wizard.scss +2 -4
- package/components/_index.css +2 -4
- package/package.json +1 -1
- package/patternfly-no-globals.css +2 -4
- package/patternfly.css +2 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/README.md
CHANGED
|
@@ -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);
|
package/components/_index.css
CHANGED
|
@@ -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
|
@@ -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);
|