@patternfly/patternfly 5.0.0-alpha.63 → 5.0.0-alpha.65
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/base/_globals.scss +1 -1
- package/base/_themes.scss +2 -2
- package/base/_variables.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +2 -2
- package/components/Accordion/accordion.css +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/Badge/badge.css +1 -1
- package/components/Banner/banner.css +3 -3
- package/components/Button/button.css +2 -2
- package/components/CalendarMonth/calendar-month.css +3 -3
- package/components/Card/card.css +2 -2
- package/components/Chip/chip.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/ContextSelector/context-selector.css +5 -5
- package/components/DataList/data-list.css +1 -1
- package/components/DatePicker/date-picker.css +1 -1
- package/components/DragDrop/drag-drop.css +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Dropdown/dropdown.css +3 -3
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/Form/form.css +1 -1
- package/components/FormControl/form-control.css +3 -3
- package/components/HelperText/helper-text.css +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/InputGroup/input-group.css +2 -2
- package/components/Label/label.css +1 -1
- package/components/LogViewer/log-viewer.css +2 -2
- package/components/Login/login.css +5 -5
- package/components/Masthead/masthead.css +3 -3
- package/components/Menu/menu.css +1 -1
- package/components/MenuToggle/menu-toggle.css +2 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/Nav/nav.css +6 -6
- package/components/NotificationBadge/notification-badge.css +1 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -1
- package/components/OptionsMenu/options-menu.css +2 -2
- package/components/Page/page.css +14 -14
- package/components/Pagination/pagination.css +1 -1
- package/components/Panel/panel.css +1 -1
- package/components/Popover/popover.css +1 -1
- package/components/Progress/progress.css +1 -1
- package/components/Select/select.css +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/Skeleton/skeleton.css +1 -1
- package/components/Switch/switch.css +1 -1
- package/components/Table/table.css +2 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/Tile/tile.css +1 -1
- package/components/ToggleGroup/toggle-group.css +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/layouts/Flex/flex.css +78 -18
- package/layouts/Flex/flex.scss +1 -1
- package/package.json +1 -1
- package/patternfly-addons.css +78 -78
- package/patternfly-base-no-globals-theme-dark-unversioned.css +5234 -0
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +11 -0
- package/patternfly-base-theme-dark-unversioned.css +5351 -0
- package/patternfly-base-theme-dark-unversioned.scss +5 -0
- package/patternfly-charts-theme-dark-unversioned.css +70 -0
- package/patternfly-charts-theme-dark-unversioned.scss +8 -0
- package/patternfly-no-globals.css +382 -322
- package/patternfly-theme-dark-unversioned.css +34440 -0
- package/patternfly-theme-dark-unversioned.scss +6 -0
- package/patternfly.css +382 -322
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +20 -0
- package/sass-utilities/mixins.scss +2 -2
- package/utilities/BackgroundColor/BackgroundColor.css +30 -30
- package/utilities/Text/text.css +48 -48
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
:where(.pf-theme-dark) .pf-v5-c-chart svg g[clip-path] {
|
|
2
|
+
mix-blend-mode: normal;
|
|
3
|
+
}
|
|
4
|
+
:root:where(.pf-theme-dark) {
|
|
5
|
+
--pf-v5-c-chart-color-blue-100: #add6ff;
|
|
6
|
+
--pf-v5-c-chart-color-blue-200: #85c2ff;
|
|
7
|
+
--pf-v5-c-chart-color-blue-300: #47a3ff;
|
|
8
|
+
--pf-v5-c-chart-color-blue-400: #0a85ff;
|
|
9
|
+
--pf-v5-c-chart-color-blue-500: #06c;
|
|
10
|
+
--pf-v5-c-chart-color-green-100: #d6eed3;
|
|
11
|
+
--pf-v5-c-chart-color-green-200: #aedca7;
|
|
12
|
+
--pf-v5-c-chart-color-green-300: #85cb7c;
|
|
13
|
+
--pf-v5-c-chart-color-green-400: #5cb950;
|
|
14
|
+
--pf-v5-c-chart-color-green-500: #3e8635;
|
|
15
|
+
--pf-v5-c-chart-color-cyan-100: #b9feff;
|
|
16
|
+
--pf-v5-c-chart-color-cyan-200: #86fdff;
|
|
17
|
+
--pf-v5-c-chart-color-cyan-300: #00b5b8;
|
|
18
|
+
--pf-v5-c-chart-color-cyan-400: #008c8f;
|
|
19
|
+
--pf-v5-c-chart-color-cyan-500: #005f60;
|
|
20
|
+
--pf-v5-c-chart-color-purple-100: #cec8e4;
|
|
21
|
+
--pf-v5-c-chart-color-purple-200: #a99fd1;
|
|
22
|
+
--pf-v5-c-chart-color-purple-300: #9183c3;
|
|
23
|
+
--pf-v5-c-chart-color-purple-400: #7968b6;
|
|
24
|
+
--pf-v5-c-chart-color-purple-500: #6753ac;
|
|
25
|
+
--pf-v5-c-chart-color-red-100: #ffadad;
|
|
26
|
+
--pf-v5-c-chart-color-red-200: #ff7070;
|
|
27
|
+
--pf-v5-c-chart-color-red-300: #ff4747;
|
|
28
|
+
--pf-v5-c-chart-color-red-400: #ff0a0a;
|
|
29
|
+
--pf-v5-c-chart-color-red-500: #a30000;
|
|
30
|
+
--pf-v5-c-chart-global--BorderColor: var(--pf-v5-global--BorderColor--100);
|
|
31
|
+
--pf-v5-c-chart-global--BorderColor--accent: var(--pf-v5-global--BorderColor--400);
|
|
32
|
+
--pf-v5-c-chart-global--label--Fill: var(--pf-v5-global--Color--100);
|
|
33
|
+
--pf-v5-c-chart-global--title--Fill: var(--pf-v5-global--Color--100);
|
|
34
|
+
--pf-v5-c-chart-global--subtitle--Fill: var(--pf-v5-global--Color--200);
|
|
35
|
+
--pf-v5-c-chart-global--tooltip--Fill: var(--pf-v5-global--Color--100);
|
|
36
|
+
--pf-v5-c-chart-global--tooltip--bg--Fill: var(--pf-v5-global--BackgroundColor--300);
|
|
37
|
+
--pf-v5-c-chart-global--tooltip--BorderWidth: 1;
|
|
38
|
+
--pf-v5-c-chart-global--tooltip--BorderColor: var(--pf-v5-global--BorderColor--300);
|
|
39
|
+
--pf-v5-c-chart-axis--axis--stroke--Color: var(--pf-v5-c-chart-global--BorderColor);
|
|
40
|
+
--pf-v5-c-chart-axis--grid--stroke--Color: var(--pf-v5-c-chart-global--BorderColor);
|
|
41
|
+
--pf-v5-c-chart-axis--tick--stroke--Color: var(--pf-v5-c-chart-global--BorderColor);
|
|
42
|
+
--pf-v5-c-chart-axis--axis--tick--stroke--Color: var(--pf-v5-c-chart-global--BorderColor);
|
|
43
|
+
--pf-v5-c-chart-axis--grid--Fill: var(--pf-v5-c-chart-global--BorderColor);
|
|
44
|
+
--pf-v5-c-chart-axis--tick-label--Fill: var(--pf-v5-c-chart-global--label--Fill);
|
|
45
|
+
--pf-v5-c-chart-bullet--label--title--Fill: var(--pf-v5-c-chart-global--title--Fill);
|
|
46
|
+
--pf-v5-c-chart-bullet--label--grouptitle--Fill: var(--pf-v5-c-chart-bullet--label--title--Fill);
|
|
47
|
+
--pf-v5-c-chart-bullet--label--subtitle--Fill: var(--pf-v5-c-chart-global--subtitle--Fill);
|
|
48
|
+
--pf-v5-c-chart-bullet--negative-measure--ColorScale--100: var(--pf-v5-global--palette--red-400);
|
|
49
|
+
--pf-v5-c-chart-bullet--negative-measure--ColorScale--200: var(--pf-v5-global--palette--red-300);
|
|
50
|
+
--pf-v5-c-chart-bullet--negative-measure--ColorScale--300: var(--pf-v5-global--palette--red-200);
|
|
51
|
+
--pf-v5-c-chart-bullet--negative-measure--ColorScale--400: var(--pf-v5-global--palette--red-100);
|
|
52
|
+
--pf-v5-c-chart-bullet--negative-measure--ColorScale--500: var(--pf-v5-global--palette--red-9999);
|
|
53
|
+
--pf-v5-c-chart-bullet--qualitative-range--ColorScale--100: var(--pf-v5-global--palette--black-600);
|
|
54
|
+
--pf-v5-c-chart-bullet--qualitative-range--ColorScale--200: var(--pf-v5-global--palette--black-500);
|
|
55
|
+
--pf-v5-c-chart-bullet--qualitative-range--ColorScale--300: var(--pf-v5-global--palette--black-400);
|
|
56
|
+
--pf-v5-c-chart-bullet--qualitative-range--ColorScale--400: var(--pf-v5-global--palette--black-300);
|
|
57
|
+
--pf-v5-c-chart-bullet--qualitative-range--ColorScale--500: var(--pf-v5-global--palette--black-200);
|
|
58
|
+
--pf-v5-c-chart-container--cursor--line--Fill: var(--pf-v5-c-chart-global--BorderColor--accent);
|
|
59
|
+
--pf-v5-c-chart-donut--label--title--Fill: var(--pf-v5-c-chart-global--title--Fill);
|
|
60
|
+
--pf-v5-c-chart-donut--label--subtitle--Fill: var(--pf-v5-c-chart-global--subtitle--Fill);
|
|
61
|
+
--pf-v5-c-chart-line--data--stroke--Color: var(--pf-v5-c-chart-global--BorderColor);
|
|
62
|
+
--pf-v5-c-chart-tooltip--Fill: var(--pf-v5-c-chart-global--tooltip--Fill);
|
|
63
|
+
--pf-v5-c-chart-voronoi--labels--Fill: var(--pf-v5-c-chart-global--tooltip--Fill);
|
|
64
|
+
--pf-v5-c-chart-tooltip--flyoutStyle--Fill: var(--pf-v5-c-chart-global--tooltip--bg--Fill);
|
|
65
|
+
--pf-v5-c-chart-voronoi--flyout--stroke--Fill: var(--pf-v5-c-chart-global--tooltip--bg--Fill);
|
|
66
|
+
--pf-v5-c-chart-tooltip--flyoutStyle--stroke--Width: var(--pf-v5-c-chart-global--tooltip--BorderWidth);
|
|
67
|
+
--pf-v5-c-chart-tooltip--flyoutStyle--stroke--Color: var(--pf-v5-c-chart-global--tooltip--BorderColor);
|
|
68
|
+
--pf-v5-c-chart-voronoi--flyout--stroke--Width: var(--pf-v5-c-chart-global--tooltip--BorderWidth);
|
|
69
|
+
--pf-v5-c-chart-voronoi--flyout--stroke--Color: var(--pf-v5-c-chart-global--tooltip--BorderColor);
|
|
70
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import "themes/dark/patternfly-charts-theme-dark";
|
|
2
|
+
|
|
3
|
+
$pf-v5-theme-dark-class: ".pf-theme-dark" !default; // include operator
|
|
4
|
+
$pf-v5-charts-theme-dark-class: $pf-v5-theme-dark-class !default;
|
|
5
|
+
|
|
6
|
+
:where(#{$pf-v5-theme-dark-class}) {
|
|
7
|
+
@include pf-v5-charts-theme-dark($pf-v5-charts-theme-dark-class);
|
|
8
|
+
}
|