@patternfly/react-styles 4.92.6 → 5.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1432 -4347
- package/css/components/AboutModalBox/about-modal-box.css +1 -28
- package/css/components/Accordion/accordion.css +64 -62
- package/css/components/Accordion/accordion.d.ts +2 -2
- package/css/components/Accordion/accordion.js +2 -2
- package/css/components/Accordion/accordion.mjs +2 -2
- package/css/components/Alert/alert.css +0 -4
- package/css/components/Alert/alert.d.ts +1 -2
- package/css/components/Alert/alert.js +1 -2
- package/css/components/Alert/alert.mjs +1 -2
- package/css/components/Banner/banner.css +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +0 -6
- package/css/components/Breadcrumb/breadcrumb.d.ts +1 -2
- package/css/components/Breadcrumb/breadcrumb.js +1 -2
- package/css/components/Breadcrumb/breadcrumb.mjs +1 -2
- package/css/components/Button/button.css +0 -4
- package/css/components/Button/button.d.ts +1 -2
- package/css/components/Button/button.js +1 -2
- package/css/components/Button/button.mjs +1 -2
- package/css/components/Card/card.css +9 -16
- package/css/components/Card/card.d.ts +2 -2
- package/css/components/Card/card.js +2 -2
- package/css/components/Card/card.mjs +2 -2
- package/css/components/Check/check.css +4 -2
- package/css/components/ChipGroup/chip-group.css +27 -17
- package/css/components/Content/content.css +1 -11
- package/css/components/Content/content.d.ts +1 -2
- package/css/components/Content/content.js +1 -2
- package/css/components/Content/content.mjs +1 -2
- package/css/components/DataList/data-list.css +0 -15
- package/css/components/Divider/divider.css +0 -16
- package/css/components/Drawer/drawer.css +0 -15
- package/css/components/EmptyState/empty-state.css +46 -56
- package/css/components/EmptyState/empty-state.d.ts +5 -8
- package/css/components/EmptyState/empty-state.js +5 -8
- package/css/components/EmptyState/empty-state.mjs +5 -8
- package/css/components/ExpandableSection/expandable-section.css +0 -4
- package/css/components/ExpandableSection/expandable-section.d.ts +1 -2
- package/css/components/ExpandableSection/expandable-section.js +1 -2
- package/css/components/ExpandableSection/expandable-section.mjs +1 -2
- package/css/components/Form/form.css +0 -1
- package/css/components/InlineEdit/inline-edit.css +1 -12
- package/css/components/JumpLinks/jump-links.css +0 -43
- package/css/components/Label/label.css +0 -3
- package/css/components/LabelGroup/label-group.css +26 -22
- package/css/components/Menu/menu.css +0 -16
- package/css/components/NotificationDrawer/notification-drawer.css +1 -0
- package/css/components/Page/page.css +0 -15
- package/css/components/Pagination/pagination.css +0 -55
- package/css/components/Popover/popover.css +2 -7
- package/css/components/Progress/progress.css +0 -1
- package/css/components/Radio/radio.css +4 -2
- package/css/components/SimpleList/simple-list.css +1 -1
- package/css/components/SkipToContent/skip-to-content.css +1 -1
- package/css/components/Switch/switch.css +0 -1
- package/css/components/Table/table-grid.css +0 -10
- package/css/components/Table/table-tree-view.css +0 -16
- package/css/components/Table/table.css +0 -16
- package/css/components/Tabs/tabs.css +1 -34
- package/css/components/Tabs/tabs.d.ts +1 -2
- package/css/components/Tabs/tabs.js +1 -2
- package/css/components/Tabs/tabs.mjs +1 -2
- package/css/components/Title/title.css +0 -5
- package/css/components/Title/title.d.ts +1 -2
- package/css/components/Title/title.js +1 -2
- package/css/components/Title/title.mjs +1 -2
- package/css/components/Toolbar/toolbar.css +30 -33
- package/css/components/Toolbar/toolbar.d.ts +4 -0
- package/css/components/Toolbar/toolbar.js +4 -0
- package/css/components/Toolbar/toolbar.mjs +4 -0
- package/css/components/Tooltip/tooltip.css +7 -12
- package/css/components/Wizard/wizard.css +0 -9
- package/package.json +4 -4
@@ -31,22 +31,9 @@
|
|
31
31
|
|
32
32
|
.pf-c-about-modal-box {
|
33
33
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
34
|
-
--pf-c-about-modal-box--BoxShadow: 0 0 100px 0 rgba(255, 255, 255, .05);
|
35
|
-
--pf-c-about-modal-box--ZIndex: var(--pf-global--ZIndex--xl);
|
36
34
|
--pf-c-about-modal-box--Height: 100%;
|
37
35
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
38
|
-
--pf-c-about-modal-box--
|
39
|
-
--pf-c-about-modal-box--Width: 100vw;
|
40
|
-
--pf-c-about-modal-box--lg--Width: calc(100% - (var(--pf-global--spacer--3xl) * 2));
|
41
|
-
--pf-c-about-modal-box--lg--MaxWidth: 77rem;
|
42
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-global--spacer--xl);
|
43
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-global--spacer--xl);
|
44
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-global--spacer--xl);
|
45
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-global--spacer--xl);
|
46
|
-
--pf-c-about-modal-box--sm--PaddingTop: var(--pf-global--spacer--3xl);
|
47
|
-
--pf-c-about-modal-box--sm--PaddingRight: var(--pf-global--spacer--3xl);
|
48
|
-
--pf-c-about-modal-box--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
49
|
-
--pf-c-about-modal-box--sm--PaddingLeft: var(--pf-global--spacer--3xl);
|
36
|
+
--pf-c-about-modal-box--Width: 100%;
|
50
37
|
--pf-c-about-modal-box--sm--grid-template-columns: 5fr 1fr;
|
51
38
|
--pf-c-about-modal-box--lg--grid-template-columns: 1fr .6fr;
|
52
39
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
@@ -92,7 +79,6 @@
|
|
92
79
|
--pf-c-about-modal-box__content--sm--MarginLeft: var(--pf-global--spacer--3xl);
|
93
80
|
color: var(--pf-global--Color--100);
|
94
81
|
position: relative;
|
95
|
-
z-index: var(--pf-c-about-modal-box--ZIndex);
|
96
82
|
display: grid;
|
97
83
|
grid-template-rows: max-content max-content auto;
|
98
84
|
grid-template-areas: "brand close" "header header" "content content";
|
@@ -101,15 +87,6 @@
|
|
101
87
|
overflow-x: hidden;
|
102
88
|
overflow-y: auto;
|
103
89
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
104
|
-
box-shadow: var(--pf-c-about-modal-box--BoxShadow);
|
105
|
-
}
|
106
|
-
@media screen and (min-width: 576px) {
|
107
|
-
.pf-c-about-modal-box {
|
108
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-c-about-modal-box--sm--PaddingTop);
|
109
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-c-about-modal-box--sm--PaddingRight);
|
110
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-c-about-modal-box--sm--PaddingBottom);
|
111
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-c-about-modal-box--sm--PaddingLeft);
|
112
|
-
}
|
113
90
|
}
|
114
91
|
@media screen and (min-width: 576px) {
|
115
92
|
.pf-c-about-modal-box {
|
@@ -160,8 +137,6 @@
|
|
160
137
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
161
138
|
grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
|
162
139
|
grid-template-rows: max-content max-content auto;
|
163
|
-
max-width: var(--pf-c-about-modal-box--lg--MaxWidth);
|
164
|
-
max-height: var(--pf-c-about-modal-box--lg--MaxHeight);
|
165
140
|
}
|
166
141
|
}
|
167
142
|
|
@@ -247,12 +222,10 @@
|
|
247
222
|
|
248
223
|
.pf-c-about-modal-box__hero {
|
249
224
|
display: none;
|
250
|
-
visibility: hidden;
|
251
225
|
}
|
252
226
|
@media only screen and (min-width: 576px) {
|
253
227
|
.pf-c-about-modal-box__hero {
|
254
228
|
display: block;
|
255
|
-
visibility: visible;
|
256
229
|
background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
|
257
230
|
background-repeat: no-repeat;
|
258
231
|
background-attachment: fixed;
|
@@ -14,35 +14,37 @@
|
|
14
14
|
--pf-c-accordion__toggle--PaddingRight: var(--pf-global--spacer--md);
|
15
15
|
--pf-c-accordion__toggle--PaddingBottom: var(--pf-global--spacer--sm);
|
16
16
|
--pf-c-accordion__toggle--PaddingLeft: var(--pf-global--spacer--md);
|
17
|
-
--pf-c-accordion__toggle--before--BackgroundColor: transparent;
|
18
17
|
--pf-c-accordion__toggle--before--Top: 0;
|
18
|
+
--pf-c-accordion__toggle--after--Top: 0;
|
19
|
+
--pf-c-accordion__toggle--after--BackgroundColor: transparent;
|
19
20
|
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
20
21
|
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
21
22
|
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
22
23
|
--pf-c-accordion__toggle--before--Width: var(--pf-global--BorderWidth--lg);
|
23
|
-
--pf-c-accordion__toggle--
|
24
|
+
--pf-c-accordion__toggle--after--Width: var(--pf-global--BorderWidth--lg);
|
25
|
+
--pf-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--100);
|
24
26
|
--pf-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-global--spacer--lg));
|
25
27
|
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-global--link--Color);
|
26
28
|
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-global--link--Color);
|
27
|
-
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
29
|
+
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
28
30
|
--pf-c-accordion__toggle--focus__toggle-text--Color: var(--pf-global--link--Color);
|
29
|
-
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
31
|
+
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
30
32
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-global--link--Color);
|
31
|
-
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
33
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
32
34
|
--pf-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
33
35
|
--pf-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
34
|
-
--pf-c-
|
35
|
-
--pf-c-
|
36
|
-
--pf-c-
|
37
|
-
--pf-c-
|
38
|
-
--pf-c-
|
39
|
-
--pf-c-
|
40
|
-
--pf-c-
|
41
|
-
--pf-c-
|
42
|
-
--pf-c-
|
43
|
-
--pf-c-
|
44
|
-
--pf-c-
|
45
|
-
--pf-c-
|
36
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-global--Color--200);
|
37
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-global--FontSize--sm);
|
38
|
+
--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor: var(--pf-global--primary-color--100);
|
39
|
+
--pf-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
40
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-global--spacer--sm);
|
41
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
42
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-global--spacer--sm);
|
43
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-global--spacer--md);
|
44
|
+
--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop: 0;
|
45
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: transparent;
|
46
|
+
--pf-c-accordion__expandable-content-body--after--Width: var(--pf-global--BorderWidth--lg);
|
47
|
+
--pf-c-accordion__expandable-content-body--before--Top: 0;
|
46
48
|
--pf-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-global--spacer--md);
|
47
49
|
--pf-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-global--spacer--md);
|
48
50
|
--pf-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-global--spacer--md);
|
@@ -56,21 +58,21 @@
|
|
56
58
|
--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
57
59
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color: var(--pf-global--Color--100);
|
58
60
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
59
|
-
--pf-c-accordion--m-display-
|
60
|
-
--pf-c-accordion--m-display-
|
61
|
-
--pf-c-accordion--m-display-
|
62
|
-
--pf-c-accordion--m-display-
|
63
|
-
--pf-c-accordion--m-display-
|
64
|
-
--pf-c-accordion--m-display-
|
65
|
-
--pf-c-accordion--m-display-
|
61
|
+
--pf-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-global--FontSize--md);
|
62
|
+
--pf-c-accordion--m-display-lg__expandable-content--Color: var(--pf-global--Color--100);
|
63
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop: 0;
|
64
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
65
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom: var(--pf-global--spacer--md);
|
66
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
|
67
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft: var(--pf-global--spacer--lg);
|
66
68
|
--pf-c-accordion--m-bordered--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
67
69
|
--pf-c-accordion--m-bordered--BorderTopColor: var(--pf-global--BorderColor--100);
|
68
|
-
--pf-c-accordion--m-bordered__toggle--
|
69
|
-
--pf-c-accordion--m-bordered__toggle--
|
70
|
-
--pf-c-accordion--m-bordered__toggle--
|
71
|
-
--pf-c-accordion--m-bordered__toggle--
|
72
|
-
--pf-c-accordion--m-
|
73
|
-
--pf-c-accordion--m-
|
70
|
+
--pf-c-accordion--m-bordered__toggle--after--Top: calc(-1 * var(--pf-global--BorderWidth--sm));
|
71
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderColor: var(--pf-global--BorderColor--100);
|
72
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth: 0;
|
73
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
74
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
75
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor: var(--pf-global--BorderColor--100);
|
74
76
|
color: var(--pf-global--Color--100);
|
75
77
|
background-color: var(--pf-c-accordion--BackgroundColor);
|
76
78
|
}
|
@@ -88,18 +90,18 @@
|
|
88
90
|
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight);
|
89
91
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color);
|
90
92
|
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
91
|
-
--pf-c-
|
92
|
-
--pf-c-
|
93
|
-
--pf-c-
|
94
|
-
--pf-c-
|
95
|
-
--pf-c-
|
96
|
-
--pf-c-
|
93
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop);
|
94
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight);
|
95
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom);
|
96
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft);
|
97
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-c-accordion--m-display-lg__expandable-content--FontSize);
|
98
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-c-accordion--m-display-lg__expandable-content--Color);
|
97
99
|
}
|
98
|
-
.pf-c-accordion.pf-m-display-lg .pf-c-
|
99
|
-
--pf-c-
|
100
|
+
.pf-c-accordion.pf-m-display-lg .pf-c-accordion__expandable-content-body:last-child {
|
101
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom);
|
100
102
|
}
|
101
103
|
.pf-c-accordion.pf-m-bordered {
|
102
|
-
--pf-c-accordion__toggle--
|
104
|
+
--pf-c-accordion__toggle--after--Top: var(--pf-c-accordion--m-bordered__toggle--after--Top);
|
103
105
|
border-top: var(--pf-c-accordion--m-bordered--BorderTopWidth) solid var(--pf-c-accordion--m-bordered--BorderTopColor);
|
104
106
|
}
|
105
107
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle::before {
|
@@ -109,13 +111,13 @@
|
|
109
111
|
bottom: 0;
|
110
112
|
left: 0;
|
111
113
|
content: "";
|
112
|
-
border: solid var(--pf-c-accordion--m-bordered__toggle--
|
113
|
-
border-width: var(--pf-c-accordion--m-bordered__toggle--
|
114
|
+
border: solid var(--pf-c-accordion--m-bordered__toggle--before--BorderColor);
|
115
|
+
border-width: var(--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth) 0 var(--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth);
|
114
116
|
}
|
115
117
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle.pf-m-expanded {
|
116
|
-
--pf-c-accordion--m-bordered__toggle--
|
118
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: 0;
|
117
119
|
}
|
118
|
-
.pf-c-accordion.pf-m-bordered .pf-c-
|
120
|
+
.pf-c-accordion.pf-m-bordered .pf-c-accordion__expandable-content.pf-m-expanded .pf-c-accordion__expandable-content-body:last-child::before {
|
119
121
|
position: absolute;
|
120
122
|
top: 0;
|
121
123
|
right: 0;
|
@@ -123,7 +125,7 @@
|
|
123
125
|
left: 0;
|
124
126
|
pointer-events: none;
|
125
127
|
content: "";
|
126
|
-
border-bottom: var(--pf-c-accordion--m-
|
128
|
+
border-bottom: var(--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth) solid var(--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor);
|
127
129
|
}
|
128
130
|
|
129
131
|
.pf-c-accordion__toggle {
|
@@ -139,15 +141,15 @@
|
|
139
141
|
}
|
140
142
|
.pf-c-accordion__toggle::after {
|
141
143
|
position: absolute;
|
142
|
-
top: var(--pf-c-accordion__toggle--
|
144
|
+
top: var(--pf-c-accordion__toggle--after--Top);
|
143
145
|
bottom: 0;
|
144
146
|
left: 0;
|
145
|
-
width: var(--pf-c-accordion__toggle--
|
147
|
+
width: var(--pf-c-accordion__toggle--after--Width);
|
146
148
|
content: "";
|
147
|
-
background-color: var(--pf-c-accordion__toggle--
|
149
|
+
background-color: var(--pf-c-accordion__toggle--after--BackgroundColor);
|
148
150
|
}
|
149
151
|
.pf-c-accordion__toggle.pf-m-expanded {
|
150
|
-
--pf-c-accordion__toggle--
|
152
|
+
--pf-c-accordion__toggle--after--BackgroundColor: var(--pf-c-accordion__toggle--m-expanded--after--BackgroundColor);
|
151
153
|
}
|
152
154
|
.pf-c-accordion__toggle.pf-m-expanded .pf-c-accordion__toggle-text {
|
153
155
|
font-weight: var(--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
|
@@ -188,33 +190,33 @@
|
|
188
190
|
transition: var(--pf-c-accordion__toggle-icon--Transition);
|
189
191
|
}
|
190
192
|
|
191
|
-
.pf-c-
|
192
|
-
font-size: var(--pf-c-
|
193
|
-
color: var(--pf-c-
|
193
|
+
.pf-c-accordion__expandable-content {
|
194
|
+
font-size: var(--pf-c-accordion__expandable-content--FontSize);
|
195
|
+
color: var(--pf-c-accordion__expandable-content--Color);
|
194
196
|
}
|
195
|
-
.pf-c-
|
196
|
-
max-height: var(--pf-c-
|
197
|
+
.pf-c-accordion__expandable-content.pf-m-fixed {
|
198
|
+
max-height: var(--pf-c-accordion__expandable-content--m-fixed--MaxHeight);
|
197
199
|
overflow-y: auto;
|
198
200
|
}
|
199
|
-
.pf-c-
|
200
|
-
--pf-c-
|
201
|
+
.pf-c-accordion__expandable-content.pf-m-expanded {
|
202
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: var(--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor);
|
201
203
|
}
|
202
204
|
|
203
|
-
.pf-c-
|
205
|
+
.pf-c-accordion__expandable-content-body {
|
204
206
|
position: relative;
|
205
|
-
padding: var(--pf-c-
|
207
|
+
padding: var(--pf-c-accordion__expandable-content-body--PaddingTop) var(--pf-c-accordion__expandable-content-body--PaddingRight) var(--pf-c-accordion__expandable-content-body--PaddingBottom) var(--pf-c-accordion__expandable-content-body--PaddingLeft);
|
206
208
|
}
|
207
|
-
.pf-c-
|
209
|
+
.pf-c-accordion__expandable-content-body::after {
|
208
210
|
position: absolute;
|
209
211
|
top: 0;
|
210
212
|
bottom: 0;
|
211
213
|
left: 0;
|
212
|
-
width: var(--pf-c-
|
214
|
+
width: var(--pf-c-accordion__expandable-content-body--after--Width);
|
213
215
|
content: "";
|
214
|
-
background-color: var(--pf-c-
|
216
|
+
background-color: var(--pf-c-accordion__expandable-content-body--after--BackgroundColor);
|
215
217
|
}
|
216
|
-
.pf-c-
|
217
|
-
--pf-c-
|
218
|
+
.pf-c-accordion__expandable-content-body + .pf-c-accordion__expandable-content-body {
|
219
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
218
220
|
}
|
219
221
|
|
220
222
|
:where(.pf-theme-dark) .pf-c-accordion {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import './accordion.css';
|
2
2
|
declare const _default: {
|
3
3
|
"accordion": "pf-c-accordion",
|
4
|
-
"
|
5
|
-
"
|
4
|
+
"accordionExpandableContent": "pf-c-accordion__expandable-content",
|
5
|
+
"accordionExpandableContentBody": "pf-c-accordion__expandable-content-body",
|
6
6
|
"accordionToggle": "pf-c-accordion__toggle",
|
7
7
|
"accordionToggleIcon": "pf-c-accordion__toggle-icon",
|
8
8
|
"accordionToggleText": "pf-c-accordion__toggle-text",
|
@@ -3,8 +3,8 @@ exports.__esModule = true;
|
|
3
3
|
require('./accordion.css');
|
4
4
|
exports.default = {
|
5
5
|
"accordion": "pf-c-accordion",
|
6
|
-
"
|
7
|
-
"
|
6
|
+
"accordionExpandableContent": "pf-c-accordion__expandable-content",
|
7
|
+
"accordionExpandableContentBody": "pf-c-accordion__expandable-content-body",
|
8
8
|
"accordionToggle": "pf-c-accordion__toggle",
|
9
9
|
"accordionToggleIcon": "pf-c-accordion__toggle-icon",
|
10
10
|
"accordionToggleText": "pf-c-accordion__toggle-text",
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import './accordion.css';
|
2
2
|
export default {
|
3
3
|
"accordion": "pf-c-accordion",
|
4
|
-
"
|
5
|
-
"
|
4
|
+
"accordionExpandableContent": "pf-c-accordion__expandable-content",
|
5
|
+
"accordionExpandableContentBody": "pf-c-accordion__expandable-content-body",
|
6
6
|
"accordionToggle": "pf-c-accordion__toggle",
|
7
7
|
"accordionToggleIcon": "pf-c-accordion__toggle-icon",
|
8
8
|
"accordionToggleText": "pf-c-accordion__toggle-text",
|
@@ -199,10 +199,6 @@
|
|
199
199
|
margin-right: var(--pf-c-alert__action-group__c-button--not-last-child--MarginRight);
|
200
200
|
}
|
201
201
|
|
202
|
-
.pf-m-overpass-font .pf-c-alert__title {
|
203
|
-
--pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
|
204
|
-
}
|
205
|
-
|
206
202
|
:where(.pf-theme-dark) .pf-c-alert {
|
207
203
|
--pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
|
208
204
|
--pf-c-alert__title--Color: var(--pf-global--default-color--200);
|
@@ -18,8 +18,7 @@ declare const _default: {
|
|
18
18
|
"plain": "pf-m-plain",
|
19
19
|
"expandable": "pf-m-expandable",
|
20
20
|
"expanded": "pf-m-expanded",
|
21
|
-
"truncate": "pf-m-truncate"
|
22
|
-
"overpassFont": "pf-m-overpass-font"
|
21
|
+
"truncate": "pf-m-truncate"
|
23
22
|
},
|
24
23
|
"themeDark": "pf-theme-dark"
|
25
24
|
};
|
@@ -20,8 +20,7 @@ exports.default = {
|
|
20
20
|
"plain": "pf-m-plain",
|
21
21
|
"expandable": "pf-m-expandable",
|
22
22
|
"expanded": "pf-m-expanded",
|
23
|
-
"truncate": "pf-m-truncate"
|
24
|
-
"overpassFont": "pf-m-overpass-font"
|
23
|
+
"truncate": "pf-m-truncate"
|
25
24
|
},
|
26
25
|
"themeDark": "pf-theme-dark"
|
27
26
|
};
|
@@ -52,7 +52,7 @@
|
|
52
52
|
--pf-c-banner--link--Color: var(--pf-c-banner--Color);
|
53
53
|
--pf-c-banner--link--TextDecoration: underline;
|
54
54
|
--pf-c-banner--link--hover--Color: var(--pf-c-banner--Color);
|
55
|
-
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--
|
55
|
+
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
|
56
56
|
--pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
|
57
57
|
--pf-c-banner--link--disabled--TextDecoration: none;
|
58
58
|
--pf-c-banner--m-info--BackgroundColor: var(--pf-global--palette--blue-200);
|
@@ -85,14 +85,8 @@ button.pf-c-breadcrumb__link {
|
|
85
85
|
white-space: normal;
|
86
86
|
}
|
87
87
|
|
88
|
-
.pf-m-overpass-font .pf-c-breadcrumb__link,
|
89
|
-
.pf-m-overpass-font .pf-c-breadcrumb__item {
|
90
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
91
|
-
}
|
92
|
-
|
93
88
|
.pf-c-breadcrumb__list > :first-child .pf-c-breadcrumb__item-divider {
|
94
89
|
display: none;
|
95
|
-
visibility: hidden;
|
96
90
|
}
|
97
91
|
|
98
92
|
:where(.pf-theme-dark) .pf-c-breadcrumb {
|
@@ -9,8 +9,7 @@ declare const _default: {
|
|
9
9
|
"breadcrumbList": "pf-c-breadcrumb__list",
|
10
10
|
"dropdownToggle": "pf-c-dropdown__toggle",
|
11
11
|
"modifiers": {
|
12
|
-
"current": "pf-m-current"
|
13
|
-
"overpassFont": "pf-m-overpass-font"
|
12
|
+
"current": "pf-m-current"
|
14
13
|
},
|
15
14
|
"themeDark": "pf-theme-dark"
|
16
15
|
};
|
@@ -11,8 +11,7 @@ exports.default = {
|
|
11
11
|
"breadcrumbList": "pf-c-breadcrumb__list",
|
12
12
|
"dropdownToggle": "pf-c-dropdown__toggle",
|
13
13
|
"modifiers": {
|
14
|
-
"current": "pf-m-current"
|
15
|
-
"overpassFont": "pf-m-overpass-font"
|
14
|
+
"current": "pf-m-current"
|
16
15
|
},
|
17
16
|
"themeDark": "pf-theme-dark"
|
18
17
|
};
|
@@ -9,8 +9,7 @@ export default {
|
|
9
9
|
"breadcrumbList": "pf-c-breadcrumb__list",
|
10
10
|
"dropdownToggle": "pf-c-dropdown__toggle",
|
11
11
|
"modifiers": {
|
12
|
-
"current": "pf-m-current"
|
13
|
-
"overpassFont": "pf-m-overpass-font"
|
12
|
+
"current": "pf-m-current"
|
14
13
|
},
|
15
14
|
"themeDark": "pf-theme-dark"
|
16
15
|
};
|
@@ -501,10 +501,6 @@
|
|
501
501
|
margin-left: var(--pf-c-button__count--MarginLeft);
|
502
502
|
}
|
503
503
|
|
504
|
-
.pf-m-overpass-font .pf-c-button {
|
505
|
-
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
506
|
-
}
|
507
|
-
|
508
504
|
:where(.pf-theme-dark) .pf-c-button {
|
509
505
|
--pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
|
510
506
|
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
@@ -26,8 +26,7 @@ declare const _default: {
|
|
26
26
|
"progress": "pf-m-progress",
|
27
27
|
"inProgress": "pf-m-in-progress",
|
28
28
|
"start": "pf-m-start",
|
29
|
-
"end": "pf-m-end"
|
30
|
-
"overpassFont": "pf-m-overpass-font"
|
29
|
+
"end": "pf-m-end"
|
31
30
|
},
|
32
31
|
"spinner": "pf-c-spinner",
|
33
32
|
"themeDark": "pf-theme-dark"
|
@@ -28,8 +28,7 @@ exports.default = {
|
|
28
28
|
"progress": "pf-m-progress",
|
29
29
|
"inProgress": "pf-m-in-progress",
|
30
30
|
"start": "pf-m-start",
|
31
|
-
"end": "pf-m-end"
|
32
|
-
"overpassFont": "pf-m-overpass-font"
|
31
|
+
"end": "pf-m-end"
|
33
32
|
},
|
34
33
|
"spinner": "pf-c-spinner",
|
35
34
|
"themeDark": "pf-theme-dark"
|
@@ -26,8 +26,7 @@ export default {
|
|
26
26
|
"progress": "pf-m-progress",
|
27
27
|
"inProgress": "pf-m-in-progress",
|
28
28
|
"start": "pf-m-start",
|
29
|
-
"end": "pf-m-end"
|
30
|
-
"overpassFont": "pf-m-overpass-font"
|
29
|
+
"end": "pf-m-end"
|
31
30
|
},
|
32
31
|
"spinner": "pf-c-spinner",
|
33
32
|
"themeDark": "pf-theme-dark"
|
@@ -13,7 +13,9 @@
|
|
13
13
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
14
14
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
15
15
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
16
|
-
--pf-c-card__actions--
|
16
|
+
--pf-c-card__actions--Gap: var(--pf-global--spacer--sm);
|
17
|
+
--pf-c-card__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
18
|
+
--pf-c-card__actions--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
17
19
|
--pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
18
20
|
--pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
|
19
21
|
--pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
@@ -84,7 +86,6 @@
|
|
84
86
|
--pf-c-card--m-plain--BackgroundColor: transparent;
|
85
87
|
--pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
86
88
|
--pf-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-global--spacer--xs);
|
87
|
-
--pf-c-card__header--m-toggle-right--actions--MarginRight: 0;
|
88
89
|
--pf-c-card__input--focus--BorderWidth: var(--pf-global--BorderWidth--md);
|
89
90
|
--pf-c-card__input--focus--BorderColor: var(--pf-global--primary-color--100);
|
90
91
|
display: flex;
|
@@ -230,13 +231,11 @@
|
|
230
231
|
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--toggle--MarginRight);
|
231
232
|
--pf-c-card__header-toggle--MarginLeft: var(--pf-c-card__header--m-toggle-right--toggle--MarginLeft);
|
232
233
|
}
|
233
|
-
.pf-c-card__header.pf-m-toggle-right .pf-c-card__actions {
|
234
|
-
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--actions--MarginRight);
|
235
|
-
}
|
236
234
|
.pf-c-card__header.pf-m-toggle-right .pf-c-card__header-toggle {
|
237
235
|
order: 2;
|
238
236
|
}
|
239
|
-
|
237
|
+
|
238
|
+
.pf-c-card__header-main {
|
240
239
|
flex: 1;
|
241
240
|
}
|
242
241
|
|
@@ -262,10 +261,8 @@
|
|
262
261
|
align-self: flex-start;
|
263
262
|
order: 1;
|
264
263
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
265
|
-
margin: var(--pf-c-
|
266
|
-
|
267
|
-
.pf-c-card__actions > * + * {
|
268
|
-
margin-left: var(--pf-c-card__actions--child--MarginLeft);
|
264
|
+
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
265
|
+
gap: var(--pf-c-card__actions--Gap);
|
269
266
|
}
|
270
267
|
.pf-c-card__actions + .pf-c-card__title,
|
271
268
|
.pf-c-card__actions + .pf-c-card__body,
|
@@ -273,8 +270,8 @@
|
|
273
270
|
padding: 0;
|
274
271
|
}
|
275
272
|
.pf-c-card__actions.pf-m-no-offset {
|
276
|
-
--pf-c-
|
277
|
-
--pf-c-
|
273
|
+
--pf-c-card__actions--MarginTop: 0;
|
274
|
+
--pf-c-card__actions--MarginBottom: 0;
|
278
275
|
}
|
279
276
|
|
280
277
|
.pf-c-card__header,
|
@@ -323,10 +320,6 @@
|
|
323
320
|
border: var(--pf-c-card__input--focus--BorderWidth) solid var(--pf-c-card__input--focus--BorderColor);
|
324
321
|
}
|
325
322
|
|
326
|
-
.pf-m-overpass-font .pf-c-card .pf-c-card__title {
|
327
|
-
font-weight: var(--pf-global--FontWeight--normal);
|
328
|
-
}
|
329
|
-
|
330
323
|
:where(.pf-theme-dark) .pf-c-card,
|
331
324
|
:where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
|
332
325
|
--pf-c-card--BoxShadow: var(--pf-global--BoxShadow--md);
|
@@ -6,6 +6,7 @@ declare const _default: {
|
|
6
6
|
"cardExpandableContent": "pf-c-card__expandable-content",
|
7
7
|
"cardFooter": "pf-c-card__footer",
|
8
8
|
"cardHeader": "pf-c-card__header",
|
9
|
+
"cardHeaderMain": "pf-c-card__header-main",
|
9
10
|
"cardHeaderToggle": "pf-c-card__header-toggle",
|
10
11
|
"cardHeaderToggleIcon": "pf-c-card__header-toggle-icon",
|
11
12
|
"cardSrInput": "pf-c-card__sr-input",
|
@@ -28,8 +29,7 @@ declare const _default: {
|
|
28
29
|
"fullHeight": "pf-m-full-height",
|
29
30
|
"toggleRight": "pf-m-toggle-right",
|
30
31
|
"noOffset": "pf-m-no-offset",
|
31
|
-
"noFill": "pf-m-no-fill"
|
32
|
-
"overpassFont": "pf-m-overpass-font"
|
32
|
+
"noFill": "pf-m-no-fill"
|
33
33
|
},
|
34
34
|
"themeDark": "pf-theme-dark"
|
35
35
|
};
|
@@ -8,6 +8,7 @@ exports.default = {
|
|
8
8
|
"cardExpandableContent": "pf-c-card__expandable-content",
|
9
9
|
"cardFooter": "pf-c-card__footer",
|
10
10
|
"cardHeader": "pf-c-card__header",
|
11
|
+
"cardHeaderMain": "pf-c-card__header-main",
|
11
12
|
"cardHeaderToggle": "pf-c-card__header-toggle",
|
12
13
|
"cardHeaderToggleIcon": "pf-c-card__header-toggle-icon",
|
13
14
|
"cardSrInput": "pf-c-card__sr-input",
|
@@ -30,8 +31,7 @@ exports.default = {
|
|
30
31
|
"fullHeight": "pf-m-full-height",
|
31
32
|
"toggleRight": "pf-m-toggle-right",
|
32
33
|
"noOffset": "pf-m-no-offset",
|
33
|
-
"noFill": "pf-m-no-fill"
|
34
|
-
"overpassFont": "pf-m-overpass-font"
|
34
|
+
"noFill": "pf-m-no-fill"
|
35
35
|
},
|
36
36
|
"themeDark": "pf-theme-dark"
|
37
37
|
};
|
@@ -6,6 +6,7 @@ export default {
|
|
6
6
|
"cardExpandableContent": "pf-c-card__expandable-content",
|
7
7
|
"cardFooter": "pf-c-card__footer",
|
8
8
|
"cardHeader": "pf-c-card__header",
|
9
|
+
"cardHeaderMain": "pf-c-card__header-main",
|
9
10
|
"cardHeaderToggle": "pf-c-card__header-toggle",
|
10
11
|
"cardHeaderToggleIcon": "pf-c-card__header-toggle-icon",
|
11
12
|
"cardSrInput": "pf-c-card__sr-input",
|
@@ -28,8 +29,7 @@ export default {
|
|
28
29
|
"fullHeight": "pf-m-full-height",
|
29
30
|
"toggleRight": "pf-m-toggle-right",
|
30
31
|
"noOffset": "pf-m-no-offset",
|
31
|
-
"noFill": "pf-m-no-fill"
|
32
|
-
"overpassFont": "pf-m-overpass-font"
|
32
|
+
"noFill": "pf-m-no-fill"
|
33
33
|
},
|
34
34
|
"themeDark": "pf-theme-dark"
|
35
35
|
};
|
@@ -16,8 +16,6 @@
|
|
16
16
|
display: grid;
|
17
17
|
grid-template-columns: auto 1fr;
|
18
18
|
grid-gap: var(--pf-c-check--GridGap);
|
19
|
-
align-items: start;
|
20
|
-
justify-items: start;
|
21
19
|
}
|
22
20
|
.pf-c-check.pf-m-standalone {
|
23
21
|
--pf-c-check--GridGap: 0;
|
@@ -50,6 +48,10 @@
|
|
50
48
|
margin-top: var(--pf-c-check__body--MarginTop);
|
51
49
|
}
|
52
50
|
|
51
|
+
.pf-c-check__label,
|
52
|
+
.pf-c-check__input {
|
53
|
+
justify-self: start;
|
54
|
+
}
|
53
55
|
label.pf-c-check, .pf-c-check__label,
|
54
56
|
.pf-c-check__input {
|
55
57
|
cursor: pointer;
|