@patternfly/react-styles 5.0.0-alpha.4 → 5.0.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/css/assets/images/pfbg-icon.svg +1 -0
- package/css/components/AboutModalBox/about-modal-box.css +20 -50
- package/css/components/AboutModalBox/about-modal-box.d.ts +0 -1
- package/css/components/AboutModalBox/about-modal-box.js +0 -1
- package/css/components/AboutModalBox/about-modal-box.mjs +0 -1
- package/css/components/Alert/alert.css +17 -8
- package/css/components/Alert/alert.d.ts +1 -0
- package/css/components/Alert/alert.js +1 -0
- package/css/components/Alert/alert.mjs +1 -0
- package/css/components/BackgroundImage/background-image.css +8 -35
- package/css/components/BackgroundImage/background-image.d.ts +1 -2
- package/css/components/BackgroundImage/background-image.js +1 -2
- package/css/components/BackgroundImage/background-image.mjs +1 -2
- package/css/components/Banner/banner.css +14 -52
- package/css/components/Banner/banner.d.ts +5 -6
- package/css/components/Banner/banner.js +5 -6
- package/css/components/Banner/banner.mjs +5 -6
- package/css/components/CalendarMonth/calendar-month.css +1 -1
- package/css/components/Card/card.css +12 -10
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/Chip/chip.css +1 -1
- package/css/components/ChipGroup/chip-group.css +4 -4
- package/css/components/Content/content.css +5 -5
- package/css/components/ContextSelector/context-selector.css +8 -5
- package/css/components/DataList/data-list-grid.css +7 -7
- package/css/components/DataList/data-list.css +10 -10
- package/css/components/DatePicker/date-picker.css +0 -8
- package/css/components/DatePicker/date-picker.d.ts +0 -1
- package/css/components/DatePicker/date-picker.js +0 -1
- package/css/components/DatePicker/date-picker.mjs +0 -1
- package/css/components/DescriptionList/description-list.css +7 -7
- package/css/components/Divider/divider.css +2 -2
- package/css/components/Drawer/drawer.css +2 -2
- package/css/components/Dropdown/dropdown.css +14 -15
- package/css/components/DualListSelector/dual-list-selector.css +1 -1
- package/css/components/EmptyState/empty-state.css +2 -2
- package/css/components/Form/form.css +12 -12
- package/css/components/FormControl/form-control.css +2 -5
- package/css/components/HelperText/helper-text.css +4 -0
- package/css/components/HelperText/helper-text.d.ts +1 -0
- package/css/components/HelperText/helper-text.js +1 -0
- package/css/components/HelperText/helper-text.mjs +1 -0
- package/css/components/Hint/hint.css +2 -2
- package/css/components/Icon/icon.css +3 -3
- package/css/components/Icon/icon.d.ts +1 -1
- package/css/components/Icon/icon.js +1 -1
- package/css/components/Icon/icon.mjs +1 -1
- package/css/components/InputGroup/input-group.css +61 -85
- package/css/components/InputGroup/input-group.d.ts +4 -2
- package/css/components/InputGroup/input-group.js +4 -2
- package/css/components/InputGroup/input-group.mjs +4 -2
- package/css/components/Label/label.css +12 -12
- package/css/components/LabelGroup/label-group.css +2 -2
- package/css/components/LogViewer/log-viewer.css +0 -38
- package/css/components/LogViewer/log-viewer.d.ts +0 -2
- package/css/components/LogViewer/log-viewer.js +0 -2
- package/css/components/LogViewer/log-viewer.mjs +0 -2
- package/css/components/Login/login.css +19 -59
- package/css/components/Login/login.d.ts +0 -2
- package/css/components/Login/login.js +0 -2
- package/css/components/Login/login.mjs +0 -2
- package/css/components/Masthead/masthead.css +4 -42
- package/css/components/Masthead/masthead.d.ts +0 -1
- package/css/components/Masthead/masthead.js +0 -1
- package/css/components/Masthead/masthead.mjs +0 -1
- package/css/components/Menu/menu.css +6 -6
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ModalBox/modal-box.css +3 -3
- package/css/components/ModalBox/modal-box.d.ts +1 -1
- package/css/components/ModalBox/modal-box.js +1 -1
- package/css/components/ModalBox/modal-box.mjs +1 -1
- package/css/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/css/components/Nav/nav.css +1 -1
- package/css/components/NotificationDrawer/notification-drawer.css +8 -8
- package/css/components/NotificationDrawer/notification-drawer.d.ts +1 -1
- package/css/components/NotificationDrawer/notification-drawer.js +1 -1
- package/css/components/NotificationDrawer/notification-drawer.mjs +1 -1
- package/css/components/OptionsMenu/options-menu.css +8 -10
- package/css/components/Page/page.css +41 -62
- package/css/components/Page/page.d.ts +4 -3
- package/css/components/Page/page.js +4 -3
- package/css/components/Page/page.mjs +4 -3
- package/css/components/Popover/popover.css +8 -6
- package/css/components/Popover/popover.d.ts +1 -1
- package/css/components/Popover/popover.js +1 -1
- package/css/components/Popover/popover.mjs +1 -1
- package/css/components/Progress/progress.css +10 -10
- package/css/components/ProgressStepper/progress-stepper.css +5 -5
- package/css/components/SearchInput/search-input.css +2 -2
- package/css/components/Select/select.css +1 -1
- package/css/components/Sidebar/sidebar.css +69 -26
- package/css/components/Sidebar/sidebar.d.ts +2 -0
- package/css/components/Sidebar/sidebar.js +2 -0
- package/css/components/Sidebar/sidebar.mjs +2 -0
- package/css/components/SimpleList/simple-list.css +1 -1
- package/css/components/Spinner/spinner.css +4 -4
- package/css/components/Table/table-scrollable.css +31 -26
- package/css/components/Table/table-scrollable.d.ts +3 -2
- package/css/components/Table/table-scrollable.js +3 -2
- package/css/components/Table/table-scrollable.mjs +3 -2
- package/css/components/Table/table.css +3 -2
- package/css/components/TextInputGroup/text-input-group.css +2 -2
- package/css/components/Tile/tile.css +1 -1
- package/css/components/Timestamp/timestamp.css +3 -3
- package/css/components/Toolbar/toolbar.css +13 -6
- package/css/components/Wizard/wizard.css +14 -39
- package/css/components/Wizard/wizard.d.ts +1 -2
- package/css/components/Wizard/wizard.js +1 -2
- package/css/components/Wizard/wizard.mjs +1 -2
- package/css/docs/components/Page/examples/Page.css +7 -1
- package/css/docs/components/Table/examples/Table.css +4 -0
- package/css/layouts/Gallery/gallery.css +1 -1
- package/css/layouts/Grid/grid.css +2 -2
- package/css/utilities/Text/text.css +48 -48
- package/css/utilities/Text/text.d.ts +18 -18
- package/css/utilities/Text/text.js +18 -18
- package/css/utilities/Text/text.mjs +18 -18
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# 5.0.0-alpha.6 (2023-04-03)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
# 5.0.0-alpha.5 (2023-03-18)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
13
|
+
|
6
14
|
# 5.0.0-alpha.4 (2023-03-02)
|
7
15
|
|
8
16
|
### Bug Fixes
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110.27 105.77"><defs><style>.cls-1{fill:#26292d;}</style></defs><polygon class="cls-1" points="110.27 87.87 97.53 105.77 99.28 105.77 110.27 90.32 110.27 87.87"/><path class="cls-1" d="M23.22,105.77H25L1.86,73.05,67.4,9,27,58.44,40.58,77l-4.37,9.93L49.6,105.77h1.75l-13.51-19,3.71-8.43,20.06,27.35-.32.08h2.49L74.21,4.22l.23-.54.23.53L85.1,105.77h2.49l-.32-.08,20.06-27.35L110.27,85V81.47l-2-4.46,2-2.68V71.92l-2.63,3.59L76.8,5.52l33.47,40.92V44.19L81.49,9l28.78,28.14v-2L74.61.28V.15l-.06.08,0,0,0-.21-.12.11L74.32,0l0,.21,0,0L74.26.15V.28L0,72.88Zm83.44-28.94-19.82,27L76.7,8.8ZM62,103.87l-19.83-27,30-68ZM41.24,75.51l-12.47-17,43.31-53Z"/></svg>
|
@@ -7,35 +7,20 @@
|
|
7
7
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
8
8
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
9
9
|
}
|
10
|
-
.pf-c-about-modal-box .pf-c-card {
|
11
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
12
|
-
}
|
13
|
-
.pf-c-about-modal-box .pf-c-button {
|
14
|
-
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
15
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
16
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
17
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
|
18
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
19
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
20
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
21
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
22
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
|
23
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
|
24
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
|
25
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
|
26
|
-
--pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
|
27
|
-
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
|
28
|
-
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
|
29
|
-
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
|
30
|
-
}
|
31
10
|
|
32
11
|
.pf-c-about-modal-box {
|
33
12
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
13
|
+
--pf-c-about-modal-box--BackgroundImage: url("../../assets/images/pfbg-icon.svg");
|
14
|
+
--pf-c-about-modal-box--BackgroundPosition: bottom right;
|
15
|
+
--pf-c-about-modal-box--BackgroundSize--min-width: 200px;
|
16
|
+
--pf-c-about-modal-box--BackgroundSize--width: 60%;
|
17
|
+
--pf-c-about-modal-box--BackgroundSize--max-width: 600px;
|
18
|
+
--pf-c-about-modal-box--BackgroundSize: clamp(var(--pf-c-about-modal-box--BackgroundSize--min-width), var(--pf-c-about-modal-box--BackgroundSize--width), var(--pf-c-about-modal-box--BackgroundSize--max-width));
|
34
19
|
--pf-c-about-modal-box--Height: 100%;
|
35
20
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
36
21
|
--pf-c-about-modal-box--Width: 100%;
|
37
|
-
--pf-c-about-modal-box--sm--
|
38
|
-
--pf-c-about-modal-box--lg--
|
22
|
+
--pf-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
|
23
|
+
--pf-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
|
39
24
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
40
25
|
--pf-c-about-modal-box__brand--PaddingRight: var(--pf-global--spacer--xl);
|
41
26
|
--pf-c-about-modal-box__brand--PaddingLeft: var(--pf-global--spacer--xl);
|
@@ -48,7 +33,6 @@
|
|
48
33
|
--pf-c-about-modal-box__close--PaddingRight: var(--pf-global--spacer--xl);
|
49
34
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-global--spacer--xl);
|
50
35
|
--pf-c-about-modal-box__close--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
51
|
-
--pf-c-about-modal-box__close--sm--PaddingRight: 0;
|
52
36
|
--pf-c-about-modal-box__close--lg--PaddingRight: var(--pf-global--spacer--3xl);
|
53
37
|
--pf-c-about-modal-box__close--c-button--Color: var(--pf-global--Color--100);
|
54
38
|
--pf-c-about-modal-box__close--c-button--FontSize: var(--pf-global--FontSize--xl);
|
@@ -80,13 +64,17 @@
|
|
80
64
|
color: var(--pf-global--Color--100);
|
81
65
|
position: relative;
|
82
66
|
display: grid;
|
83
|
-
grid-template-rows: max-content max-content auto;
|
84
67
|
grid-template-areas: "brand close" "header header" "content content";
|
68
|
+
grid-template-rows: max-content max-content auto;
|
85
69
|
width: var(--pf-c-about-modal-box--Width);
|
86
70
|
height: var(--pf-c-about-modal-box--Height);
|
87
71
|
overflow-x: hidden;
|
88
72
|
overflow-y: auto;
|
89
73
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
74
|
+
background-image: var(--pf-c-about-modal-box--BackgroundImage);
|
75
|
+
background-repeat: no-repeat;
|
76
|
+
background-position: var(--pf-c-about-modal-box--BackgroundPosition);
|
77
|
+
background-size: var(--pf-c-about-modal-box--BackgroundSize);
|
90
78
|
}
|
91
79
|
@media screen and (min-width: 576px) {
|
92
80
|
.pf-c-about-modal-box {
|
@@ -97,7 +85,6 @@
|
|
97
85
|
}
|
98
86
|
@media only screen and (min-width: 576px) {
|
99
87
|
.pf-c-about-modal-box {
|
100
|
-
--pf-c-about-modal-box__close--PaddingRight: var(--pf-c-about-modal-box__close--sm--PaddingRight);
|
101
88
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-c-about-modal-box__close--sm--PaddingBottom);
|
102
89
|
}
|
103
90
|
}
|
@@ -127,22 +114,22 @@
|
|
127
114
|
}
|
128
115
|
@media only screen and (min-width: 576px) {
|
129
116
|
.pf-c-about-modal-box {
|
130
|
-
grid-template-
|
131
|
-
grid-template-
|
117
|
+
grid-template-areas: "brand close" "header close" "content close";
|
118
|
+
grid-template-columns: var(--pf-c-about-modal-box--sm--GridTemplateColumns);
|
132
119
|
}
|
133
120
|
}
|
134
121
|
@media only screen and (min-width: 992px) {
|
135
122
|
.pf-c-about-modal-box {
|
136
123
|
--pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
|
137
124
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
138
|
-
grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
|
139
125
|
grid-template-rows: max-content max-content auto;
|
126
|
+
grid-template-columns: var(--pf-c-about-modal-box--lg--GridTemplateColumns);
|
140
127
|
}
|
141
128
|
}
|
142
129
|
|
143
130
|
.pf-c-about-modal-box__brand {
|
144
|
-
grid-area: brand;
|
145
131
|
display: flex;
|
132
|
+
grid-area: brand;
|
146
133
|
padding: var(--pf-c-about-modal-box__brand--PaddingTop) var(--pf-c-about-modal-box__brand--PaddingRight) var(--pf-c-about-modal-box__brand--PaddingBottom) var(--pf-c-about-modal-box__brand--PaddingLeft);
|
147
134
|
}
|
148
135
|
|
@@ -151,9 +138,9 @@
|
|
151
138
|
}
|
152
139
|
|
153
140
|
.pf-c-about-modal-box__header {
|
154
|
-
grid-area: header;
|
155
141
|
display: flex;
|
156
142
|
flex-direction: column;
|
143
|
+
grid-area: header;
|
157
144
|
padding-right: var(--pf-c-about-modal-box__header--PaddingRight);
|
158
145
|
padding-bottom: var(--pf-c-about-modal-box__header--PaddingBottom);
|
159
146
|
padding-left: var(--pf-c-about-modal-box__header--PaddingLeft);
|
@@ -184,10 +171,10 @@
|
|
184
171
|
}
|
185
172
|
|
186
173
|
.pf-c-about-modal-box__close {
|
187
|
-
grid-area: close;
|
188
174
|
position: sticky;
|
189
175
|
top: 0;
|
190
176
|
display: flex;
|
177
|
+
grid-area: close;
|
191
178
|
align-items: flex-start;
|
192
179
|
justify-content: flex-end;
|
193
180
|
padding-top: var(--pf-c-about-modal-box__close--PaddingTop);
|
@@ -226,12 +213,12 @@
|
|
226
213
|
@media only screen and (min-width: 576px) {
|
227
214
|
.pf-c-about-modal-box__hero {
|
228
215
|
display: block;
|
216
|
+
grid-area: hero;
|
229
217
|
background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
|
230
218
|
background-repeat: no-repeat;
|
231
219
|
background-attachment: fixed;
|
232
220
|
background-position: var(--pf-c-about-modal-box__hero--sm--BackgroundPosition);
|
233
221
|
background-size: var(--pf-c-about-modal-box__hero--sm--BackgroundSize);
|
234
|
-
grid-area: hero;
|
235
222
|
}
|
236
223
|
}
|
237
224
|
|
@@ -244,23 +231,6 @@
|
|
244
231
|
--pf-global--link--Color--hover: #73bcf7;
|
245
232
|
--pf-global--BackgroundColor--100: #1b1d21;
|
246
233
|
}
|
247
|
-
:where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
248
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
249
|
-
}
|
250
|
-
:where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
|
251
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
252
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
253
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
254
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
255
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
256
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
257
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
258
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
259
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
260
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
261
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
262
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
263
|
-
}
|
264
234
|
|
265
235
|
:where(.pf-theme-dark) .pf-c-about-modal-box {
|
266
236
|
color: var(--pf-global--Color--100);
|
@@ -17,7 +17,7 @@
|
|
17
17
|
". description description"
|
18
18
|
". actiongroup actiongroup";
|
19
19
|
--pf-c-alert--BorderTopWidth: var(--pf-global--BorderWidth--md);
|
20
|
-
--pf-c-alert--BorderTopColor: var(--pf-global--
|
20
|
+
--pf-c-alert--BorderTopColor: var(--pf-global--BorderColor--100);
|
21
21
|
--pf-c-alert--PaddingTop: var(--pf-global--spacer--md);
|
22
22
|
--pf-c-alert--PaddingRight: var(--pf-global--spacer--md);
|
23
23
|
--pf-c-alert--PaddingBottom: var(--pf-global--spacer--md);
|
@@ -28,12 +28,12 @@
|
|
28
28
|
--pf-c-alert__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
29
29
|
--pf-c-alert__toggle-icon--Rotate: 0;
|
30
30
|
--pf-c-alert__toggle-icon--Transition: var(--pf-global--Transition);
|
31
|
-
--pf-c-alert__icon--Color: var(--pf-global--
|
31
|
+
--pf-c-alert__icon--Color: var(--pf-global--Color--100);
|
32
32
|
--pf-c-alert__icon--MarginTop: 0.0625rem;
|
33
33
|
--pf-c-alert__icon--MarginRight: var(--pf-global--spacer--sm);
|
34
34
|
--pf-c-alert__icon--FontSize: var(--pf-global--icon--FontSize--md);
|
35
35
|
--pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--bold);
|
36
|
-
--pf-c-alert__title--Color: var(--pf-global--
|
36
|
+
--pf-c-alert__title--Color: var(--pf-global--Color--100);
|
37
37
|
--pf-c-alert__title--max-lines: 1;
|
38
38
|
--pf-c-alert__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
39
39
|
--pf-c-alert__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
@@ -45,6 +45,9 @@
|
|
45
45
|
--pf-c-alert__description--action-group--PaddingTop-base: var(--pf-global--spacer--md);
|
46
46
|
--pf-c-alert__description--action-group--PaddingTop: var(--pf-c-alert__description--action-group--PaddingTop-base);
|
47
47
|
--pf-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-global--spacer--lg);
|
48
|
+
--pf-c-alert--m-custom--BorderTopColor: var(--pf-global--custom-color--200);
|
49
|
+
--pf-c-alert--m-custom__icon--Color: var(--pf-global--custom-color--200);
|
50
|
+
--pf-c-alert--m-custom__title--Color: var(--pf-global--custom-color--300);
|
48
51
|
--pf-c-alert--m-success--BorderTopColor: var(--pf-global--success-color--100);
|
49
52
|
--pf-c-alert--m-success__icon--Color: var(--pf-global--success-color--100);
|
50
53
|
--pf-c-alert--m-success__title--Color: var(--pf-global--success-color--200);
|
@@ -58,7 +61,7 @@
|
|
58
61
|
--pf-c-alert--m-info__icon--Color: var(--pf-global--info-color--100);
|
59
62
|
--pf-c-alert--m-info__title--Color: var(--pf-global--info-color--200);
|
60
63
|
--pf-c-alert--m-inline--BoxShadow: none;
|
61
|
-
--pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--cyan-50);
|
64
|
+
--pf-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-global--palette--cyan-50);
|
62
65
|
--pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--green-50);
|
63
66
|
--pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--red-50);
|
64
67
|
--pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--gold-50);
|
@@ -80,13 +83,19 @@
|
|
80
83
|
color: var(--pf-global--Color--100);
|
81
84
|
position: relative;
|
82
85
|
display: grid;
|
86
|
+
grid-template-areas: var(--pf-c-alert--GridTemplateAreas);
|
87
|
+
grid-template-columns: var(--pf-c-alert--GridTemplateColumns);
|
83
88
|
padding: var(--pf-c-alert--PaddingTop) var(--pf-c-alert--PaddingRight) var(--pf-c-alert--PaddingBottom) var(--pf-c-alert--PaddingLeft);
|
84
89
|
font-size: var(--pf-c-alert__FontSize);
|
85
90
|
background-color: var(--pf-c-alert--BackgroundColor);
|
86
91
|
border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
|
87
92
|
box-shadow: var(--pf-c-alert--BoxShadow);
|
88
|
-
|
89
|
-
|
93
|
+
}
|
94
|
+
.pf-c-alert.pf-m-custom {
|
95
|
+
--pf-c-alert--BorderTopColor: var(--pf-c-alert--m-custom--BorderTopColor);
|
96
|
+
--pf-c-alert__icon--Color: var(--pf-c-alert--m-custom__icon--Color);
|
97
|
+
--pf-c-alert__title--Color: var(--pf-c-alert--m-custom__title--Color);
|
98
|
+
--pf-c-alert--m-inline--BackgroundColor: var(--pf-c-alert--m-inline--m-custom--BackgroundColor);
|
90
99
|
}
|
91
100
|
.pf-c-alert.pf-m-success {
|
92
101
|
--pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
|
@@ -147,8 +156,8 @@
|
|
147
156
|
}
|
148
157
|
|
149
158
|
.pf-c-alert__icon {
|
150
|
-
grid-area: icon;
|
151
159
|
display: flex;
|
160
|
+
grid-area: icon;
|
152
161
|
margin-top: var(--pf-c-alert__icon--MarginTop);
|
153
162
|
margin-right: var(--pf-c-alert__icon--MarginRight);
|
154
163
|
font-size: var(--pf-c-alert__icon--FontSize);
|
@@ -201,7 +210,7 @@
|
|
201
210
|
|
202
211
|
:where(.pf-theme-dark) .pf-c-alert {
|
203
212
|
--pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
|
204
|
-
--pf-c-alert__title--Color: var(--pf-global--
|
213
|
+
--pf-c-alert__title--Color: var(--pf-global--custom-color--200);
|
205
214
|
--pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
|
206
215
|
--pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
|
207
216
|
--pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
|
@@ -1,47 +1,20 @@
|
|
1
1
|
.pf-c-background-image {
|
2
2
|
--pf-c-background-image--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
|
3
|
-
--pf-c-background-image--BackgroundImage: url("../../assets/images/
|
4
|
-
--pf-c-background-image--
|
5
|
-
--pf-c-background-image--
|
6
|
-
--pf-c-background-image--
|
7
|
-
--pf-c-background-image--
|
8
|
-
--pf-c-background-image--
|
9
|
-
}
|
10
|
-
.pf-c-background-image::before {
|
3
|
+
--pf-c-background-image--BackgroundImage: url("../../assets/images/pfbg-icon.svg");
|
4
|
+
--pf-c-background-image--BackgroundPosition: bottom right;
|
5
|
+
--pf-c-background-image--BackgroundSize--min-width: 200px;
|
6
|
+
--pf-c-background-image--BackgroundSize--width: 60%;
|
7
|
+
--pf-c-background-image--BackgroundSize--max-width: 600px;
|
8
|
+
--pf-c-background-image--BackgroundSize: clamp(var(--pf-c-background-image--BackgroundSize--min-width), var(--pf-c-background-image--BackgroundSize--width), var(--pf-c-background-image--BackgroundSize--max-width));
|
11
9
|
position: fixed;
|
12
10
|
top: 0;
|
13
11
|
left: 0;
|
14
12
|
z-index: -1;
|
15
13
|
width: 100%;
|
16
14
|
height: 100%;
|
17
|
-
content: "";
|
18
15
|
background-color: var(--pf-c-background-image--BackgroundColor);
|
19
16
|
background-image: var(--pf-c-background-image--BackgroundImage);
|
20
|
-
filter: var(--pf-c-background-image--Filter);
|
21
17
|
background-repeat: no-repeat;
|
22
|
-
background-
|
23
|
-
|
24
|
-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
25
|
-
.pf-c-background-image::before {
|
26
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage-2x);
|
27
|
-
}
|
28
|
-
}
|
29
|
-
@media (min-width: 576px) {
|
30
|
-
.pf-c-background-image::before {
|
31
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm);
|
32
|
-
}
|
33
|
-
}
|
34
|
-
@media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi) {
|
35
|
-
.pf-c-background-image::before {
|
36
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm-2x);
|
37
|
-
}
|
38
|
-
}
|
39
|
-
@media (min-width: 992px) {
|
40
|
-
.pf-c-background-image::before {
|
41
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--lg);
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
.pf-c-background-image__filter {
|
46
|
-
display: block;
|
18
|
+
background-position: var(--pf-c-background-image--BackgroundPosition);
|
19
|
+
background-size: var(--pf-c-background-image--BackgroundSize);
|
47
20
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.pf-c-banner.pf-m-
|
1
|
+
.pf-c-banner.pf-m-gold, .pf-c-banner.pf-m-blue {
|
2
2
|
--pf-global--Color--100: var(--pf-global--Color--dark-100);
|
3
3
|
--pf-global--Color--200: var(--pf-global--Color--dark-200);
|
4
4
|
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
|
@@ -17,27 +17,6 @@
|
|
17
17
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
18
18
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
19
19
|
}
|
20
|
-
.pf-c-banner .pf-c-card {
|
21
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
22
|
-
}
|
23
|
-
.pf-c-banner .pf-c-button {
|
24
|
-
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
25
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
26
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
27
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
|
28
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
29
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
30
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
31
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
32
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
|
33
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
|
34
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
|
35
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
|
36
|
-
--pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
|
37
|
-
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
|
38
|
-
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
|
39
|
-
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
|
40
|
-
}
|
41
20
|
|
42
21
|
.pf-c-banner {
|
43
22
|
--pf-c-banner--PaddingTop: var(--pf-global--spacer--xs);
|
@@ -55,18 +34,18 @@
|
|
55
34
|
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
|
56
35
|
--pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
|
57
36
|
--pf-c-banner--link--disabled--TextDecoration: none;
|
58
|
-
--pf-c-banner--m-
|
59
|
-
--pf-c-banner--m-
|
60
|
-
--pf-c-banner--m-
|
61
|
-
--pf-c-banner--m-
|
37
|
+
--pf-c-banner--m-blue--BackgroundColor: var(--pf-global--palette--blue-200);
|
38
|
+
--pf-c-banner--m-red--BackgroundColor: var(--pf-global--palette--red-100);
|
39
|
+
--pf-c-banner--m-green--BackgroundColor: var(--pf-global--palette--green-500);
|
40
|
+
--pf-c-banner--m-gold--BackgroundColor: var(--pf-global--palette--gold-400);
|
62
41
|
--pf-c-banner--m-sticky--ZIndex: var(--pf-global--ZIndex--md);
|
63
42
|
--pf-c-banner--m-sticky--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
|
64
43
|
color: var(--pf-global--Color--100);
|
65
44
|
overflow: hidden;
|
66
45
|
text-overflow: ellipsis;
|
67
46
|
white-space: nowrap;
|
68
|
-
padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
|
69
47
|
flex-shrink: 0;
|
48
|
+
padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
|
70
49
|
font-size: var(--pf-c-banner--FontSize);
|
71
50
|
color: var(--pf-c-banner--Color);
|
72
51
|
white-space: nowrap;
|
@@ -78,19 +57,19 @@
|
|
78
57
|
--pf-c-banner--PaddingLeft: var(--pf-c-banner--md--PaddingLeft);
|
79
58
|
}
|
80
59
|
}
|
81
|
-
.pf-c-banner.pf-m-
|
60
|
+
.pf-c-banner.pf-m-blue {
|
82
61
|
color: var(--pf-global--Color--100);
|
83
|
-
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-
|
62
|
+
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-blue--BackgroundColor);
|
84
63
|
}
|
85
|
-
.pf-c-banner.pf-m-
|
86
|
-
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-
|
64
|
+
.pf-c-banner.pf-m-red {
|
65
|
+
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-red--BackgroundColor);
|
87
66
|
}
|
88
|
-
.pf-c-banner.pf-m-
|
89
|
-
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-
|
67
|
+
.pf-c-banner.pf-m-green {
|
68
|
+
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-green--BackgroundColor);
|
90
69
|
}
|
91
|
-
.pf-c-banner.pf-m-
|
70
|
+
.pf-c-banner.pf-m-gold {
|
92
71
|
color: var(--pf-global--Color--100);
|
93
|
-
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-
|
72
|
+
--pf-c-banner--BackgroundColor: var(--pf-c-banner--m-gold--BackgroundColor);
|
94
73
|
}
|
95
74
|
.pf-c-banner.pf-m-sticky {
|
96
75
|
position: sticky;
|
@@ -135,23 +114,6 @@
|
|
135
114
|
--pf-global--link--Color--hover: #73bcf7;
|
136
115
|
--pf-global--BackgroundColor--100: #1b1d21;
|
137
116
|
}
|
138
|
-
:where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
139
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
140
|
-
}
|
141
|
-
:where(.pf-theme-dark) .pf-c-banner .pf-c-button {
|
142
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
143
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
144
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
145
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
146
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
147
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
148
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
149
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
150
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
151
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
152
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
153
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
154
|
-
}
|
155
117
|
|
156
118
|
:where(.pf-theme-dark) .pf-c-banner {
|
157
119
|
color: var(--pf-global--Color--100);
|
@@ -2,19 +2,18 @@ import './banner.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"banner": "pf-c-banner",
|
4
4
|
"button": "pf-c-button",
|
5
|
-
"card": "pf-c-card",
|
6
5
|
"modifiers": {
|
7
|
-
"warning": "pf-m-warning",
|
8
6
|
"gold": "pf-m-gold",
|
9
|
-
"info": "pf-m-info",
|
10
7
|
"blue": "pf-m-blue",
|
11
|
-
"danger": "pf-m-danger",
|
12
8
|
"red": "pf-m-red",
|
13
|
-
"success": "pf-m-success",
|
14
9
|
"green": "pf-m-green",
|
15
10
|
"sticky": "pf-m-sticky",
|
16
11
|
"disabled": "pf-m-disabled",
|
17
|
-
"inline": "pf-m-inline"
|
12
|
+
"inline": "pf-m-inline",
|
13
|
+
"info": "pf-m-info",
|
14
|
+
"danger": "pf-m-danger",
|
15
|
+
"success": "pf-m-success",
|
16
|
+
"warning": "pf-m-warning"
|
18
17
|
},
|
19
18
|
"themeDark": "pf-theme-dark"
|
20
19
|
};
|
@@ -4,19 +4,18 @@ require('./banner.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"banner": "pf-c-banner",
|
6
6
|
"button": "pf-c-button",
|
7
|
-
"card": "pf-c-card",
|
8
7
|
"modifiers": {
|
9
|
-
"warning": "pf-m-warning",
|
10
8
|
"gold": "pf-m-gold",
|
11
|
-
"info": "pf-m-info",
|
12
9
|
"blue": "pf-m-blue",
|
13
|
-
"danger": "pf-m-danger",
|
14
10
|
"red": "pf-m-red",
|
15
|
-
"success": "pf-m-success",
|
16
11
|
"green": "pf-m-green",
|
17
12
|
"sticky": "pf-m-sticky",
|
18
13
|
"disabled": "pf-m-disabled",
|
19
|
-
"inline": "pf-m-inline"
|
14
|
+
"inline": "pf-m-inline",
|
15
|
+
"info": "pf-m-info",
|
16
|
+
"danger": "pf-m-danger",
|
17
|
+
"success": "pf-m-success",
|
18
|
+
"warning": "pf-m-warning"
|
20
19
|
},
|
21
20
|
"themeDark": "pf-theme-dark"
|
22
21
|
};
|
@@ -2,19 +2,18 @@ import './banner.css';
|
|
2
2
|
export default {
|
3
3
|
"banner": "pf-c-banner",
|
4
4
|
"button": "pf-c-button",
|
5
|
-
"card": "pf-c-card",
|
6
5
|
"modifiers": {
|
7
|
-
"warning": "pf-m-warning",
|
8
6
|
"gold": "pf-m-gold",
|
9
|
-
"info": "pf-m-info",
|
10
7
|
"blue": "pf-m-blue",
|
11
|
-
"danger": "pf-m-danger",
|
12
8
|
"red": "pf-m-red",
|
13
|
-
"success": "pf-m-success",
|
14
9
|
"green": "pf-m-green",
|
15
10
|
"sticky": "pf-m-sticky",
|
16
11
|
"disabled": "pf-m-disabled",
|
17
|
-
"inline": "pf-m-inline"
|
12
|
+
"inline": "pf-m-inline",
|
13
|
+
"info": "pf-m-info",
|
14
|
+
"danger": "pf-m-danger",
|
15
|
+
"success": "pf-m-success",
|
16
|
+
"warning": "pf-m-warning"
|
18
17
|
},
|
19
18
|
"themeDark": "pf-theme-dark"
|
20
19
|
};
|
@@ -193,9 +193,9 @@
|
|
193
193
|
box-shadow: var(--pf-c-calendar-month__date--focus--BoxShadow);
|
194
194
|
}
|
195
195
|
.pf-c-calendar-month__date:disabled {
|
196
|
-
pointer-events: none;
|
197
196
|
--pf-c-calendar-month__date--Color: var(--pf-c-calendar-month__date--disabled--Color);
|
198
197
|
--pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
|
198
|
+
pointer-events: none;
|
199
199
|
}
|
200
200
|
|
201
201
|
:where(.pf-theme-dark) .pf-c-calendar-month {
|