@patternfly/patternfly 6.0.0-alpha.113 → 6.0.0-alpha.115
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/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +2 -2
- package/base/_chart-globals.scss +320 -320
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +16 -16
- package/base/_globals.scss +4 -11
- package/base/_variables.scss +221 -221
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +13 -9
- package/base/themes/dark/_chart-globals.scss +25 -25
- package/base/tokens/_tokens-font.scss +8 -0
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/AppLauncher/app-launcher.scss +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Button/button.css +3 -3
- package/components/Button/button.scss +3 -3
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +1 -1
- package/components/Content/content.scss +1 -1
- package/components/ContextSelector/context-selector.css +1 -1
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/Dropdown/dropdown.css +2 -2
- package/components/Dropdown/dropdown.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +3 -3
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/List/list.css +1 -1
- package/components/List/list.scss +1 -1
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/OptionsMenu/options-menu.css +1 -1
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/Page/page.css +8 -8
- package/components/Page/page.scss +14 -14
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.scss +2 -2
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/Card/examples/Card.md +160 -135
- package/docs/demos/Dashboard/examples/Dashboard.md +8 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -5
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Table/examples/Table.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/docs/utilities/Text/examples/Text.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +13 -69
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
- package/patternfly-base-no-globals.css +13 -69
- package/patternfly-base-no-globals.scss +2 -2
- package/patternfly-base-theme-dark-unversioned.css +15 -71
- package/patternfly-base.css +15 -71
- package/patternfly-base.scss +0 -1
- package/patternfly-charts.scss +319 -319
- package/patternfly-no-globals.css +60 -89
- package/patternfly-no-globals.scss +2 -2
- package/patternfly-theme-dark-unversioned.css +84 -113
- package/patternfly-theme-dark-unversioned.scss +1 -1
- package/patternfly.css +62 -91
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/colors.scss +81 -81
- package/sass-utilities/functions.scss +2 -2
- package/sass-utilities/mixins.scss +1 -1
- package/sass-utilities/scss-variables.scss +149 -149
- package/sass-utilities/themes/dark/colors.scss +15 -15
- package/sass-utilities/themes/dark/scss-variables.scss +74 -74
- package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
- package/base/_themes.scss +0 -43
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_globals.scss +0 -5
|
@@ -388,7 +388,7 @@ cssPrefix: pf-d-dashboard
|
|
|
388
388
|
<span class="pf-v6-c-label__content">
|
|
389
389
|
<span class="pf-v6-c-label__icon">
|
|
390
390
|
<i
|
|
391
|
-
class="pf-
|
|
391
|
+
class="pf-v6-pficon pf-v6-pficon-port"
|
|
392
392
|
aria-hidden="true"
|
|
393
393
|
></i>
|
|
394
394
|
</span>
|
|
@@ -425,7 +425,7 @@ cssPrefix: pf-d-dashboard
|
|
|
425
425
|
style="row-gap: var(--pf-6-global--spacer--md);"
|
|
426
426
|
>
|
|
427
427
|
<i
|
|
428
|
-
class="pf-
|
|
428
|
+
class="pf-v6-pficon pf-v6-pficon-on pf-v6-u-color-400"
|
|
429
429
|
style="line-height: 1"
|
|
430
430
|
aria-hidden="true"
|
|
431
431
|
></i>
|
|
@@ -517,7 +517,7 @@ cssPrefix: pf-d-dashboard
|
|
|
517
517
|
style="row-gap: var(--pf-6-global--spacer--md);"
|
|
518
518
|
>
|
|
519
519
|
<i
|
|
520
|
-
class="pf-
|
|
520
|
+
class="pf-v6-pficon pf-v6-pficon-on pf-v6-u-danger-color-100"
|
|
521
521
|
style="line-height: 1"
|
|
522
522
|
aria-hidden="true"
|
|
523
523
|
></i>
|
|
@@ -572,7 +572,7 @@ cssPrefix: pf-d-dashboard
|
|
|
572
572
|
<span class="pf-v6-c-label__content">
|
|
573
573
|
<span class="pf-v6-c-label__icon">
|
|
574
574
|
<i
|
|
575
|
-
class="pf-
|
|
575
|
+
class="pf-v6-pficon pf-v6-pficon-automation"
|
|
576
576
|
aria-hidden="true"
|
|
577
577
|
></i>
|
|
578
578
|
</span>
|
|
@@ -609,7 +609,7 @@ cssPrefix: pf-d-dashboard
|
|
|
609
609
|
style="row-gap: var(--pf-6-global--spacer--md);"
|
|
610
610
|
>
|
|
611
611
|
<i
|
|
612
|
-
class="pf-
|
|
612
|
+
class="pf-v6-pficon pf-v6-pficon-on pf-v6-u-color-400"
|
|
613
613
|
style="line-height: 1"
|
|
614
614
|
aria-hidden="true"
|
|
615
615
|
></i>
|
|
@@ -694,7 +694,7 @@ cssPrefix: pf-d-dashboard
|
|
|
694
694
|
<a href="#">Operators</a>
|
|
695
695
|
</div>
|
|
696
696
|
<div class="pf-v6-l-flex__item">
|
|
697
|
-
<span class="pf-v6-u-color-
|
|
697
|
+
<span class="pf-v6-u-text-color-subtle">1 degraded</span>
|
|
698
698
|
</div>
|
|
699
699
|
</div>
|
|
700
700
|
</div>
|
|
@@ -885,7 +885,7 @@ cssPrefix: pf-d-dashboard
|
|
|
885
885
|
></i>
|
|
886
886
|
</span>
|
|
887
887
|
<h2
|
|
888
|
-
class="pf-v6-c-notification-drawer__list-item-header-title
|
|
888
|
+
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
889
889
|
>
|
|
890
890
|
<span
|
|
891
891
|
class="pf-v6-screen-reader"
|
|
@@ -913,7 +913,7 @@ cssPrefix: pf-d-dashboard
|
|
|
913
913
|
></i>
|
|
914
914
|
</span>
|
|
915
915
|
<h2
|
|
916
|
-
class="pf-v6-c-notification-drawer__list-item-header-title
|
|
916
|
+
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
917
917
|
>
|
|
918
918
|
<span
|
|
919
919
|
class="pf-v6-screen-reader"
|
|
@@ -888,7 +888,7 @@ cssPrefix: pf-d-description-list
|
|
|
888
888
|
</dt>
|
|
889
889
|
<dd class="pf-v6-c-description-list__description">
|
|
890
890
|
<p
|
|
891
|
-
class="pf-v6-c-description-list__text pf-v6-u-color-
|
|
891
|
+
class="pf-v6-c-description-list__text pf-v6-u-text-color-subtle"
|
|
892
892
|
>Nod selector is not available at this time</p>
|
|
893
893
|
</dd>
|
|
894
894
|
</div>
|
|
@@ -898,7 +898,7 @@ cssPrefix: pf-d-description-list
|
|
|
898
898
|
</dt>
|
|
899
899
|
<dd class="pf-v6-c-description-list__description">
|
|
900
900
|
<div
|
|
901
|
-
class="pf-v6-c-description-list__text pf-v6-u-color-
|
|
901
|
+
class="pf-v6-c-description-list__text pf-v6-u-text-color-subtle"
|
|
902
902
|
>No tolerations</div>
|
|
903
903
|
</dd>
|
|
904
904
|
</div>
|
|
@@ -908,7 +908,7 @@ cssPrefix: pf-d-description-list
|
|
|
908
908
|
</dt>
|
|
909
909
|
<dd class="pf-v6-c-description-list__description">
|
|
910
910
|
<div
|
|
911
|
-
class="pf-v6-c-description-list__text pf-v6-u-color-
|
|
911
|
+
class="pf-v6-c-description-list__text pf-v6-u-text-color-subtle"
|
|
912
912
|
>No annotations</div>
|
|
913
913
|
</dd>
|
|
914
914
|
</div>
|
|
@@ -963,7 +963,7 @@ cssPrefix: pf-d-description-list
|
|
|
963
963
|
</dt>
|
|
964
964
|
<dd class="pf-v6-c-description-list__description">
|
|
965
965
|
<div
|
|
966
|
-
class="pf-v6-c-description-list__text pf-v6-u-color-
|
|
966
|
+
class="pf-v6-c-description-list__text pf-v6-u-text-color-subtle"
|
|
967
967
|
>None</div>
|
|
968
968
|
</dd>
|
|
969
969
|
</div>
|
|
@@ -1037,7 +1037,7 @@ cssPrefix: pf-d-description-list
|
|
|
1037
1037
|
</dt>
|
|
1038
1038
|
<dd class="pf-v6-c-description-list__description">
|
|
1039
1039
|
<div
|
|
1040
|
-
class="pf-v6-c-description-list__text pf-v6-u-color-
|
|
1040
|
+
class="pf-v6-c-description-list__text pf-v6-u-text-color-subtle"
|
|
1041
1041
|
>Not configured</div>
|
|
1042
1042
|
</dd>
|
|
1043
1043
|
</div>
|
|
@@ -144,7 +144,7 @@ section: components
|
|
|
144
144
|
aria-label="Notifications"
|
|
145
145
|
>
|
|
146
146
|
<span class="pf-v6-c-notification-badge pf-m-read">
|
|
147
|
-
<i class="pf-
|
|
147
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
148
148
|
</span>
|
|
149
149
|
</button>
|
|
150
150
|
</div>
|
|
@@ -1153,7 +1153,7 @@ section: components
|
|
|
1153
1153
|
<span
|
|
1154
1154
|
class="pf-v6-c-notification-badge pf-m-read pf-m-expanded"
|
|
1155
1155
|
>
|
|
1156
|
-
<i class="pf-
|
|
1156
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
1157
1157
|
</span>
|
|
1158
1158
|
</button>
|
|
1159
1159
|
</div>
|
|
@@ -2162,7 +2162,7 @@ section: components
|
|
|
2162
2162
|
<span
|
|
2163
2163
|
class="pf-v6-c-notification-badge pf-m-unread pf-m-expanded"
|
|
2164
2164
|
>
|
|
2165
|
-
<i class="pf-
|
|
2165
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
2166
2166
|
</span>
|
|
2167
2167
|
</button>
|
|
2168
2168
|
</div>
|
|
@@ -3174,7 +3174,7 @@ section: components
|
|
|
3174
3174
|
<span
|
|
3175
3175
|
class="pf-v6-c-notification-badge pf-m-attention pf-m-expanded"
|
|
3176
3176
|
>
|
|
3177
|
-
<i class="pf-
|
|
3177
|
+
<i class="pf-v6-pficon-attention-bell" aria-hidden="true"></i>
|
|
3178
3178
|
</span>
|
|
3179
3179
|
</button>
|
|
3180
3180
|
</div>
|
|
@@ -4185,7 +4185,7 @@ section: components
|
|
|
4185
4185
|
<span
|
|
4186
4186
|
class="pf-v6-c-notification-badge pf-m-unread pf-m-expanded"
|
|
4187
4187
|
>
|
|
4188
|
-
<i class="pf-
|
|
4188
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
4189
4189
|
</span>
|
|
4190
4190
|
</button>
|
|
4191
4191
|
</div>
|
|
@@ -17716,7 +17716,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
17716
17716
|
aria-label="aria-label="More info""
|
|
17717
17717
|
>
|
|
17718
17718
|
<i
|
|
17719
|
-
class="pf-
|
|
17719
|
+
class="pf-v6-pficon pf-v6-pficon-help"
|
|
17720
17720
|
aria-hidden="true"
|
|
17721
17721
|
></i>
|
|
17722
17722
|
</button>
|
|
@@ -17760,7 +17760,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
17760
17760
|
aria-label="aria-label="More info""
|
|
17761
17761
|
>
|
|
17762
17762
|
<i
|
|
17763
|
-
class="pf-
|
|
17763
|
+
class="pf-v6-pficon pf-v6-pficon-help"
|
|
17764
17764
|
aria-hidden="true"
|
|
17765
17765
|
></i>
|
|
17766
17766
|
</button>
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
min-height: 175px;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.pf-
|
|
17
|
+
.pf-v6-c-menu-toggle + .pf-v6-c-panel {
|
|
18
18
|
position: absolute;
|
|
19
19
|
top: calc(100% + 2px);
|
|
20
|
-
z-index: var(--pf-
|
|
20
|
+
z-index: var(--pf-v6-global--ZIndex--sm);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.ws-html-demos-c-toolbar .pf-
|
|
23
|
+
.ws-html-demos-c-toolbar .pf-v6-c-toolbar__item {
|
|
24
24
|
position: relative;
|
|
25
25
|
}
|
package/package.json
CHANGED
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
.pf-t-light {
|
|
2
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
|
|
3
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
|
|
4
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
|
|
5
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
|
|
6
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
|
|
7
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.pf-t-dark {
|
|
14
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--light-100);
|
|
15
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--light-200);
|
|
16
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--light-100);
|
|
17
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--light-100);
|
|
18
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--light);
|
|
19
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--light);
|
|
20
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--dark-100);
|
|
21
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--light);
|
|
22
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--light);
|
|
23
|
-
}
|
|
24
|
-
.pf-t-dark .pf-v6-c-button {
|
|
25
|
-
--pf-v6-c-button--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--dark-100);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
1
|
:where(:root) {
|
|
29
2
|
--pf-v6-global--palette--black-100: #fafafa;
|
|
30
3
|
--pf-v6-global--palette--black-150: #f5f5f5;
|
|
@@ -186,12 +159,12 @@
|
|
|
186
159
|
--pf-v6-global--spacer--form-element: 0.375rem;
|
|
187
160
|
--pf-v6-global--gutter: 1rem;
|
|
188
161
|
--pf-v6-global--gutter--md: 1.5rem;
|
|
189
|
-
--pf-
|
|
190
|
-
--pf-
|
|
191
|
-
--pf-
|
|
192
|
-
--pf-
|
|
193
|
-
--pf-
|
|
194
|
-
--pf-
|
|
162
|
+
--pf-t--global--Zindex--xs: 100;
|
|
163
|
+
--pf-t--global--Zindex--sm: 200;
|
|
164
|
+
--pf-t--global--Zindex--md: 300;
|
|
165
|
+
--pf-t--global--Zindex--lg: 400;
|
|
166
|
+
--pf-t--global--Zindex--xl: 500;
|
|
167
|
+
--pf-t--global--Zindex--2xl: 600;
|
|
195
168
|
--pf-v6-global--breakpoint--xs: 0;
|
|
196
169
|
--pf-v6-global--breakpoint--sm: 576px;
|
|
197
170
|
--pf-v6-global--breakpoint--md: 768px;
|
|
@@ -252,9 +225,9 @@
|
|
|
252
225
|
--pf-v6-global--LineHeight--sm: 1.3;
|
|
253
226
|
--pf-v6-global--LineHeight--md: 1.5;
|
|
254
227
|
--pf-v6-global--ListStyle: disc outside;
|
|
255
|
-
--pf-
|
|
256
|
-
--pf-
|
|
257
|
-
--pf-
|
|
228
|
+
--pf-t--global--transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
|
|
229
|
+
--pf-t--global--transition--timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
230
|
+
--pf-t--global--transitionDuration: 250ms;
|
|
258
231
|
--pf-v6-global--arrow--width: 0.9375rem;
|
|
259
232
|
--pf-v6-global--arrow--width-lg: 1.5625rem;
|
|
260
233
|
--pf-v6-global--target-size--MinWidth: 44px;
|
|
@@ -396,6 +369,10 @@ html .ws-preview {
|
|
|
396
369
|
var(--pf-t--global--box-shadow--blur--lg)
|
|
397
370
|
var(--pf-t--global--box-shadow--spread--lg)
|
|
398
371
|
var(--pf-t--global--box-shadow--color--lg);
|
|
372
|
+
--pf-t--global--transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
373
|
+
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
374
|
+
--pf-t--global--transition--duration: 250ms;
|
|
375
|
+
--pf-t--global--list-style: disc outside;
|
|
399
376
|
}
|
|
400
377
|
|
|
401
378
|
:root {
|
|
@@ -1522,39 +1499,6 @@ html .ws-preview {
|
|
|
1522
1499
|
scale: -1 1;
|
|
1523
1500
|
}
|
|
1524
1501
|
|
|
1525
|
-
:where(.pf-theme-dark) {
|
|
1526
|
-
color-scheme: dark;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.pf-t-dark.pf-m-transparent {
|
|
1530
|
-
background-color: transparent;
|
|
1531
|
-
}
|
|
1532
|
-
.pf-t-dark.pf-m-transparent-100 {
|
|
1533
|
-
background-color: rgba(3, 3, 3, 0.42);
|
|
1534
|
-
}
|
|
1535
|
-
.pf-t-dark.pf-m-transparent-200 {
|
|
1536
|
-
background-color: rgba(3, 3, 3, 0.6);
|
|
1537
|
-
}
|
|
1538
|
-
.pf-t-dark.pf-m-opaque-100 {
|
|
1539
|
-
background-color: #3c3f42;
|
|
1540
|
-
}
|
|
1541
|
-
.pf-t-dark.pf-m-opaque-200 {
|
|
1542
|
-
background-color: #151515;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.pf-t-light.pf-m-transparent {
|
|
1546
|
-
background-color: transparent;
|
|
1547
|
-
}
|
|
1548
|
-
.pf-t-light.pf-m-opaque-100 {
|
|
1549
|
-
background-color: #fff;
|
|
1550
|
-
}
|
|
1551
|
-
.pf-t-light.pf-m-opaque-200 {
|
|
1552
|
-
background-color: #fafafa;
|
|
1553
|
-
}
|
|
1554
|
-
.pf-t-light.pf-m-opaque-300 {
|
|
1555
|
-
background-color: #f0f0f0;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
1502
|
* .fa,
|
|
1559
1503
|
* .fas,
|
|
1560
1504
|
* .far,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// This config will generate dark them updates based on 'pf-theme-dark'
|
|
2
2
|
// which can be changed by updating $pf-global--theme--namespace, $pf-global--theme--version, $pf-v6--theme-dark--class
|
|
3
3
|
// $pf-global--theme-dark--placeholder--class in _init.scss
|
|
4
|
-
$pf-
|
|
5
|
-
$pf-
|
|
4
|
+
$pf-v6-global--enable-reset: false;
|
|
5
|
+
$pf-v6-global--enable-normalize: false;
|
|
6
6
|
|
|
7
7
|
// stylelint-disable scss/dollar-variable-pattern
|
|
8
8
|
$pf-global--theme--version: '';
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
.pf-v6-t-light {
|
|
2
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
|
|
3
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
|
|
4
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
|
|
5
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
|
|
6
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
|
|
7
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.pf-v6-t-dark {
|
|
14
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--light-100);
|
|
15
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--light-200);
|
|
16
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--light-100);
|
|
17
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--light-100);
|
|
18
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--light);
|
|
19
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--light);
|
|
20
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--dark-100);
|
|
21
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--light);
|
|
22
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--light);
|
|
23
|
-
}
|
|
24
|
-
.pf-v6-t-dark .pf-v6-c-button {
|
|
25
|
-
--pf-v6-c-button--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--dark-100);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
1
|
:where(:root) {
|
|
29
2
|
--pf-v6-global--palette--black-100: #fafafa;
|
|
30
3
|
--pf-v6-global--palette--black-150: #f5f5f5;
|
|
@@ -186,12 +159,12 @@
|
|
|
186
159
|
--pf-v6-global--spacer--form-element: 0.375rem;
|
|
187
160
|
--pf-v6-global--gutter: 1rem;
|
|
188
161
|
--pf-v6-global--gutter--md: 1.5rem;
|
|
189
|
-
--pf-
|
|
190
|
-
--pf-
|
|
191
|
-
--pf-
|
|
192
|
-
--pf-
|
|
193
|
-
--pf-
|
|
194
|
-
--pf-
|
|
162
|
+
--pf-t--global--Zindex--xs: 100;
|
|
163
|
+
--pf-t--global--Zindex--sm: 200;
|
|
164
|
+
--pf-t--global--Zindex--md: 300;
|
|
165
|
+
--pf-t--global--Zindex--lg: 400;
|
|
166
|
+
--pf-t--global--Zindex--xl: 500;
|
|
167
|
+
--pf-t--global--Zindex--2xl: 600;
|
|
195
168
|
--pf-v6-global--breakpoint--xs: 0;
|
|
196
169
|
--pf-v6-global--breakpoint--sm: 576px;
|
|
197
170
|
--pf-v6-global--breakpoint--md: 768px;
|
|
@@ -252,9 +225,9 @@
|
|
|
252
225
|
--pf-v6-global--LineHeight--sm: 1.3;
|
|
253
226
|
--pf-v6-global--LineHeight--md: 1.5;
|
|
254
227
|
--pf-v6-global--ListStyle: disc outside;
|
|
255
|
-
--pf-
|
|
256
|
-
--pf-
|
|
257
|
-
--pf-
|
|
228
|
+
--pf-t--global--transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
|
|
229
|
+
--pf-t--global--transition--timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
230
|
+
--pf-t--global--transitionDuration: 250ms;
|
|
258
231
|
--pf-v6-global--arrow--width: 0.9375rem;
|
|
259
232
|
--pf-v6-global--arrow--width-lg: 1.5625rem;
|
|
260
233
|
--pf-v6-global--target-size--MinWidth: 44px;
|
|
@@ -396,6 +369,10 @@ html .ws-preview {
|
|
|
396
369
|
var(--pf-t--global--box-shadow--blur--lg)
|
|
397
370
|
var(--pf-t--global--box-shadow--spread--lg)
|
|
398
371
|
var(--pf-t--global--box-shadow--color--lg);
|
|
372
|
+
--pf-t--global--transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
373
|
+
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
374
|
+
--pf-t--global--transition--duration: 250ms;
|
|
375
|
+
--pf-t--global--list-style: disc outside;
|
|
399
376
|
}
|
|
400
377
|
|
|
401
378
|
:root {
|
|
@@ -1522,39 +1499,6 @@ html .ws-preview {
|
|
|
1522
1499
|
scale: -1 1;
|
|
1523
1500
|
}
|
|
1524
1501
|
|
|
1525
|
-
:where(.pf-v6-theme-dark) {
|
|
1526
|
-
color-scheme: dark;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.pf-v6-t-dark.pf-m-transparent {
|
|
1530
|
-
background-color: transparent;
|
|
1531
|
-
}
|
|
1532
|
-
.pf-v6-t-dark.pf-m-transparent-100 {
|
|
1533
|
-
background-color: rgba(3, 3, 3, 0.42);
|
|
1534
|
-
}
|
|
1535
|
-
.pf-v6-t-dark.pf-m-transparent-200 {
|
|
1536
|
-
background-color: rgba(3, 3, 3, 0.6);
|
|
1537
|
-
}
|
|
1538
|
-
.pf-v6-t-dark.pf-m-opaque-100 {
|
|
1539
|
-
background-color: #3c3f42;
|
|
1540
|
-
}
|
|
1541
|
-
.pf-v6-t-dark.pf-m-opaque-200 {
|
|
1542
|
-
background-color: #151515;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.pf-v6-t-light.pf-m-transparent {
|
|
1546
|
-
background-color: transparent;
|
|
1547
|
-
}
|
|
1548
|
-
.pf-v6-t-light.pf-m-opaque-100 {
|
|
1549
|
-
background-color: #fff;
|
|
1550
|
-
}
|
|
1551
|
-
.pf-v6-t-light.pf-m-opaque-200 {
|
|
1552
|
-
background-color: #fafafa;
|
|
1553
|
-
}
|
|
1554
|
-
.pf-v6-t-light.pf-m-opaque-300 {
|
|
1555
|
-
background-color: #f0f0f0;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
1502
|
* .fa,
|
|
1559
1503
|
* .fas,
|
|
1560
1504
|
* .far,
|
|
@@ -1,30 +1,3 @@
|
|
|
1
|
-
.pf-t-light {
|
|
2
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
|
|
3
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
|
|
4
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
|
|
5
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
|
|
6
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
|
|
7
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.pf-t-dark {
|
|
14
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--light-100);
|
|
15
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--light-200);
|
|
16
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--light-100);
|
|
17
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--light-100);
|
|
18
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--light);
|
|
19
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--light);
|
|
20
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--dark-100);
|
|
21
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--light);
|
|
22
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--light);
|
|
23
|
-
}
|
|
24
|
-
.pf-t-dark .pf-v6-c-button {
|
|
25
|
-
--pf-v6-c-button--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--dark-100);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
1
|
:where(:root) {
|
|
29
2
|
--pf-v6-global--palette--black-100: #fafafa;
|
|
30
3
|
--pf-v6-global--palette--black-150: #f5f5f5;
|
|
@@ -186,12 +159,12 @@
|
|
|
186
159
|
--pf-v6-global--spacer--form-element: 0.375rem;
|
|
187
160
|
--pf-v6-global--gutter: 1rem;
|
|
188
161
|
--pf-v6-global--gutter--md: 1.5rem;
|
|
189
|
-
--pf-
|
|
190
|
-
--pf-
|
|
191
|
-
--pf-
|
|
192
|
-
--pf-
|
|
193
|
-
--pf-
|
|
194
|
-
--pf-
|
|
162
|
+
--pf-t--global--Zindex--xs: 100;
|
|
163
|
+
--pf-t--global--Zindex--sm: 200;
|
|
164
|
+
--pf-t--global--Zindex--md: 300;
|
|
165
|
+
--pf-t--global--Zindex--lg: 400;
|
|
166
|
+
--pf-t--global--Zindex--xl: 500;
|
|
167
|
+
--pf-t--global--Zindex--2xl: 600;
|
|
195
168
|
--pf-v6-global--breakpoint--xs: 0;
|
|
196
169
|
--pf-v6-global--breakpoint--sm: 576px;
|
|
197
170
|
--pf-v6-global--breakpoint--md: 768px;
|
|
@@ -252,9 +225,9 @@
|
|
|
252
225
|
--pf-v6-global--LineHeight--sm: 1.3;
|
|
253
226
|
--pf-v6-global--LineHeight--md: 1.5;
|
|
254
227
|
--pf-v6-global--ListStyle: disc outside;
|
|
255
|
-
--pf-
|
|
256
|
-
--pf-
|
|
257
|
-
--pf-
|
|
228
|
+
--pf-t--global--transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
|
|
229
|
+
--pf-t--global--transition--timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
230
|
+
--pf-t--global--transitionDuration: 250ms;
|
|
258
231
|
--pf-v6-global--arrow--width: 0.9375rem;
|
|
259
232
|
--pf-v6-global--arrow--width-lg: 1.5625rem;
|
|
260
233
|
--pf-v6-global--target-size--MinWidth: 44px;
|
|
@@ -396,6 +369,10 @@ html .ws-preview {
|
|
|
396
369
|
var(--pf-t--global--box-shadow--blur--lg)
|
|
397
370
|
var(--pf-t--global--box-shadow--spread--lg)
|
|
398
371
|
var(--pf-t--global--box-shadow--color--lg);
|
|
372
|
+
--pf-t--global--transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
373
|
+
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
374
|
+
--pf-t--global--transition--duration: 250ms;
|
|
375
|
+
--pf-t--global--list-style: disc outside;
|
|
399
376
|
}
|
|
400
377
|
|
|
401
378
|
:root {
|
|
@@ -1630,8 +1607,8 @@ pre) {
|
|
|
1630
1607
|
}
|
|
1631
1608
|
|
|
1632
1609
|
:where(a:hover) {
|
|
1633
|
-
|
|
1634
|
-
|
|
1610
|
+
color: var(--pf-t--global--text--color--link--hover);
|
|
1611
|
+
text-decoration: var(--pf-t--global--link--text-decoration--hover);
|
|
1635
1612
|
}
|
|
1636
1613
|
|
|
1637
1614
|
:where(a,
|
|
@@ -1639,39 +1616,6 @@ button) {
|
|
|
1639
1616
|
cursor: pointer;
|
|
1640
1617
|
}
|
|
1641
1618
|
|
|
1642
|
-
:where(.pf-theme-dark) {
|
|
1643
|
-
color-scheme: dark;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.pf-t-dark.pf-m-transparent {
|
|
1647
|
-
background-color: transparent;
|
|
1648
|
-
}
|
|
1649
|
-
.pf-t-dark.pf-m-transparent-100 {
|
|
1650
|
-
background-color: rgba(3, 3, 3, 0.42);
|
|
1651
|
-
}
|
|
1652
|
-
.pf-t-dark.pf-m-transparent-200 {
|
|
1653
|
-
background-color: rgba(3, 3, 3, 0.6);
|
|
1654
|
-
}
|
|
1655
|
-
.pf-t-dark.pf-m-opaque-100 {
|
|
1656
|
-
background-color: #3c3f42;
|
|
1657
|
-
}
|
|
1658
|
-
.pf-t-dark.pf-m-opaque-200 {
|
|
1659
|
-
background-color: #151515;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.pf-t-light.pf-m-transparent {
|
|
1663
|
-
background-color: transparent;
|
|
1664
|
-
}
|
|
1665
|
-
.pf-t-light.pf-m-opaque-100 {
|
|
1666
|
-
background-color: #fff;
|
|
1667
|
-
}
|
|
1668
|
-
.pf-t-light.pf-m-opaque-200 {
|
|
1669
|
-
background-color: #fafafa;
|
|
1670
|
-
}
|
|
1671
|
-
.pf-t-light.pf-m-opaque-300 {
|
|
1672
|
-
background-color: #f0f0f0;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
1619
|
* .fa,
|
|
1676
1620
|
* .fas,
|
|
1677
1621
|
* .far,
|