@patternfly/patternfly 5.2.0-prerelease.5 → 5.2.0-prerelease.7
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/components/Card/card.css +3 -0
- package/components/Card/card.scss +8 -0
- package/components/Form/form.css +6 -0
- package/components/Form/form.scss +4 -1
- package/components/MenuToggle/menu-toggle.css +1 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/Popover/popover.css +0 -2
- package/components/Popover/popover.scss +2 -2
- package/components/Tooltip/tooltip.css +0 -2
- package/components/Tooltip/tooltip.scss +2 -2
- package/docs/components/Alert/examples/Alert.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Card/examples/Card.md +18 -20
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/Label/examples/Label.md +11 -11
- package/docs/components/Nav/examples/Navigation.md +1 -1
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-no-globals.css +10 -4
- package/patternfly-theme-dark-unversioned.css +10 -4
- package/patternfly.css +10 -4
- 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": "5.2.0-prerelease.
|
|
4
|
+
"version": "5.2.0-prerelease.7",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -32,40 +32,40 @@
|
|
|
32
32
|
"prepare": "husky install"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "^7.
|
|
36
|
-
"@babel/eslint-parser": "^7.
|
|
35
|
+
"@babel/core": "^7.23.5",
|
|
36
|
+
"@babel/eslint-parser": "^7.23.3",
|
|
37
37
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
38
38
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
39
39
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
40
40
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
41
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
42
|
-
"@babel/preset-env": "^7.
|
|
43
|
-
"@babel/preset-react": "^7.
|
|
44
|
-
"@commitlint/cli": "^
|
|
45
|
-
"@commitlint/config-conventional": "^
|
|
41
|
+
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
42
|
+
"@babel/preset-env": "^7.23.5",
|
|
43
|
+
"@babel/preset-react": "^7.23.3",
|
|
44
|
+
"@commitlint/cli": "^18.4.3",
|
|
45
|
+
"@commitlint/config-conventional": "^18.4.3",
|
|
46
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
47
|
-
"@octokit/rest": "^20.0.
|
|
48
|
-
"@patternfly/documentation-framework": "5.3.
|
|
47
|
+
"@octokit/rest": "^20.0.2",
|
|
48
|
+
"@patternfly/documentation-framework": "5.3.9",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
|
-
"@patternfly/react-code-editor": "5.1.
|
|
51
|
-
"@patternfly/react-core": "5.1.
|
|
52
|
-
"@patternfly/react-table": "5.1.
|
|
50
|
+
"@patternfly/react-code-editor": "5.1.2",
|
|
51
|
+
"@patternfly/react-core": "5.1.2",
|
|
52
|
+
"@patternfly/react-table": "5.1.2",
|
|
53
53
|
"@starptech/prettyhtml": "^0.10.0",
|
|
54
54
|
"backstopjs": "^6.2.2",
|
|
55
55
|
"cheerio": "^1.0.0-rc.12",
|
|
56
|
-
"commander": "^11.
|
|
56
|
+
"commander": "^11.1.0",
|
|
57
57
|
"cssnano": "^6.0.1",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.54.0",
|
|
59
59
|
"eslint-config-standard": "^17.1.0",
|
|
60
60
|
"eslint-config-standard-jsx": "^11.0.0",
|
|
61
61
|
"eslint-config-standard-react": "^13.0.0",
|
|
62
|
-
"eslint-plugin-import": "^2.
|
|
63
|
-
"eslint-plugin-n": "^16.
|
|
62
|
+
"eslint-plugin-import": "^2.29.0",
|
|
63
|
+
"eslint-plugin-n": "^16.3.1",
|
|
64
64
|
"eslint-plugin-node": "^11.1.0",
|
|
65
65
|
"eslint-plugin-promise": "^6.1.1",
|
|
66
|
-
"eslint-plugin-react": "^7.33.
|
|
66
|
+
"eslint-plugin-react": "^7.33.2",
|
|
67
67
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
68
|
-
"glob": "^10.3.
|
|
68
|
+
"glob": "^10.3.10",
|
|
69
69
|
"gulp": "^4.0.2",
|
|
70
70
|
"gulp-cli": "^2.3.0",
|
|
71
71
|
"gulp-iconfont": "^11.0.1",
|
|
@@ -74,27 +74,27 @@
|
|
|
74
74
|
"gulp-rename": "^2.0.0",
|
|
75
75
|
"gulp-sourcemaps": "^3.0.0",
|
|
76
76
|
"husky": "^8.0.3",
|
|
77
|
-
"lint-staged": "^
|
|
78
|
-
"node-plop": "^0.
|
|
79
|
-
"postcss": "^8.4.
|
|
77
|
+
"lint-staged": "^15.1.0",
|
|
78
|
+
"node-plop": "^0.32.0",
|
|
79
|
+
"postcss": "^8.4.31",
|
|
80
80
|
"postcss-css-variables": "^0.19.0",
|
|
81
|
-
"postcss-preset-env": "^9.
|
|
82
|
-
"prettier": "^3.
|
|
81
|
+
"postcss-preset-env": "^9.3.0",
|
|
82
|
+
"prettier": "^3.1.0",
|
|
83
83
|
"react": "^18.2.0",
|
|
84
84
|
"react-dom": "^18.2.0",
|
|
85
|
-
"remark-parse": "^
|
|
86
|
-
"remark-stringify": "^
|
|
85
|
+
"remark-parse": "^11.0.0",
|
|
86
|
+
"remark-stringify": "^11.0.0",
|
|
87
87
|
"rimraf": "*",
|
|
88
|
-
"sass": "^1.
|
|
88
|
+
"sass": "^1.69.5",
|
|
89
89
|
"sass-graph": "^4.0.1",
|
|
90
|
-
"stylelint": "^15.
|
|
91
|
-
"stylelint-config-recess-order": "^4.
|
|
90
|
+
"stylelint": "^15.11.0",
|
|
91
|
+
"stylelint-config-recess-order": "^4.4.0",
|
|
92
92
|
"stylelint-config-standard": "^34.0.0",
|
|
93
|
-
"stylelint-config-standard-scss": "^
|
|
93
|
+
"stylelint-config-standard-scss": "^11.1.0",
|
|
94
94
|
"stylelint-use-logical-spec": "^5.0.0",
|
|
95
95
|
"surge": "^0.23.1",
|
|
96
|
-
"unified": "^
|
|
97
|
-
"webpack": "^5.
|
|
96
|
+
"unified": "^11.0.4",
|
|
97
|
+
"webpack": "^5.89.0"
|
|
98
98
|
},
|
|
99
99
|
"resolutions": {
|
|
100
100
|
"@babel/preset-env": "7.18.2",
|
|
@@ -7902,6 +7902,9 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
7902
7902
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
7903
7903
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
7904
7904
|
}
|
|
7905
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
7906
|
+
gap: 0;
|
|
7907
|
+
}
|
|
7905
7908
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
7906
7909
|
isolation: isolate;
|
|
7907
7910
|
box-shadow: none;
|
|
@@ -14665,6 +14668,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14665
14668
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
14666
14669
|
}
|
|
14667
14670
|
|
|
14671
|
+
.pf-v5-c-form__group {
|
|
14672
|
+
min-width: 0;
|
|
14673
|
+
}
|
|
14668
14674
|
.pf-v5-c-form__group.pf-m-action {
|
|
14669
14675
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
14670
14676
|
overflow: hidden;
|
|
@@ -14753,6 +14759,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14753
14759
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
14754
14760
|
}
|
|
14755
14761
|
|
|
14762
|
+
.pf-v5-c-form__group-control {
|
|
14763
|
+
min-width: 0;
|
|
14764
|
+
}
|
|
14756
14765
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
14757
14766
|
display: flex;
|
|
14758
14767
|
flex-flow: row wrap;
|
|
@@ -18642,6 +18651,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
18642
18651
|
align-self: stretch;
|
|
18643
18652
|
}
|
|
18644
18653
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
18654
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
18645
18655
|
align-self: center;
|
|
18646
18656
|
}
|
|
18647
18657
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -22616,12 +22626,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22616
22626
|
|
|
22617
22627
|
.pf-v5-c-popover__arrow {
|
|
22618
22628
|
position: absolute;
|
|
22619
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
22620
22629
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
22621
22630
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
22622
22631
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
22623
22632
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
22624
|
-
/* stylelint-enable */
|
|
22625
22633
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
22626
22634
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
22627
22635
|
pointer-events: none;
|
|
@@ -30346,12 +30354,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30346
30354
|
|
|
30347
30355
|
.pf-v5-c-tooltip__arrow {
|
|
30348
30356
|
position: absolute;
|
|
30349
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
30350
30357
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
30351
30358
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
30352
30359
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
30353
30360
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
30354
|
-
/* stylelint-enable */
|
|
30355
30361
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
30356
30362
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
30357
30363
|
pointer-events: none;
|
|
@@ -8019,6 +8019,9 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8019
8019
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
8020
8020
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
8021
8021
|
}
|
|
8022
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
8023
|
+
gap: 0;
|
|
8024
|
+
}
|
|
8022
8025
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
8023
8026
|
isolation: isolate;
|
|
8024
8027
|
box-shadow: none;
|
|
@@ -14782,6 +14785,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14782
14785
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
14783
14786
|
}
|
|
14784
14787
|
|
|
14788
|
+
.pf-v5-c-form__group {
|
|
14789
|
+
min-width: 0;
|
|
14790
|
+
}
|
|
14785
14791
|
.pf-v5-c-form__group.pf-m-action {
|
|
14786
14792
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
14787
14793
|
overflow: hidden;
|
|
@@ -14870,6 +14876,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14870
14876
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
14871
14877
|
}
|
|
14872
14878
|
|
|
14879
|
+
.pf-v5-c-form__group-control {
|
|
14880
|
+
min-width: 0;
|
|
14881
|
+
}
|
|
14873
14882
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
14874
14883
|
display: flex;
|
|
14875
14884
|
flex-flow: row wrap;
|
|
@@ -18759,6 +18768,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
18759
18768
|
align-self: stretch;
|
|
18760
18769
|
}
|
|
18761
18770
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
18771
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
18762
18772
|
align-self: center;
|
|
18763
18773
|
}
|
|
18764
18774
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -22733,12 +22743,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22733
22743
|
|
|
22734
22744
|
.pf-v5-c-popover__arrow {
|
|
22735
22745
|
position: absolute;
|
|
22736
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
22737
22746
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
22738
22747
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
22739
22748
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
22740
22749
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
22741
|
-
/* stylelint-enable */
|
|
22742
22750
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
22743
22751
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
22744
22752
|
pointer-events: none;
|
|
@@ -30463,12 +30471,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30463
30471
|
|
|
30464
30472
|
.pf-v5-c-tooltip__arrow {
|
|
30465
30473
|
position: absolute;
|
|
30466
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
30467
30474
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
30468
30475
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
30469
30476
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
30470
30477
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
30471
|
-
/* stylelint-enable */
|
|
30472
30478
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
30473
30479
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
30474
30480
|
pointer-events: none;
|
package/patternfly.css
CHANGED
|
@@ -8019,6 +8019,9 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8019
8019
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
8020
8020
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
8021
8021
|
}
|
|
8022
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
8023
|
+
gap: 0;
|
|
8024
|
+
}
|
|
8022
8025
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
8023
8026
|
isolation: isolate;
|
|
8024
8027
|
box-shadow: none;
|
|
@@ -14782,6 +14785,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14782
14785
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
14783
14786
|
}
|
|
14784
14787
|
|
|
14788
|
+
.pf-v5-c-form__group {
|
|
14789
|
+
min-width: 0;
|
|
14790
|
+
}
|
|
14785
14791
|
.pf-v5-c-form__group.pf-m-action {
|
|
14786
14792
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
14787
14793
|
overflow: hidden;
|
|
@@ -14870,6 +14876,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14870
14876
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
14871
14877
|
}
|
|
14872
14878
|
|
|
14879
|
+
.pf-v5-c-form__group-control {
|
|
14880
|
+
min-width: 0;
|
|
14881
|
+
}
|
|
14873
14882
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
14874
14883
|
display: flex;
|
|
14875
14884
|
flex-flow: row wrap;
|
|
@@ -18759,6 +18768,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
18759
18768
|
align-self: stretch;
|
|
18760
18769
|
}
|
|
18761
18770
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
18771
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
18762
18772
|
align-self: center;
|
|
18763
18773
|
}
|
|
18764
18774
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -22733,12 +22743,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22733
22743
|
|
|
22734
22744
|
.pf-v5-c-popover__arrow {
|
|
22735
22745
|
position: absolute;
|
|
22736
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
22737
22746
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
22738
22747
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
22739
22748
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
22740
22749
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
22741
|
-
/* stylelint-enable */
|
|
22742
22750
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
22743
22751
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
22744
22752
|
pointer-events: none;
|
|
@@ -30463,12 +30471,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30463
30471
|
|
|
30464
30472
|
.pf-v5-c-tooltip__arrow {
|
|
30465
30473
|
position: absolute;
|
|
30466
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
30467
30474
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
30468
30475
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
30469
30476
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
30470
30477
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
30471
|
-
/* stylelint-enable */
|
|
30472
30478
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
30473
30479
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
30474
30480
|
pointer-events: none;
|