@patternfly/patternfly 6.0.0-alpha.34 → 6.0.0-alpha.38
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/CODE_OF_CONDUCT.md +1 -2
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/components/Backdrop/backdrop.css +6 -2
- package/components/Backdrop/backdrop.scss +5 -2
- package/components/Banner/banner.css +4 -0
- package/components/Banner/banner.scss +5 -0
- 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/SimpleList/simple-list.css +35 -52
- package/components/SimpleList/simple-list.scss +41 -51
- package/components/Table/table.scss +1 -0
- package/components/Tooltip/tooltip.css +0 -2
- package/components/Tooltip/tooltip.scss +3 -3
- package/components/Truncate/truncate.css +4 -0
- package/components/Truncate/truncate.scss +3 -0
- package/docs/components/Accordion/examples/Accordion.md +6 -6
- package/docs/components/Alert/examples/Alert.md +2 -2
- package/docs/components/Brand/examples/Brand.md +9 -33
- 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.css +18 -2
- package/docs/components/Nav/examples/Navigation.md +1 -1
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-no-globals.css +59 -62
- package/patternfly-theme-dark-unversioned.css +59 -62
- package/patternfly.css +59 -62
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
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.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.38",
|
|
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",
|
|
@@ -7339,10 +7339,14 @@ html .ws-preview {
|
|
|
7339
7339
|
}
|
|
7340
7340
|
}
|
|
7341
7341
|
|
|
7342
|
+
:root,
|
|
7342
7343
|
.pf-v5-c-backdrop {
|
|
7343
7344
|
--pf-v5-c-backdrop--Position: fixed;
|
|
7344
|
-
--pf-v5-c-backdrop--ZIndex: var(--pf-
|
|
7345
|
-
--pf-v5-c-backdrop--BackgroundColor: var(--pf-
|
|
7345
|
+
--pf-v5-c-backdrop--ZIndex: var(--pf-t--global--Zindex--lg);
|
|
7346
|
+
--pf-v5-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
|
|
7347
|
+
}
|
|
7348
|
+
|
|
7349
|
+
.pf-v5-c-backdrop {
|
|
7346
7350
|
position: var(--pf-v5-c-backdrop--Position);
|
|
7347
7351
|
inset-block-start: 0;
|
|
7348
7352
|
inset-inline-start: 0;
|
|
@@ -7541,6 +7545,10 @@ html .ws-preview {
|
|
|
7541
7545
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
|
|
7542
7546
|
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
|
|
7543
7547
|
}
|
|
7548
|
+
.pf-v5-c-banner.pf-m-custom {
|
|
7549
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-custom--BackgroundColor);
|
|
7550
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-custom--Color);
|
|
7551
|
+
}
|
|
7544
7552
|
.pf-v5-c-banner.pf-m-red {
|
|
7545
7553
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
|
|
7546
7554
|
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
|
|
@@ -8630,6 +8638,9 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8630
8638
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
8631
8639
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
8632
8640
|
}
|
|
8641
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
8642
|
+
gap: 0;
|
|
8643
|
+
}
|
|
8633
8644
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
8634
8645
|
isolation: isolate;
|
|
8635
8646
|
box-shadow: none;
|
|
@@ -15386,6 +15397,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15386
15397
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
15387
15398
|
}
|
|
15388
15399
|
|
|
15400
|
+
.pf-v5-c-form__group {
|
|
15401
|
+
min-width: 0;
|
|
15402
|
+
}
|
|
15389
15403
|
.pf-v5-c-form__group.pf-m-action {
|
|
15390
15404
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
15391
15405
|
overflow: hidden;
|
|
@@ -15474,6 +15488,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15474
15488
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
15475
15489
|
}
|
|
15476
15490
|
|
|
15491
|
+
.pf-v5-c-form__group-control {
|
|
15492
|
+
min-width: 0;
|
|
15493
|
+
}
|
|
15477
15494
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
15478
15495
|
display: flex;
|
|
15479
15496
|
flex-flow: row wrap;
|
|
@@ -19266,6 +19283,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19266
19283
|
align-self: stretch;
|
|
19267
19284
|
}
|
|
19268
19285
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
19286
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
19269
19287
|
align-self: center;
|
|
19270
19288
|
}
|
|
19271
19289
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -23041,12 +23059,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23041
23059
|
|
|
23042
23060
|
.pf-v5-c-popover__arrow {
|
|
23043
23061
|
position: absolute;
|
|
23044
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
23045
23062
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
23046
23063
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
23047
23064
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
23048
23065
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
23049
|
-
/* stylelint-enable */
|
|
23050
23066
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
23051
23067
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
23052
23068
|
pointer-events: none;
|
|
@@ -24869,34 +24885,31 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24869
24885
|
--pf-v5-c-sidebar__panel--FlexBasis: 100%;
|
|
24870
24886
|
}
|
|
24871
24887
|
}
|
|
24872
|
-
.pf-v5-c-simple-list {
|
|
24873
|
-
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-
|
|
24874
|
-
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-
|
|
24875
|
-
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-
|
|
24876
|
-
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-
|
|
24877
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-
|
|
24878
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-
|
|
24879
|
-
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-
|
|
24880
|
-
--pf-v5-c-simple-list__item-link--
|
|
24881
|
-
--pf-v5-c-simple-list__item-link--m-current--
|
|
24882
|
-
--pf-v5-c-simple-list__item-link--
|
|
24883
|
-
--pf-v5-c-simple-list__item-link--
|
|
24884
|
-
--pf-v5-c-simple-list__item-link--
|
|
24885
|
-
--pf-v5-c-simple-list__item-link--
|
|
24886
|
-
--pf-v5-c-simple-list__item-link--
|
|
24887
|
-
--pf-v5-c-simple-list__item-link--
|
|
24888
|
-
--pf-v5-c-simple-list__item-link--
|
|
24889
|
-
--pf-v5-c-simple-
|
|
24890
|
-
--pf-v5-c-simple-
|
|
24891
|
-
--pf-v5-c-simple-
|
|
24892
|
-
--pf-v5-c-simple-list__title--
|
|
24893
|
-
--pf-v5-c-simple-list__title--
|
|
24894
|
-
--pf-v5-c-simple-list__title--
|
|
24895
|
-
--pf-v5-c-simple-list__title--
|
|
24896
|
-
--pf-v5-c-simple-
|
|
24897
|
-
--pf-v5-c-simple-list__title--Color: var(--pf-v5-global--Color--dark-200);
|
|
24898
|
-
--pf-v5-c-simple-list__title--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
|
24899
|
-
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-v5-global--spacer--sm);
|
|
24888
|
+
:root, .pf-v5-c-simple-list {
|
|
24889
|
+
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
24890
|
+
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-t--global--spacer--md);
|
|
24891
|
+
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
24892
|
+
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
24893
|
+
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
24894
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-t--global--text--color--subtle);
|
|
24895
|
+
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-t--global--font--size--body);
|
|
24896
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
24897
|
+
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--selected);
|
|
24898
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-t--global--text--color--subtle);
|
|
24899
|
+
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
24900
|
+
--pf-v5-c-simple-list__item-link--MixBlendMode: var(--pf-t--global--background--color--action--plain--hover--blend);
|
|
24901
|
+
--pf-v5-c-simple-list__item-link--BorderRadius: var(--pf-t--global--border--radius--tiny);
|
|
24902
|
+
--pf-v5-c-simple-list__item-link--m-link--Color: var(--pf-t--global--text--color--link--default);
|
|
24903
|
+
--pf-v5-c-simple-list__item-link--m-link--m-current--Color: var(--pf-t--global--text--color--link--hover);
|
|
24904
|
+
--pf-v5-c-simple-list__item-link--m-link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
24905
|
+
--pf-v5-c-simple-list__title--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
24906
|
+
--pf-v5-c-simple-list__title--PaddingRight: var(--pf-t--global--spacer--md);
|
|
24907
|
+
--pf-v5-c-simple-list__title--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
24908
|
+
--pf-v5-c-simple-list__title--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
24909
|
+
--pf-v5-c-simple-list__title--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
24910
|
+
--pf-v5-c-simple-list__title--Color: var(--pf-t--global--text--color--regular);
|
|
24911
|
+
--pf-v5-c-simple-list__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
24912
|
+
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-t--global--spacer--sm);
|
|
24900
24913
|
}
|
|
24901
24914
|
|
|
24902
24915
|
.pf-v5-c-simple-list__item-link {
|
|
@@ -24907,31 +24920,28 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24907
24920
|
padding-inline-start: var(--pf-v5-c-simple-list__item-link--PaddingLeft);
|
|
24908
24921
|
padding-inline-end: var(--pf-v5-c-simple-list__item-link--PaddingRight);
|
|
24909
24922
|
font-size: var(--pf-v5-c-simple-list__item-link--FontSize);
|
|
24910
|
-
font-weight: var(--pf-v5-c-simple-list__item-link--FontWeight);
|
|
24911
24923
|
color: var(--pf-v5-c-simple-list__item-link--Color);
|
|
24912
24924
|
text-align: start;
|
|
24925
|
+
text-decoration: none;
|
|
24913
24926
|
background-color: var(--pf-v5-c-simple-list__item-link--BackgroundColor);
|
|
24914
24927
|
border: none;
|
|
24928
|
+
border-radius: var(--pf-v5-c-simple-list__item-link--BorderRadius);
|
|
24929
|
+
}
|
|
24930
|
+
.pf-v5-c-simple-list__item-link.pf-m-link {
|
|
24931
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-link--Color);
|
|
24932
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-c-simple-list__item-link--m-link--m-current--Color);
|
|
24933
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-c-simple-list__item-link--m-link--hover--Color);
|
|
24915
24934
|
}
|
|
24916
|
-
.pf-v5-c-simple-list__item-link:hover {
|
|
24935
|
+
.pf-v5-c-simple-list__item-link:hover, .pf-v5-c-simple-list__item-link:focus {
|
|
24917
24936
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--hover--BackgroundColor);
|
|
24918
24937
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--hover--Color);
|
|
24919
24938
|
text-decoration: none;
|
|
24920
|
-
|
|
24921
|
-
.pf-v5-c-simple-list__item-link:focus {
|
|
24922
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--focus--FontWeight);
|
|
24923
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--focus--BackgroundColor);
|
|
24924
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--focus--Color);
|
|
24925
|
-
}
|
|
24926
|
-
.pf-v5-c-simple-list__item-link:active {
|
|
24927
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--active--FontWeight);
|
|
24928
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--active--BackgroundColor);
|
|
24929
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--active--Color);
|
|
24939
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
|
24930
24940
|
}
|
|
24931
24941
|
.pf-v5-c-simple-list__item-link.pf-m-current {
|
|
24932
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--m-current--FontWeight);
|
|
24933
24942
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--m-current--BackgroundColor);
|
|
24934
24943
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-current--Color);
|
|
24944
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
|
24935
24945
|
}
|
|
24936
24946
|
|
|
24937
24947
|
.pf-v5-c-simple-list__title {
|
|
@@ -24948,21 +24958,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24948
24958
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
24949
24959
|
}
|
|
24950
24960
|
|
|
24951
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
24952
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24953
|
-
}
|
|
24954
|
-
|
|
24955
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
|
|
24956
|
-
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
|
24957
|
-
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
24958
|
-
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
|
|
24959
|
-
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
24960
|
-
--pf-v5-c-simple-list__item-link--focus--Color: var(--pf-v5-global--Color--100);
|
|
24961
|
-
--pf-v5-c-simple-list__item-link--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
24962
|
-
--pf-v5-c-simple-list__item-link--active--Color: var(--pf-v5-global--Color--100);
|
|
24963
|
-
--pf-v5-c-simple-list__item-link--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
24964
|
-
}
|
|
24965
|
-
|
|
24966
24961
|
.pf-v5-c-skeleton {
|
|
24967
24962
|
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-150);
|
|
24968
24963
|
--pf-v5-c-skeleton--Width: auto;
|
|
@@ -30776,12 +30771,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30776
30771
|
|
|
30777
30772
|
.pf-v5-c-tooltip__arrow {
|
|
30778
30773
|
position: absolute;
|
|
30779
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
30780
30774
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
30781
30775
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
30782
30776
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
30783
30777
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
30784
|
-
/* stylelint-enable */
|
|
30785
30778
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
30786
30779
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
30787
30780
|
pointer-events: none;
|
|
@@ -30790,9 +30783,13 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30790
30783
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--TranslateX, 0)) translateY(var(--pf-v5-c-tooltip__arrow--TranslateY, 0)) rotate(var(--pf-v5-c-tooltip__arrow--Rotate, 0));
|
|
30791
30784
|
}
|
|
30792
30785
|
|
|
30786
|
+
:root,
|
|
30793
30787
|
.pf-v5-c-truncate {
|
|
30794
30788
|
--pf-v5-c-truncate--MinWidth: 12ch;
|
|
30795
30789
|
--pf-v5-c-truncate__start--MinWidth: 6ch;
|
|
30790
|
+
}
|
|
30791
|
+
|
|
30792
|
+
.pf-v5-c-truncate {
|
|
30796
30793
|
display: inline-grid;
|
|
30797
30794
|
grid-auto-flow: column;
|
|
30798
30795
|
align-items: baseline;
|
|
@@ -7456,10 +7456,14 @@ button) {
|
|
|
7456
7456
|
}
|
|
7457
7457
|
}
|
|
7458
7458
|
|
|
7459
|
+
:root,
|
|
7459
7460
|
.pf-v5-c-backdrop {
|
|
7460
7461
|
--pf-v5-c-backdrop--Position: fixed;
|
|
7461
|
-
--pf-v5-c-backdrop--ZIndex: var(--pf-
|
|
7462
|
-
--pf-v5-c-backdrop--BackgroundColor: var(--pf-
|
|
7462
|
+
--pf-v5-c-backdrop--ZIndex: var(--pf-t--global--Zindex--lg);
|
|
7463
|
+
--pf-v5-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
|
|
7464
|
+
}
|
|
7465
|
+
|
|
7466
|
+
.pf-v5-c-backdrop {
|
|
7463
7467
|
position: var(--pf-v5-c-backdrop--Position);
|
|
7464
7468
|
inset-block-start: 0;
|
|
7465
7469
|
inset-inline-start: 0;
|
|
@@ -7658,6 +7662,10 @@ button) {
|
|
|
7658
7662
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
|
|
7659
7663
|
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
|
|
7660
7664
|
}
|
|
7665
|
+
.pf-v5-c-banner.pf-m-custom {
|
|
7666
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-custom--BackgroundColor);
|
|
7667
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-custom--Color);
|
|
7668
|
+
}
|
|
7661
7669
|
.pf-v5-c-banner.pf-m-red {
|
|
7662
7670
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
|
|
7663
7671
|
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
|
|
@@ -8747,6 +8755,9 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8747
8755
|
background-color: var(--pf-v5-c-card--BackgroundColor);
|
|
8748
8756
|
box-shadow: var(--pf-v5-c-card--BoxShadow);
|
|
8749
8757
|
}
|
|
8758
|
+
.pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
|
|
8759
|
+
gap: 0;
|
|
8760
|
+
}
|
|
8750
8761
|
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
|
|
8751
8762
|
isolation: isolate;
|
|
8752
8763
|
box-shadow: none;
|
|
@@ -15503,6 +15514,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15503
15514
|
max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
|
|
15504
15515
|
}
|
|
15505
15516
|
|
|
15517
|
+
.pf-v5-c-form__group {
|
|
15518
|
+
min-width: 0;
|
|
15519
|
+
}
|
|
15506
15520
|
.pf-v5-c-form__group.pf-m-action {
|
|
15507
15521
|
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
|
15508
15522
|
overflow: hidden;
|
|
@@ -15591,6 +15605,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15591
15605
|
--pf-v5-c-form__group-label-help--Color: var(--pf-v5-c-form__group-label-help--focus--Color);
|
|
15592
15606
|
}
|
|
15593
15607
|
|
|
15608
|
+
.pf-v5-c-form__group-control {
|
|
15609
|
+
min-width: 0;
|
|
15610
|
+
}
|
|
15594
15611
|
.pf-v5-c-form__group-control.pf-m-inline {
|
|
15595
15612
|
display: flex;
|
|
15596
15613
|
flex-flow: row wrap;
|
|
@@ -19383,6 +19400,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19383
19400
|
align-self: stretch;
|
|
19384
19401
|
}
|
|
19385
19402
|
.pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
|
|
19403
|
+
--pf-v5-c-check__input--TranslateY: 0;
|
|
19386
19404
|
align-self: center;
|
|
19387
19405
|
}
|
|
19388
19406
|
.pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
|
|
@@ -23158,12 +23176,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23158
23176
|
|
|
23159
23177
|
.pf-v5-c-popover__arrow {
|
|
23160
23178
|
position: absolute;
|
|
23161
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
23162
23179
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
23163
23180
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
23164
23181
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
23165
23182
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
23166
|
-
/* stylelint-enable */
|
|
23167
23183
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
23168
23184
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
23169
23185
|
pointer-events: none;
|
|
@@ -24986,34 +25002,31 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24986
25002
|
--pf-v5-c-sidebar__panel--FlexBasis: 100%;
|
|
24987
25003
|
}
|
|
24988
25004
|
}
|
|
24989
|
-
.pf-v5-c-simple-list {
|
|
24990
|
-
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-
|
|
24991
|
-
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-
|
|
24992
|
-
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-
|
|
24993
|
-
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-
|
|
24994
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-
|
|
24995
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-
|
|
24996
|
-
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-
|
|
24997
|
-
--pf-v5-c-simple-list__item-link--
|
|
24998
|
-
--pf-v5-c-simple-list__item-link--m-current--
|
|
24999
|
-
--pf-v5-c-simple-list__item-link--
|
|
25000
|
-
--pf-v5-c-simple-list__item-link--
|
|
25001
|
-
--pf-v5-c-simple-list__item-link--
|
|
25002
|
-
--pf-v5-c-simple-list__item-link--
|
|
25003
|
-
--pf-v5-c-simple-list__item-link--
|
|
25004
|
-
--pf-v5-c-simple-list__item-link--
|
|
25005
|
-
--pf-v5-c-simple-list__item-link--
|
|
25006
|
-
--pf-v5-c-simple-
|
|
25007
|
-
--pf-v5-c-simple-
|
|
25008
|
-
--pf-v5-c-simple-
|
|
25009
|
-
--pf-v5-c-simple-list__title--
|
|
25010
|
-
--pf-v5-c-simple-list__title--
|
|
25011
|
-
--pf-v5-c-simple-list__title--
|
|
25012
|
-
--pf-v5-c-simple-list__title--
|
|
25013
|
-
--pf-v5-c-simple-
|
|
25014
|
-
--pf-v5-c-simple-list__title--Color: var(--pf-v5-global--Color--dark-200);
|
|
25015
|
-
--pf-v5-c-simple-list__title--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
|
25016
|
-
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-v5-global--spacer--sm);
|
|
25005
|
+
:root, .pf-v5-c-simple-list {
|
|
25006
|
+
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
25007
|
+
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-t--global--spacer--md);
|
|
25008
|
+
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
25009
|
+
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
25010
|
+
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
25011
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-t--global--text--color--subtle);
|
|
25012
|
+
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-t--global--font--size--body);
|
|
25013
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
25014
|
+
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--selected);
|
|
25015
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-t--global--text--color--subtle);
|
|
25016
|
+
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
25017
|
+
--pf-v5-c-simple-list__item-link--MixBlendMode: var(--pf-t--global--background--color--action--plain--hover--blend);
|
|
25018
|
+
--pf-v5-c-simple-list__item-link--BorderRadius: var(--pf-t--global--border--radius--tiny);
|
|
25019
|
+
--pf-v5-c-simple-list__item-link--m-link--Color: var(--pf-t--global--text--color--link--default);
|
|
25020
|
+
--pf-v5-c-simple-list__item-link--m-link--m-current--Color: var(--pf-t--global--text--color--link--hover);
|
|
25021
|
+
--pf-v5-c-simple-list__item-link--m-link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
25022
|
+
--pf-v5-c-simple-list__title--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
25023
|
+
--pf-v5-c-simple-list__title--PaddingRight: var(--pf-t--global--spacer--md);
|
|
25024
|
+
--pf-v5-c-simple-list__title--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
25025
|
+
--pf-v5-c-simple-list__title--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
25026
|
+
--pf-v5-c-simple-list__title--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
25027
|
+
--pf-v5-c-simple-list__title--Color: var(--pf-t--global--text--color--regular);
|
|
25028
|
+
--pf-v5-c-simple-list__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
25029
|
+
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-t--global--spacer--sm);
|
|
25017
25030
|
}
|
|
25018
25031
|
|
|
25019
25032
|
.pf-v5-c-simple-list__item-link {
|
|
@@ -25024,31 +25037,28 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25024
25037
|
padding-inline-start: var(--pf-v5-c-simple-list__item-link--PaddingLeft);
|
|
25025
25038
|
padding-inline-end: var(--pf-v5-c-simple-list__item-link--PaddingRight);
|
|
25026
25039
|
font-size: var(--pf-v5-c-simple-list__item-link--FontSize);
|
|
25027
|
-
font-weight: var(--pf-v5-c-simple-list__item-link--FontWeight);
|
|
25028
25040
|
color: var(--pf-v5-c-simple-list__item-link--Color);
|
|
25029
25041
|
text-align: start;
|
|
25042
|
+
text-decoration: none;
|
|
25030
25043
|
background-color: var(--pf-v5-c-simple-list__item-link--BackgroundColor);
|
|
25031
25044
|
border: none;
|
|
25045
|
+
border-radius: var(--pf-v5-c-simple-list__item-link--BorderRadius);
|
|
25046
|
+
}
|
|
25047
|
+
.pf-v5-c-simple-list__item-link.pf-m-link {
|
|
25048
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-link--Color);
|
|
25049
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-c-simple-list__item-link--m-link--m-current--Color);
|
|
25050
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-c-simple-list__item-link--m-link--hover--Color);
|
|
25032
25051
|
}
|
|
25033
|
-
.pf-v5-c-simple-list__item-link:hover {
|
|
25052
|
+
.pf-v5-c-simple-list__item-link:hover, .pf-v5-c-simple-list__item-link:focus {
|
|
25034
25053
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--hover--BackgroundColor);
|
|
25035
25054
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--hover--Color);
|
|
25036
25055
|
text-decoration: none;
|
|
25037
|
-
|
|
25038
|
-
.pf-v5-c-simple-list__item-link:focus {
|
|
25039
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--focus--FontWeight);
|
|
25040
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--focus--BackgroundColor);
|
|
25041
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--focus--Color);
|
|
25042
|
-
}
|
|
25043
|
-
.pf-v5-c-simple-list__item-link:active {
|
|
25044
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--active--FontWeight);
|
|
25045
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--active--BackgroundColor);
|
|
25046
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--active--Color);
|
|
25056
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
|
25047
25057
|
}
|
|
25048
25058
|
.pf-v5-c-simple-list__item-link.pf-m-current {
|
|
25049
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--m-current--FontWeight);
|
|
25050
25059
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--m-current--BackgroundColor);
|
|
25051
25060
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-current--Color);
|
|
25061
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
|
25052
25062
|
}
|
|
25053
25063
|
|
|
25054
25064
|
.pf-v5-c-simple-list__title {
|
|
@@ -25065,21 +25075,6 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25065
25075
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
25066
25076
|
}
|
|
25067
25077
|
|
|
25068
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
25069
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25070
|
-
}
|
|
25071
|
-
|
|
25072
|
-
:where(.pf-theme-dark) .pf-v5-c-simple-list {
|
|
25073
|
-
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
|
25074
|
-
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
25075
|
-
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
|
|
25076
|
-
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
25077
|
-
--pf-v5-c-simple-list__item-link--focus--Color: var(--pf-v5-global--Color--100);
|
|
25078
|
-
--pf-v5-c-simple-list__item-link--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
25079
|
-
--pf-v5-c-simple-list__item-link--active--Color: var(--pf-v5-global--Color--100);
|
|
25080
|
-
--pf-v5-c-simple-list__item-link--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
25081
|
-
}
|
|
25082
|
-
|
|
25083
25078
|
.pf-v5-c-skeleton {
|
|
25084
25079
|
--pf-v5-c-skeleton--BackgroundColor: var(--pf-v5-global--palette--black-150);
|
|
25085
25080
|
--pf-v5-c-skeleton--Width: auto;
|
|
@@ -30893,12 +30888,10 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30893
30888
|
|
|
30894
30889
|
.pf-v5-c-tooltip__arrow {
|
|
30895
30890
|
position: absolute;
|
|
30896
|
-
/* stylelint-disable liberty/use-logical-spec */
|
|
30897
30891
|
top: var(--pf-v5-c-tooltip__arrow--Top, auto);
|
|
30898
30892
|
right: var(--pf-v5-c-tooltip__arrow--Right, auto);
|
|
30899
30893
|
bottom: var(--pf-v5-c-tooltip__arrow--Bottom, auto);
|
|
30900
30894
|
left: var(--pf-v5-c-tooltip__arrow--Left, auto);
|
|
30901
|
-
/* stylelint-enable */
|
|
30902
30895
|
width: var(--pf-v5-c-tooltip__arrow--Width);
|
|
30903
30896
|
height: var(--pf-v5-c-tooltip__arrow--Height);
|
|
30904
30897
|
pointer-events: none;
|
|
@@ -30907,9 +30900,13 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30907
30900
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--TranslateX, 0)) translateY(var(--pf-v5-c-tooltip__arrow--TranslateY, 0)) rotate(var(--pf-v5-c-tooltip__arrow--Rotate, 0));
|
|
30908
30901
|
}
|
|
30909
30902
|
|
|
30903
|
+
:root,
|
|
30910
30904
|
.pf-v5-c-truncate {
|
|
30911
30905
|
--pf-v5-c-truncate--MinWidth: 12ch;
|
|
30912
30906
|
--pf-v5-c-truncate__start--MinWidth: 6ch;
|
|
30907
|
+
}
|
|
30908
|
+
|
|
30909
|
+
.pf-v5-c-truncate {
|
|
30913
30910
|
display: inline-grid;
|
|
30914
30911
|
grid-auto-flow: column;
|
|
30915
30912
|
align-items: baseline;
|