@patternfly/patternfly 6.6.0-prerelease.20 → 6.6.0-prerelease.21
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/Menu/menu.css
CHANGED
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
221
221
|
--pf-v6-c-menu__item-external--Color: transparent;
|
|
222
222
|
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
223
|
-
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-
|
|
223
|
+
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
224
224
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
225
225
|
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
226
226
|
--pf-v6-c-menu__list-item--hover--BorderColor: transparent;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--#{$menu}--BorderRadius: calc(var(--#{$menu}__item--BorderRadius) + var(--#{$menu}--PaddingBlockStart));
|
|
18
18
|
--#{$menu}--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
|
|
19
19
|
--#{$menu}--ZIndex: var(--pf-t--global--z-index--sm);
|
|
20
|
-
--#{$menu}--button--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
20
|
+
--#{$menu}--button--disabled--Color: var(--pf-t--global--text--color--disabled); // TODO: remove in breaking change
|
|
21
21
|
--#{$menu}--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
22
22
|
--#{$menu}--TransitionDuration: 0s;
|
|
23
23
|
--#{$menu}--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
--#{$menu}__item-toggle-icon--Color: var(--#{$menu}--icon--disabled--Color);
|
|
206
206
|
--#{$menu}__item-external--Color: transparent;
|
|
207
207
|
--#{$menu}__item-select-icon--Color: transparent;
|
|
208
|
-
--#{$menu}__item-description--Color: var(--#{$menu}--
|
|
208
|
+
--#{$menu}__item-description--Color: var(--#{$menu}__item--m-disabled--Color);
|
|
209
209
|
--#{$menu}__list-item--BackgroundColor: transparent;
|
|
210
210
|
--#{$menu}__list-item--hover--BackgroundColor: transparent;
|
|
211
211
|
--#{$menu}__list-item--hover--BorderColor: transparent;
|
package/components/_index.css
CHANGED
|
@@ -11692,7 +11692,7 @@ ul.pf-v6-c-list {
|
|
|
11692
11692
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
11693
11693
|
--pf-v6-c-menu__item-external--Color: transparent;
|
|
11694
11694
|
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
11695
|
-
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-
|
|
11695
|
+
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
11696
11696
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
11697
11697
|
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
11698
11698
|
--pf-v6-c-menu__list-item--hover--BorderColor: transparent;
|
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
|
-
"version": "6.6.0-prerelease.
|
|
4
|
+
"version": "6.6.0-prerelease.21",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@commitlint/config-conventional": "^19.1.0",
|
|
72
72
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
73
73
|
"@octokit/rest": "^20.1.0",
|
|
74
|
-
"@patternfly/documentation-framework": "6.49.
|
|
75
|
-
"@patternfly/patternfly-a11y": "5.1
|
|
74
|
+
"@patternfly/documentation-framework": "6.49.1",
|
|
75
|
+
"@patternfly/patternfly-a11y": "5.2.1",
|
|
76
76
|
"@patternfly/react-code-editor": "6.6.0",
|
|
77
77
|
"@patternfly/react-core": "6.6.0",
|
|
78
78
|
"@patternfly/react-icons": "6.6.0",
|
|
@@ -20948,7 +20948,7 @@ ul.pf-v6-c-list {
|
|
|
20948
20948
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
20949
20949
|
--pf-v6-c-menu__item-external--Color: transparent;
|
|
20950
20950
|
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
20951
|
-
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-
|
|
20951
|
+
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
20952
20952
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
20953
20953
|
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
20954
20954
|
--pf-v6-c-menu__list-item--hover--BorderColor: transparent;
|
package/patternfly.css
CHANGED
|
@@ -21103,7 +21103,7 @@ ul.pf-v6-c-list {
|
|
|
21103
21103
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
21104
21104
|
--pf-v6-c-menu__item-external--Color: transparent;
|
|
21105
21105
|
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
21106
|
-
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-
|
|
21106
|
+
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
21107
21107
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
21108
21108
|
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
21109
21109
|
--pf-v6-c-menu__list-item--hover--BorderColor: transparent;
|