@patternfly/patternfly 6.0.0-alpha.117 → 6.0.0-alpha.119
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/_fonts.scss +7 -95
- package/base/_variables.scss +7 -292
- package/base/patternfly-fonts.css +6 -76
- package/base/patternfly-variables.css +8 -241
- package/components/AppLauncher/app-launcher.css +0 -10
- package/components/AppLauncher/app-launcher.scss +0 -7
- package/components/Chip/chip-group.css +0 -13
- package/components/Chip/chip-group.scss +0 -2
- package/components/Chip/chip.css +0 -19
- package/components/Chip/chip.scss +0 -9
- package/components/Content/content.css +86 -60
- package/components/Content/content.scss +129 -40
- package/components/ContextSelector/context-selector.css +0 -30
- package/components/ContextSelector/context-selector.scss +0 -9
- package/components/DataList/data-list.css +46 -49
- package/components/Divider/divider.css +28 -31
- package/components/Dropdown/dropdown.css +0 -22
- package/components/Dropdown/dropdown.scss +0 -7
- package/components/LogViewer/log-viewer.css +0 -24
- package/components/LogViewer/log-viewer.scss +0 -9
- package/components/Menu/menu.css +103 -61
- package/components/NumberInput/number-input.css +5 -8
- package/components/NumberInput/number-input.scss +1 -1
- package/components/OptionsMenu/options-menu.css +0 -15
- package/components/OptionsMenu/options-menu.scss +0 -7
- package/components/Page/page.css +92 -65
- package/components/Page/page.scss +0 -2
- package/components/Pagination/pagination.css +8 -8
- package/components/Pagination/pagination.scss +1 -1
- package/components/Select/select.css +0 -29
- package/components/Select/select.scss +0 -9
- package/components/Table/table.css +46 -49
- package/components/Toolbar/toolbar.css +90 -75
- package/docs/components/Content/examples/Content.md +254 -61
- package/docs/components/Select/deprecated/Select.md +291 -263
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +434 -392
- package/docs/components/Toolbar/examples/Toolbar.md +420 -378
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -4
- package/docs/demos/Toolbar/examples/Toolbar.css +1 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +140 -126
- package/package.json +34 -35
- package/patternfly-base-no-globals.css +12 -315
- package/patternfly-base.css +12 -315
- package/patternfly-charts.css +0 -322
- package/patternfly-charts.scss +5 -409
- package/patternfly-no-globals.css +539 -748
- package/patternfly.css +539 -748
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_all.scss +0 -2
- package/sass-utilities/functions.scss +0 -6
- package/sass-utilities/mixins.scss +42 -16
- package/sass-utilities/scss-variables.scss +0 -211
- package/base/_chart-globals.scss +0 -415
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/themes/dark/select.scss +0 -23
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6229
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6346
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35621
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
package/patternfly-base.css
CHANGED
|
@@ -1,244 +1,3 @@
|
|
|
1
|
-
:where(:root) {
|
|
2
|
-
--pf-v6-global--palette--black-100: #fafafa;
|
|
3
|
-
--pf-v6-global--palette--black-150: #f5f5f5;
|
|
4
|
-
--pf-v6-global--palette--black-200: #f0f0f0;
|
|
5
|
-
--pf-v6-global--palette--black-300: #d2d2d2;
|
|
6
|
-
--pf-v6-global--palette--black-400: #b8bbbe;
|
|
7
|
-
--pf-v6-global--palette--black-500: #8a8d90;
|
|
8
|
-
--pf-v6-global--palette--black-600: #6a6e73;
|
|
9
|
-
--pf-v6-global--palette--black-700: #4f5255;
|
|
10
|
-
--pf-v6-global--palette--black-800: #3c3f42;
|
|
11
|
-
--pf-v6-global--palette--black-850: #212427;
|
|
12
|
-
--pf-v6-global--palette--black-900: #151515;
|
|
13
|
-
--pf-v6-global--palette--black-1000: #030303;
|
|
14
|
-
--pf-v6-global--palette--blue-50: #e7f1fa;
|
|
15
|
-
--pf-v6-global--palette--blue-100: #bee1f4;
|
|
16
|
-
--pf-v6-global--palette--blue-200: #73bcf7;
|
|
17
|
-
--pf-v6-global--palette--blue-300: #2b9af3;
|
|
18
|
-
--pf-v6-global--palette--blue-400: #06c;
|
|
19
|
-
--pf-v6-global--palette--blue-500: #004080;
|
|
20
|
-
--pf-v6-global--palette--blue-600: #002952;
|
|
21
|
-
--pf-v6-global--palette--blue-700: #001223;
|
|
22
|
-
--pf-v6-global--palette--cyan-50: #f2f9f9;
|
|
23
|
-
--pf-v6-global--palette--cyan-100: #a2d9d9;
|
|
24
|
-
--pf-v6-global--palette--cyan-200: #73c5c5;
|
|
25
|
-
--pf-v6-global--palette--cyan-300: #009596;
|
|
26
|
-
--pf-v6-global--palette--cyan-400: #005f60;
|
|
27
|
-
--pf-v6-global--palette--cyan-500: #003737;
|
|
28
|
-
--pf-v6-global--palette--cyan-600: #002323;
|
|
29
|
-
--pf-v6-global--palette--cyan-700: #000f0f;
|
|
30
|
-
--pf-v6-global--palette--gold-50: #fdf7e7;
|
|
31
|
-
--pf-v6-global--palette--gold-100: #f9e0a2;
|
|
32
|
-
--pf-v6-global--palette--gold-200: #f6d173;
|
|
33
|
-
--pf-v6-global--palette--gold-300: #f4c145;
|
|
34
|
-
--pf-v6-global--palette--gold-400: #f0ab00;
|
|
35
|
-
--pf-v6-global--palette--gold-500: #c58c00;
|
|
36
|
-
--pf-v6-global--palette--gold-600: #795600;
|
|
37
|
-
--pf-v6-global--palette--gold-700: #3d2c00;
|
|
38
|
-
--pf-v6-global--palette--green-50: #f3faf2;
|
|
39
|
-
--pf-v6-global--palette--green-100: #bde5b8;
|
|
40
|
-
--pf-v6-global--palette--green-200: #95d58e;
|
|
41
|
-
--pf-v6-global--palette--green-300: #6ec664;
|
|
42
|
-
--pf-v6-global--palette--green-400: #5ba352;
|
|
43
|
-
--pf-v6-global--palette--green-500: #3e8635;
|
|
44
|
-
--pf-v6-global--palette--green-600: #1e4f18;
|
|
45
|
-
--pf-v6-global--palette--green-700: #0f280d;
|
|
46
|
-
--pf-v6-global--palette--light-blue-100: #beedf9;
|
|
47
|
-
--pf-v6-global--palette--light-blue-200: #7cdbf3;
|
|
48
|
-
--pf-v6-global--palette--light-blue-300: #35caed;
|
|
49
|
-
--pf-v6-global--palette--light-blue-400: #00b9e4;
|
|
50
|
-
--pf-v6-global--palette--light-blue-500: #008bad;
|
|
51
|
-
--pf-v6-global--palette--light-blue-600: #005c73;
|
|
52
|
-
--pf-v6-global--palette--light-blue-700: #002d39;
|
|
53
|
-
--pf-v6-global--palette--light-green-100: #e4f5bc;
|
|
54
|
-
--pf-v6-global--palette--light-green-200: #c8eb79;
|
|
55
|
-
--pf-v6-global--palette--light-green-300: #ace12e;
|
|
56
|
-
--pf-v6-global--palette--light-green-400: #92d400;
|
|
57
|
-
--pf-v6-global--palette--light-green-500: #6ca100;
|
|
58
|
-
--pf-v6-global--palette--light-green-600: #486b00;
|
|
59
|
-
--pf-v6-global--palette--light-green-700: #253600;
|
|
60
|
-
--pf-v6-global--palette--orange-50: #fff6ec;
|
|
61
|
-
--pf-v6-global--palette--orange-100: #f4b678;
|
|
62
|
-
--pf-v6-global--palette--orange-200: #ef9234;
|
|
63
|
-
--pf-v6-global--palette--orange-300: #ec7a08;
|
|
64
|
-
--pf-v6-global--palette--orange-400: #c46100;
|
|
65
|
-
--pf-v6-global--palette--orange-500: #8f4700;
|
|
66
|
-
--pf-v6-global--palette--orange-600: #773d00;
|
|
67
|
-
--pf-v6-global--palette--orange-700: #3b1f00;
|
|
68
|
-
--pf-v6-global--palette--purple-50: #f2f0fc;
|
|
69
|
-
--pf-v6-global--palette--purple-100: #cbc1ff;
|
|
70
|
-
--pf-v6-global--palette--purple-200: #b2a3ff;
|
|
71
|
-
--pf-v6-global--palette--purple-300: #a18fff;
|
|
72
|
-
--pf-v6-global--palette--purple-400: #8476d1;
|
|
73
|
-
--pf-v6-global--palette--purple-500: #6753ac;
|
|
74
|
-
--pf-v6-global--palette--purple-600: #40199a;
|
|
75
|
-
--pf-v6-global--palette--purple-700: #1f0066;
|
|
76
|
-
--pf-v6-global--palette--red-50: #faeae8;
|
|
77
|
-
--pf-v6-global--palette--red-100: #c9190b;
|
|
78
|
-
--pf-v6-global--palette--red-200: #a30000;
|
|
79
|
-
--pf-v6-global--palette--red-300: #7d1007;
|
|
80
|
-
--pf-v6-global--palette--red-400: #470000;
|
|
81
|
-
--pf-v6-global--palette--red-500: #2c0000;
|
|
82
|
-
--pf-v6-global--palette--white: #fff;
|
|
83
|
-
--pf-v6-global--BackgroundColor--100: #fff;
|
|
84
|
-
--pf-v6-global--BackgroundColor--150: #fafafa;
|
|
85
|
-
--pf-v6-global--BackgroundColor--200: #f0f0f0;
|
|
86
|
-
--pf-v6-global--BackgroundColor--light-100: #fff;
|
|
87
|
-
--pf-v6-global--BackgroundColor--light-200: #fafafa;
|
|
88
|
-
--pf-v6-global--BackgroundColor--light-300: #f0f0f0;
|
|
89
|
-
--pf-v6-global--BackgroundColor--dark-100: #151515;
|
|
90
|
-
--pf-v6-global--BackgroundColor--dark-200: #3c3f42;
|
|
91
|
-
--pf-v6-global--BackgroundColor--dark-300: #212427;
|
|
92
|
-
--pf-v6-global--BackgroundColor--dark-400: #4f5255;
|
|
93
|
-
--pf-v6-global--BackgroundColor--dark-transparent-100: rgba(3, 3, 3, 0.62);
|
|
94
|
-
--pf-v6-global--BackgroundColor--dark-transparent-200: rgba(3, 3, 3, 0.32);
|
|
95
|
-
--pf-v6-global--Color--100: #151515;
|
|
96
|
-
--pf-v6-global--Color--200: #6a6e73;
|
|
97
|
-
--pf-v6-global--Color--300: #3c3f42;
|
|
98
|
-
--pf-v6-global--Color--400: #8a8d90;
|
|
99
|
-
--pf-v6-global--Color--light-100: #fff;
|
|
100
|
-
--pf-v6-global--Color--light-200: #f0f0f0;
|
|
101
|
-
--pf-v6-global--Color--light-300: #d2d2d2;
|
|
102
|
-
--pf-v6-global--Color--dark-100: #151515;
|
|
103
|
-
--pf-v6-global--Color--dark-200: #6a6e73;
|
|
104
|
-
--pf-v6-global--active-color--100: #06c;
|
|
105
|
-
--pf-v6-global--active-color--200: #bee1f4;
|
|
106
|
-
--pf-v6-global--active-color--300: #2b9af3;
|
|
107
|
-
--pf-v6-global--active-color--400: #73bcf7;
|
|
108
|
-
--pf-v6-global--disabled-color--100: #6a6e73;
|
|
109
|
-
--pf-v6-global--disabled-color--200: #d2d2d2;
|
|
110
|
-
--pf-v6-global--disabled-color--300: #f0f0f0;
|
|
111
|
-
--pf-v6-global--primary-color--100: #06c;
|
|
112
|
-
--pf-v6-global--primary-color--200: #004080;
|
|
113
|
-
--pf-v6-global--primary-color--light-100: #73bcf7;
|
|
114
|
-
--pf-v6-global--primary-color--dark-100: #06c;
|
|
115
|
-
--pf-v6-global--secondary-color--100: #6a6e73;
|
|
116
|
-
--pf-v6-global--custom-color--100: #73c5c5;
|
|
117
|
-
--pf-v6-global--custom-color--200: #009596;
|
|
118
|
-
--pf-v6-global--custom-color--300: #003737;
|
|
119
|
-
--pf-v6-global--success-color--100: #3e8635;
|
|
120
|
-
--pf-v6-global--success-color--200: #1e4f18;
|
|
121
|
-
--pf-v6-global--info-color--100: #2b9af3;
|
|
122
|
-
--pf-v6-global--info-color--200: #002952;
|
|
123
|
-
--pf-v6-global--warning-color--100: #f0ab00;
|
|
124
|
-
--pf-v6-global--warning-color--200: #795600;
|
|
125
|
-
--pf-v6-global--danger-color--100: #c9190b;
|
|
126
|
-
--pf-v6-global--danger-color--200: #a30000;
|
|
127
|
-
--pf-v6-global--danger-color--300: #470000;
|
|
128
|
-
--pf-v6-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.12), 0 0 0.125rem 0 rgba(3, 3, 3, 0.06);
|
|
129
|
-
--pf-v6-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
130
|
-
--pf-v6-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
131
|
-
--pf-v6-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
132
|
-
--pf-v6-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
133
|
-
--pf-v6-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.12), 0 0 0.25rem 0 rgba(3, 3, 3, 0.06);
|
|
134
|
-
--pf-v6-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
135
|
-
--pf-v6-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
136
|
-
--pf-v6-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
137
|
-
--pf-v6-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
138
|
-
--pf-v6-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08);
|
|
139
|
-
--pf-v6-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
140
|
-
--pf-v6-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
141
|
-
--pf-v6-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
142
|
-
--pf-v6-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
143
|
-
--pf-v6-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.16), 0 0 0.5rem 0 rgba(3, 3, 3, 0.1);
|
|
144
|
-
--pf-v6-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
145
|
-
--pf-v6-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
146
|
-
--pf-v6-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
147
|
-
--pf-v6-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
148
|
-
--pf-v6-global--BoxShadow--inset: inset 0 0 0.625rem 0 rgba(3, 3, 3, 0.25);
|
|
149
|
-
--pf-v6-global--font-path: "./assets/fonts";
|
|
150
|
-
--pf-v6-global--fonticon-path: "./assets/pficon";
|
|
151
|
-
--pf-v6-global--spacer--xs: 0.25rem;
|
|
152
|
-
--pf-v6-global--spacer--sm: 0.5rem;
|
|
153
|
-
--pf-v6-global--spacer--md: 1rem;
|
|
154
|
-
--pf-v6-global--spacer--lg: 1.5rem;
|
|
155
|
-
--pf-v6-global--spacer--xl: 2rem;
|
|
156
|
-
--pf-v6-global--spacer--2xl: 3rem;
|
|
157
|
-
--pf-v6-global--spacer--3xl: 4rem;
|
|
158
|
-
--pf-v6-global--spacer--4xl: 5rem;
|
|
159
|
-
--pf-v6-global--spacer--form-element: 0.375rem;
|
|
160
|
-
--pf-v6-global--gutter: 1rem;
|
|
161
|
-
--pf-v6-global--gutter--md: 1.5rem;
|
|
162
|
-
--pf-t--global--z-index--xs: 100;
|
|
163
|
-
--pf-t--global--z-index--sm: 200;
|
|
164
|
-
--pf-t--global--z-index--md: 300;
|
|
165
|
-
--pf-t--global--z-index--lg: 400;
|
|
166
|
-
--pf-t--global--z-index--xl: 500;
|
|
167
|
-
--pf-t--global--z-index--2xl: 600;
|
|
168
|
-
--pf-v6-global--breakpoint--xs: 0;
|
|
169
|
-
--pf-v6-global--breakpoint--sm: 576px;
|
|
170
|
-
--pf-v6-global--breakpoint--md: 768px;
|
|
171
|
-
--pf-v6-global--breakpoint--lg: 992px;
|
|
172
|
-
--pf-v6-global--breakpoint--xl: 1200px;
|
|
173
|
-
--pf-v6-global--breakpoint--2xl: 1450px;
|
|
174
|
-
--pf-v6-global--height-breakpoint--sm: 0;
|
|
175
|
-
--pf-v6-global--height-breakpoint--md: 40rem;
|
|
176
|
-
--pf-v6-global--height-breakpoint--lg: 48rem;
|
|
177
|
-
--pf-v6-global--height-breakpoint--xl: 60rem;
|
|
178
|
-
--pf-v6-global--height-breakpoint--2xl: 80rem;
|
|
179
|
-
--pf-v6-global--link--Color: #06c;
|
|
180
|
-
--pf-v6-global--link--Color--hover: #004080;
|
|
181
|
-
--pf-v6-global--link--Color--light: #2b9af3;
|
|
182
|
-
--pf-v6-global--link--Color--light--hover: #73bcf7;
|
|
183
|
-
--pf-v6-global--link--Color--dark: #06c;
|
|
184
|
-
--pf-v6-global--link--Color--dark--hover: #004080;
|
|
185
|
-
--pf-v6-global--link--Color--visited: #40199a;
|
|
186
|
-
--pf-v6-global--link--TextDecoration: none;
|
|
187
|
-
--pf-v6-global--link--TextDecoration--hover: underline;
|
|
188
|
-
--pf-v6-global--BorderWidth--sm: 1px;
|
|
189
|
-
--pf-v6-global--BorderWidth--md: 2px;
|
|
190
|
-
--pf-v6-global--BorderWidth--lg: 3px;
|
|
191
|
-
--pf-v6-global--BorderWidth--xl: 4px;
|
|
192
|
-
--pf-v6-global--BorderColor--100: #d2d2d2;
|
|
193
|
-
--pf-v6-global--BorderColor--200: #8a8d90;
|
|
194
|
-
--pf-v6-global--BorderColor--300: #f0f0f0;
|
|
195
|
-
--pf-v6-global--BorderColor--dark-100: #d2d2d2;
|
|
196
|
-
--pf-v6-global--BorderColor--light-100: #b8bbbe;
|
|
197
|
-
--pf-v6-global--BorderRadius--sm: 3px;
|
|
198
|
-
--pf-v6-global--BorderRadius--lg: 30em;
|
|
199
|
-
--pf-v6-global--icon--Color--light: #6a6e73;
|
|
200
|
-
--pf-v6-global--icon--Color--dark: #151515;
|
|
201
|
-
--pf-v6-global--icon--Color--light--light: #f0f0f0;
|
|
202
|
-
--pf-v6-global--icon--Color--dark--light: #fff;
|
|
203
|
-
--pf-v6-global--icon--Color--light--dark: #6a6e73;
|
|
204
|
-
--pf-v6-global--icon--Color--dark--dark: #151515;
|
|
205
|
-
--pf-v6-global--icon--FontSize--sm: 0.75rem;
|
|
206
|
-
--pf-v6-global--icon--FontSize--md: 1rem;
|
|
207
|
-
--pf-v6-global--icon--FontSize--lg: 1.5rem;
|
|
208
|
-
--pf-v6-global--icon--FontSize--xl: 3.375rem;
|
|
209
|
-
--pf-v6-global--FontFamily--text: "RedHatText", helvetica, arial, sans-serif;
|
|
210
|
-
--pf-v6-global--FontFamily--heading: "RedHatDisplay", helvetica, arial, sans-serif;
|
|
211
|
-
--pf-v6-global--FontFamily--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
212
|
-
--pf-v6-global--FontFamily--text--vf: "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif;
|
|
213
|
-
--pf-v6-global--FontFamily--heading--vf: "RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif;
|
|
214
|
-
--pf-v6-global--FontFamily--monospace--vf: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
215
|
-
--pf-v6-global--FontSize--4xl: 2.25rem;
|
|
216
|
-
--pf-v6-global--FontSize--3xl: 1.75rem;
|
|
217
|
-
--pf-v6-global--FontSize--2xl: 1.5rem;
|
|
218
|
-
--pf-v6-global--FontSize--xl: 1.25rem;
|
|
219
|
-
--pf-v6-global--FontSize--lg: 1.125rem;
|
|
220
|
-
--pf-v6-global--FontSize--md: 1rem;
|
|
221
|
-
--pf-v6-global--FontSize--sm: 0.875rem;
|
|
222
|
-
--pf-v6-global--FontSize--xs: 0.75rem;
|
|
223
|
-
--pf-v6-global--FontWeight--normal: 400;
|
|
224
|
-
--pf-v6-global--FontWeight--bold: 700;
|
|
225
|
-
--pf-v6-global--LineHeight--sm: 1.3;
|
|
226
|
-
--pf-v6-global--LineHeight--md: 1.5;
|
|
227
|
-
--pf-v6-global--ListStyle: disc outside;
|
|
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--transition--duration: 250ms;
|
|
231
|
-
--pf-v6-global--arrow--width: 0.9375rem;
|
|
232
|
-
--pf-v6-global--arrow--width-lg: 1.5625rem;
|
|
233
|
-
--pf-v6-global--target-size--MinWidth: 44px;
|
|
234
|
-
--pf-v6-global--target-size--MinHeight: 44px;
|
|
235
|
-
--pf-v6-global--inverse--multiplier: 1;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
:where(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
239
|
-
--pf-v6-global--inverse--multiplier: -1;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
1
|
html .ws-preview {
|
|
243
2
|
background-color: var(--pf-t--global--background--color--primary--default);
|
|
244
3
|
}
|
|
@@ -1342,74 +1101,26 @@ html .ws-preview {
|
|
|
1342
1101
|
--pf-t--global--color--status--unread--default--default: var(--pf-t--global--color--brand--default);
|
|
1343
1102
|
}
|
|
1344
1103
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
font-style: normal;
|
|
1348
|
-
font-weight: 400;
|
|
1349
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2");
|
|
1350
|
-
font-display: fallback;
|
|
1351
|
-
}
|
|
1352
|
-
@font-face {
|
|
1353
|
-
font-family: RedHatDisplay;
|
|
1354
|
-
font-style: italic;
|
|
1355
|
-
font-weight: 400;
|
|
1356
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff2") format("woff2");
|
|
1357
|
-
font-display: fallback;
|
|
1358
|
-
}
|
|
1359
|
-
@font-face {
|
|
1360
|
-
font-family: RedHatDisplay;
|
|
1361
|
-
font-style: normal;
|
|
1362
|
-
font-weight: 700;
|
|
1363
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2");
|
|
1364
|
-
font-display: fallback;
|
|
1365
|
-
}
|
|
1366
|
-
@font-face {
|
|
1367
|
-
font-family: RedHatDisplay;
|
|
1368
|
-
font-style: italic;
|
|
1369
|
-
font-weight: 700;
|
|
1370
|
-
src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff2") format("woff2");
|
|
1371
|
-
font-display: fallback;
|
|
1372
|
-
}
|
|
1373
|
-
@font-face {
|
|
1374
|
-
font-family: RedHatText;
|
|
1375
|
-
font-style: normal;
|
|
1376
|
-
font-weight: 400;
|
|
1377
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2");
|
|
1378
|
-
font-display: fallback;
|
|
1379
|
-
}
|
|
1380
|
-
@font-face {
|
|
1381
|
-
font-family: RedHatText;
|
|
1382
|
-
font-style: italic;
|
|
1383
|
-
font-weight: 400;
|
|
1384
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Italic.woff2") format("woff2");
|
|
1385
|
-
font-display: fallback;
|
|
1386
|
-
}
|
|
1387
|
-
@font-face {
|
|
1388
|
-
font-family: RedHatText;
|
|
1389
|
-
font-style: normal;
|
|
1390
|
-
font-weight: 700;
|
|
1391
|
-
src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2");
|
|
1392
|
-
font-display: fallback;
|
|
1104
|
+
:where(:root) {
|
|
1105
|
+
--pf-v6-global--inverse--multiplier: 1;
|
|
1393
1106
|
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
font-weight: 700;
|
|
1398
|
-
src: url("./assets/fonts/RedHatText/RedHatText-MediumItalic.woff2") format("woff2");
|
|
1399
|
-
font-display: fallback;
|
|
1107
|
+
|
|
1108
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
1109
|
+
--pf-v6-global--inverse--multiplier: -1;
|
|
1400
1110
|
}
|
|
1111
|
+
|
|
1401
1112
|
@font-face {
|
|
1402
|
-
font-family:
|
|
1113
|
+
font-family: RedHatTextVF;
|
|
1403
1114
|
font-style: normal;
|
|
1404
|
-
font-weight: 400;
|
|
1405
|
-
src: url("./assets/fonts/
|
|
1115
|
+
font-weight: 400 500;
|
|
1116
|
+
src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
|
|
1406
1117
|
font-display: fallback;
|
|
1407
1118
|
}
|
|
1408
1119
|
@font-face {
|
|
1409
|
-
font-family:
|
|
1120
|
+
font-family: RedHatTextVF;
|
|
1410
1121
|
font-style: italic;
|
|
1411
|
-
font-weight: 400;
|
|
1412
|
-
src: url("./assets/fonts/
|
|
1122
|
+
font-weight: 400 500;
|
|
1123
|
+
src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
|
|
1413
1124
|
font-display: fallback;
|
|
1414
1125
|
}
|
|
1415
1126
|
@font-face {
|
|
@@ -1426,20 +1137,6 @@ html .ws-preview {
|
|
|
1426
1137
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
|
|
1427
1138
|
font-display: fallback;
|
|
1428
1139
|
}
|
|
1429
|
-
@font-face {
|
|
1430
|
-
font-family: RedHatTextVF;
|
|
1431
|
-
font-style: normal;
|
|
1432
|
-
font-weight: 400 500;
|
|
1433
|
-
src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
|
|
1434
|
-
font-display: fallback;
|
|
1435
|
-
}
|
|
1436
|
-
@font-face {
|
|
1437
|
-
font-family: RedHatTextVF;
|
|
1438
|
-
font-style: italic;
|
|
1439
|
-
font-weight: 400 500;
|
|
1440
|
-
src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
|
|
1441
|
-
font-display: fallback;
|
|
1442
|
-
}
|
|
1443
1140
|
@font-face {
|
|
1444
1141
|
font-family: RedHatMonoVF;
|
|
1445
1142
|
font-style: normal;
|
package/patternfly-charts.css
CHANGED
|
@@ -1,325 +1,3 @@
|
|
|
1
1
|
.pf-v6-chart svg g[clip-path] {
|
|
2
2
|
mix-blend-mode: multiply;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
:where(:root) {
|
|
6
|
-
--pf-v6-chart-color-blue-100: #8bc1f7;
|
|
7
|
-
--pf-v6-chart-color-blue-200: #519de9;
|
|
8
|
-
--pf-v6-chart-color-blue-300: #06c;
|
|
9
|
-
--pf-v6-chart-color-blue-400: #004b95;
|
|
10
|
-
--pf-v6-chart-color-blue-500: #002f5d;
|
|
11
|
-
--pf-v6-chart-color-green-100: #bde2b9;
|
|
12
|
-
--pf-v6-chart-color-green-200: #7cc674;
|
|
13
|
-
--pf-v6-chart-color-green-300: #4cb140;
|
|
14
|
-
--pf-v6-chart-color-green-400: #38812f;
|
|
15
|
-
--pf-v6-chart-color-green-500: #23511e;
|
|
16
|
-
--pf-v6-chart-color-cyan-100: #a2d9d9;
|
|
17
|
-
--pf-v6-chart-color-cyan-200: #73c5c5;
|
|
18
|
-
--pf-v6-chart-color-cyan-300: #009596;
|
|
19
|
-
--pf-v6-chart-color-cyan-400: #005f60;
|
|
20
|
-
--pf-v6-chart-color-cyan-500: #003737;
|
|
21
|
-
--pf-v6-chart-color-purple-100: #b2b0ea;
|
|
22
|
-
--pf-v6-chart-color-purple-200: #8481dd;
|
|
23
|
-
--pf-v6-chart-color-purple-300: #5752d1;
|
|
24
|
-
--pf-v6-chart-color-purple-400: #3c3d99;
|
|
25
|
-
--pf-v6-chart-color-purple-500: #2a265f;
|
|
26
|
-
--pf-v6-chart-color-gold-100: #f9e0a2;
|
|
27
|
-
--pf-v6-chart-color-gold-200: #f6d173;
|
|
28
|
-
--pf-v6-chart-color-gold-300: #f4c145;
|
|
29
|
-
--pf-v6-chart-color-gold-400: #f0ab00;
|
|
30
|
-
--pf-v6-chart-color-gold-500: #c58c00;
|
|
31
|
-
--pf-v6-chart-color-orange-100: #f4b678;
|
|
32
|
-
--pf-v6-chart-color-orange-200: #ef9234;
|
|
33
|
-
--pf-v6-chart-color-orange-300: #ec7a08;
|
|
34
|
-
--pf-v6-chart-color-orange-400: #c46100;
|
|
35
|
-
--pf-v6-chart-color-orange-500: #8f4700;
|
|
36
|
-
--pf-v6-chart-color-red-100: #c9190b;
|
|
37
|
-
--pf-v6-chart-color-red-200: #a30000;
|
|
38
|
-
--pf-v6-chart-color-red-300: #7d1007;
|
|
39
|
-
--pf-v6-chart-color-red-400: #470000;
|
|
40
|
-
--pf-v6-chart-color-red-500: #2c0000;
|
|
41
|
-
--pf-v6-chart-color-black-100: #f0f0f0;
|
|
42
|
-
--pf-v6-chart-color-black-200: #d2d2d2;
|
|
43
|
-
--pf-v6-chart-color-black-300: #b8bbbe;
|
|
44
|
-
--pf-v6-chart-color-black-400: #8a8d90;
|
|
45
|
-
--pf-v6-chart-color-black-500: #6a6e73;
|
|
46
|
-
--pf-v6-chart-global--FontSize--xs: 12;
|
|
47
|
-
--pf-v6-chart-global--FontSize--sm: 14;
|
|
48
|
-
--pf-v6-chart-global--FontSize--lg: 18;
|
|
49
|
-
--pf-v6-chart-global--FontSize--2xl: 24;
|
|
50
|
-
--pf-v6-chart-global--FontFamily: "RedHatText", helvetica, arial, sans-serif;
|
|
51
|
-
--pf-v6-chart-global--letter-spacing: normal;
|
|
52
|
-
--pf-v6-chart-global--label--Padding: 10;
|
|
53
|
-
--pf-v6-chart-global--label--Margin: 8;
|
|
54
|
-
--pf-v6-chart-global--label--stroke: transparent;
|
|
55
|
-
--pf-v6-chart-global--label--text-anchor: middle;
|
|
56
|
-
--pf-v6-chart-global--label--stroke--Width: 0;
|
|
57
|
-
--pf-v6-chart-global--label--Fill: #151515;
|
|
58
|
-
--pf-v6-chart-global--layout--Padding: 50;
|
|
59
|
-
--pf-v6-chart-global--layout--Height: 300;
|
|
60
|
-
--pf-v6-chart-global--layout--Width: 450;
|
|
61
|
-
--pf-v6-chart-global--stroke--Width--xs: 1;
|
|
62
|
-
--pf-v6-chart-global--stroke--Width--sm: 2;
|
|
63
|
-
--pf-v6-chart-global--BorderWidth--xs: 1;
|
|
64
|
-
--pf-v6-chart-global--BorderWidth--sm: 2;
|
|
65
|
-
--pf-v6-chart-global--BorderWidth--lg: 8;
|
|
66
|
-
--pf-v6-chart-global--stroke-line-cap: round;
|
|
67
|
-
--pf-v6-chart-global--stroke-line-join: round;
|
|
68
|
-
--pf-v6-chart-global--danger--Color--100: #c9190b;
|
|
69
|
-
--pf-v6-chart-global--warning--Color--100: #ec7a08;
|
|
70
|
-
--pf-v6-chart-global--warning--Color--200: #f0ab00;
|
|
71
|
-
--pf-v6-chart-global--success--Color--100: #06c;
|
|
72
|
-
--pf-v6-chart-global--Fill--Color--900: #151515;
|
|
73
|
-
--pf-v6-chart-global--Fill--Color--700: #4f5255;
|
|
74
|
-
--pf-v6-chart-global--Fill--Color--500: #8a8d90;
|
|
75
|
-
--pf-v6-chart-global--Fill--Color--400: #b8bbbe;
|
|
76
|
-
--pf-v6-chart-global--Fill--Color--300: #d2d2d2;
|
|
77
|
-
--pf-v6-chart-global--Fill--Color--200: #f0f0f0;
|
|
78
|
-
--pf-v6-chart-global--Fill--Color--white: #fff;
|
|
79
|
-
--pf-v6-chart-area--Opacity: 0.3;
|
|
80
|
-
--pf-v6-chart-area--stroke--Width: 2;
|
|
81
|
-
--pf-v6-chart-area--data--Fill: #151515;
|
|
82
|
-
--pf-v6-chart-axis--axis--stroke--Width: 1;
|
|
83
|
-
--pf-v6-chart-axis--axis--stroke--Color: #d2d2d2;
|
|
84
|
-
--pf-v6-chart-axis--axis--Fill: transparent;
|
|
85
|
-
--pf-v6-chart-axis--axis-label--Padding: 40;
|
|
86
|
-
--pf-v6-chart-axis--axis-label--stroke--Color: transparent;
|
|
87
|
-
--pf-v6-chart-axis--grid--Fill: none;
|
|
88
|
-
--pf-v6-chart-axis--grid--stroke--Color: #d2d2d2;
|
|
89
|
-
--pf-v6-chart-axis--grid--PointerEvents: painted;
|
|
90
|
-
--pf-v6-chart-axis--tick--Fill: transparent;
|
|
91
|
-
--pf-v6-chart-axis--tick--Size: 5;
|
|
92
|
-
--pf-v6-chart-axis--tick--Width: 1;
|
|
93
|
-
--pf-v6-chart-axis--tick--stroke--Color: #d2d2d2;
|
|
94
|
-
--pf-v6-chart-axis--tick-label--Fill: #4f5255;
|
|
95
|
-
--pf-v6-chart-bar--Width: 10;
|
|
96
|
-
--pf-v6-chart-bar--data--stroke: none;
|
|
97
|
-
--pf-v6-chart-bar--data--Fill: #151515;
|
|
98
|
-
--pf-v6-chart-bar--data--Padding: 8;
|
|
99
|
-
--pf-v6-chart-bar--data-stroke--Width: 0;
|
|
100
|
-
--pf-v6-chart-boxplot--max--Padding: 8;
|
|
101
|
-
--pf-v6-chart-boxplot--max--stroke--Color: #151515;
|
|
102
|
-
--pf-v6-chart-boxplot--max--stroke--Width: 1;
|
|
103
|
-
--pf-v6-chart-boxplot--median--Padding: 8;
|
|
104
|
-
--pf-v6-chart-boxplot--median--stroke--Color: #151515;
|
|
105
|
-
--pf-v6-chart-boxplot--median--stroke--Width: 1;
|
|
106
|
-
--pf-v6-chart-boxplot--min--Padding: 8;
|
|
107
|
-
--pf-v6-chart-boxplot--min--stroke--Width: 1;
|
|
108
|
-
--pf-v6-chart-boxplot--min--stroke--Color: #151515;
|
|
109
|
-
--pf-v6-chart-boxplot--lower-quartile--Padding: 8;
|
|
110
|
-
--pf-v6-chart-boxplot--lower-quartile--Fill: #8a8d90;
|
|
111
|
-
--pf-v6-chart-boxplot--upper-quartile--Padding: 8;
|
|
112
|
-
--pf-v6-chart-boxplot--upper-quartile--Fill: #8a8d90;
|
|
113
|
-
--pf-v6-chart-boxplot--box--Width: 20;
|
|
114
|
-
--pf-v6-chart-bullet--axis--tick--count: 5;
|
|
115
|
-
--pf-v6-chart-bullet--comparative-measure--Fill--Color: #4f5255;
|
|
116
|
-
--pf-v6-chart-bullet--comparative-measure--stroke--Color: #4f5255;
|
|
117
|
-
--pf-v6-chart-bullet--comparative-measure--stroke--Width: 1;
|
|
118
|
-
--pf-v6-chart-bullet--comparative-measure--error--Fill--Color: #c9190b;
|
|
119
|
-
--pf-v6-chart-bullet--comparative-measure--error--stroke--Color: #c9190b;
|
|
120
|
-
--pf-v6-chart-bullet--comparative-measure--error--stroke--Width: 2;
|
|
121
|
-
--pf-v6-chart-bullet--comparative-measure--error--Width: 30;
|
|
122
|
-
--pf-v6-chart-bullet--comparative-measure--warning--Fill--Color: #ec7a08;
|
|
123
|
-
--pf-v6-chart-bullet--comparative-measure--warning--stroke--Color: #ec7a08;
|
|
124
|
-
--pf-v6-chart-bullet--comparative-measure--warning--stroke--Width: 2;
|
|
125
|
-
--pf-v6-chart-bullet--comparative-measure--warning--Width: 30;
|
|
126
|
-
--pf-v6-chart-bullet--comparative-measure--Width: 30;
|
|
127
|
-
--pf-v6-chart-bullet--group-title--divider--Fill--Color: #f0f0f0;
|
|
128
|
-
--pf-v6-chart-bullet--group-title--divider--stroke--Color: #f0f0f0;
|
|
129
|
-
--pf-v6-chart-bullet--group-title--divider--stroke--Width: 2;
|
|
130
|
-
--pf-v6-chart-bullet--Height: 140;
|
|
131
|
-
--pf-v6-chart-bullet--label--title--Fill: #151515;
|
|
132
|
-
--pf-v6-chart-bullet--label--grouptitle--Fill: #151515;
|
|
133
|
-
--pf-v6-chart-bullet--label--subtitle--Fill: #b8bbbe;
|
|
134
|
-
--pf-v6-chart-bullet--primary-measure--dot--size: 6;
|
|
135
|
-
--pf-v6-chart-bullet--primary-measure--segmented--Width: 9;
|
|
136
|
-
--pf-v6-chart-bullet--negative-measure--ColorScale--100: #c9190b;
|
|
137
|
-
--pf-v6-chart-bullet--negative-measure--ColorScale--200: #a30000;
|
|
138
|
-
--pf-v6-chart-bullet--negative-measure--ColorScale--300: #7d1007;
|
|
139
|
-
--pf-v6-chart-bullet--negative-measure--ColorScale--400: #470000;
|
|
140
|
-
--pf-v6-chart-bullet--negative-measure--ColorScale--500: #2c0000;
|
|
141
|
-
--pf-v6-chart-bullet--qualitative-range--Width: 30;
|
|
142
|
-
--pf-v6-chart-bullet--qualitative-range--ColorScale--100: #f0f0f0;
|
|
143
|
-
--pf-v6-chart-bullet--qualitative-range--ColorScale--200: #d2d2d2;
|
|
144
|
-
--pf-v6-chart-bullet--qualitative-range--ColorScale--300: #b8bbbe;
|
|
145
|
-
--pf-v6-chart-bullet--qualitative-range--ColorScale--400: #8a8d90;
|
|
146
|
-
--pf-v6-chart-bullet--qualitative-range--ColorScale--500: #6a6e73;
|
|
147
|
-
--pf-v6-chart-candelstick--data--stroke--Width: 1;
|
|
148
|
-
--pf-v6-chart-candelstick--data--stroke--Color: #151515;
|
|
149
|
-
--pf-v6-chart-candelstick--candle--positive--Color: #fff;
|
|
150
|
-
--pf-v6-chart-candelstick--candle--negative--Color: #151515;
|
|
151
|
-
--pf-v6-chart-container--cursor--line--Fill: #151515;
|
|
152
|
-
--pf-v6-chart-donut--label--title--Fill: #151515;
|
|
153
|
-
--pf-v6-chart-donut--label--subtitle--Fill: #b8bbbe;
|
|
154
|
-
--pf-v6-chart-donut--label--subtitle--position: center;
|
|
155
|
-
--pf-v6-chart-donut--pie--Height: 230;
|
|
156
|
-
--pf-v6-chart-donut--pie--angle--Padding: 1;
|
|
157
|
-
--pf-v6-chart-donut--pie--Padding: 20;
|
|
158
|
-
--pf-v6-chart-donut--pie--Width: 230;
|
|
159
|
-
--pf-v6-chart-donut--threshold--first--Color: #f0f0f0;
|
|
160
|
-
--pf-v6-chart-donut--threshold--second--Color: #d2d2d2;
|
|
161
|
-
--pf-v6-chart-donut--threshold--third--Color: #b8bbbe;
|
|
162
|
-
--pf-v6-chart-donut--threshold--warning--Color: #f0ab00;
|
|
163
|
-
--pf-v6-chart-donut--threshold--danger--Color: #c9190b;
|
|
164
|
-
--pf-v6-chart-donut--threshold--dynamic--pie--Height: 202;
|
|
165
|
-
--pf-v6-chart-donut--threshold--dynamic--pie--Padding: 20;
|
|
166
|
-
--pf-v6-chart-donut--threshold--dynamic--pie--Width: 202;
|
|
167
|
-
--pf-v6-chart-donut--threshold--static--pie--Height: 230;
|
|
168
|
-
--pf-v6-chart-donut--threshold--static--pie--angle--Padding: 1;
|
|
169
|
-
--pf-v6-chart-donut--threshold--static--pie--Padding: 20;
|
|
170
|
-
--pf-v6-chart-donut--threshold--static--pie--Width: 230;
|
|
171
|
-
--pf-v6-chart-donut--utilization--dynamic--pie--Height: 230;
|
|
172
|
-
--pf-v6-chart-donut--utilization--dynamic--pie--angle--Padding: 1;
|
|
173
|
-
--pf-v6-chart-donut--utilization--dynamic--pie--Padding: 20;
|
|
174
|
-
--pf-v6-chart-donut--utilization--dynamic--pie--Width: 230;
|
|
175
|
-
--pf-v6-chart-donut--utilization--static--pie--Padding: 20;
|
|
176
|
-
--pf-v6-chart-errorbar--BorderWidth: 8;
|
|
177
|
-
--pf-v6-chart-errorbar--data--Fill: transparent;
|
|
178
|
-
--pf-v6-chart-errorbar--data--Opacity: 1;
|
|
179
|
-
--pf-v6-chart-errorbar--data-stroke--Width: 2;
|
|
180
|
-
--pf-v6-chart-errorbar--data-stroke--Color: #151515;
|
|
181
|
-
--pf-v6-chart-legend--gutter--Width: 20;
|
|
182
|
-
--pf-v6-chart-legend--orientation: horizontal;
|
|
183
|
-
--pf-v6-chart-legend--position: right;
|
|
184
|
-
--pf-v6-chart-legend--title--orientation: top;
|
|
185
|
-
--pf-v6-chart-legend--data--type: square;
|
|
186
|
-
--pf-v6-chart-legend--title--Padding: 2;
|
|
187
|
-
--pf-v6-chart-legend--Margin: 16;
|
|
188
|
-
--pf-v6-chart-line--data--Fill: transparent;
|
|
189
|
-
--pf-v6-chart-line--data--Opacity: 1;
|
|
190
|
-
--pf-v6-chart-line--data--stroke--Width: 2;
|
|
191
|
-
--pf-v6-chart-line--data--stroke--Color: #151515;
|
|
192
|
-
--pf-v6-chart-pie--Padding: 20;
|
|
193
|
-
--pf-v6-chart-pie--data--Padding: 8;
|
|
194
|
-
--pf-v6-chart-pie--data--stroke--Width: 1;
|
|
195
|
-
--pf-v6-chart-pie--data--stroke--Color: transparent;
|
|
196
|
-
--pf-v6-chart-pie--labels--Padding: 8;
|
|
197
|
-
--pf-v6-chart-pie--Height: 230;
|
|
198
|
-
--pf-v6-chart-pie--Width: 230;
|
|
199
|
-
--pf-v6-chart-scatter--data--stroke--Color: transparent;
|
|
200
|
-
--pf-v6-chart-scatter--data--stroke--Width: 0;
|
|
201
|
-
--pf-v6-chart-scatter--data--Opacity: 1;
|
|
202
|
-
--pf-v6-chart-scatter--data--Fill: #151515;
|
|
203
|
-
--pf-v6-chart-scatter--active--size: 5;
|
|
204
|
-
--pf-v6-chart-scatter--size: 3;
|
|
205
|
-
--pf-v6-chart-stack--data--stroke--Width: 1;
|
|
206
|
-
--pf-v6-chart-threshold--stroke-dash-array: 4,2;
|
|
207
|
-
--pf-v6-chart-threshold--stroke--Width: 1.5;
|
|
208
|
-
--pf-v6-chart-tooltip--corner-radius: 0;
|
|
209
|
-
--pf-v6-chart-tooltip--pointer-length: 10;
|
|
210
|
-
--pf-v6-chart-tooltip--Fill: #f0f0f0;
|
|
211
|
-
--pf-v6-chart-tooltip--flyoutStyle--corner-radius: 0;
|
|
212
|
-
--pf-v6-chart-tooltip--flyoutStyle--stroke--Width: 0;
|
|
213
|
-
--pf-v6-chart-tooltip--flyoutStyle--PointerEvents: none;
|
|
214
|
-
--pf-v6-chart-tooltip--flyoutStyle--stroke--Color: #151515;
|
|
215
|
-
--pf-v6-chart-tooltip--flyoutStyle--Fill: #151515;
|
|
216
|
-
--pf-v6-chart-tooltip--pointer--Width: 20;
|
|
217
|
-
--pf-v6-chart-tooltip--Padding: 8;
|
|
218
|
-
--pf-v6-chart-tooltip--PointerEvents: none;
|
|
219
|
-
--pf-v6-chart-voronoi--data--Fill: transparent;
|
|
220
|
-
--pf-v6-chart-voronoi--data--stroke--Color: transparent;
|
|
221
|
-
--pf-v6-chart-voronoi--data--stroke--Width: 0;
|
|
222
|
-
--pf-v6-chart-voronoi--labels--Padding: 8;
|
|
223
|
-
--pf-v6-chart-voronoi--labels--Fill: #f0f0f0;
|
|
224
|
-
--pf-v6-chart-voronoi--labels--PointerEvents: none;
|
|
225
|
-
--pf-v6-chart-voronoi--flyout--stroke--Width: 1;
|
|
226
|
-
--pf-v6-chart-voronoi--flyout--PointerEvents: none;
|
|
227
|
-
--pf-v6-chart-voronoi--flyout--stroke--Color: #151515;
|
|
228
|
-
--pf-v6-chart-voronoi--flyout--stroke--Fill: #151515;
|
|
229
|
-
--pf-v6-chart-voronoi--flyout--PointerEvents: none;
|
|
230
|
-
--pf-v6-chart-theme--blue--ColorScale--100: #06c;
|
|
231
|
-
--pf-v6-chart-theme--blue--ColorScale--200: #8bc1f7;
|
|
232
|
-
--pf-v6-chart-theme--blue--ColorScale--300: #002f5d;
|
|
233
|
-
--pf-v6-chart-theme--blue--ColorScale--400: #519de9;
|
|
234
|
-
--pf-v6-chart-theme--blue--ColorScale--500: #004b95;
|
|
235
|
-
--pf-v6-chart-theme--cyan--ColorScale--100: #009596;
|
|
236
|
-
--pf-v6-chart-theme--cyan--ColorScale--200: #a2d9d9;
|
|
237
|
-
--pf-v6-chart-theme--cyan--ColorScale--300: #003737;
|
|
238
|
-
--pf-v6-chart-theme--cyan--ColorScale--400: #73c5c5;
|
|
239
|
-
--pf-v6-chart-theme--cyan--ColorScale--500: #005f60;
|
|
240
|
-
--pf-v6-chart-theme--gold--ColorScale--100: #f4c145;
|
|
241
|
-
--pf-v6-chart-theme--gold--ColorScale--200: #f9e0a2;
|
|
242
|
-
--pf-v6-chart-theme--gold--ColorScale--300: #c58c00;
|
|
243
|
-
--pf-v6-chart-theme--gold--ColorScale--400: #f6d173;
|
|
244
|
-
--pf-v6-chart-theme--gold--ColorScale--500: #f0ab00;
|
|
245
|
-
--pf-v6-chart-theme--gray--ColorScale--100: #b8bbbe;
|
|
246
|
-
--pf-v6-chart-theme--gray--ColorScale--200: #f0f0f0;
|
|
247
|
-
--pf-v6-chart-theme--gray--ColorScale--300: #6a6e73;
|
|
248
|
-
--pf-v6-chart-theme--gray--ColorScale--400: #d2d2d2;
|
|
249
|
-
--pf-v6-chart-theme--gray--ColorScale--500: #8a8d90;
|
|
250
|
-
--pf-v6-chart-theme--green--ColorScale--100: #4cb140;
|
|
251
|
-
--pf-v6-chart-theme--green--ColorScale--200: #bde2b9;
|
|
252
|
-
--pf-v6-chart-theme--green--ColorScale--300: #23511e;
|
|
253
|
-
--pf-v6-chart-theme--green--ColorScale--400: #7cc674;
|
|
254
|
-
--pf-v6-chart-theme--green--ColorScale--500: #38812f;
|
|
255
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--100: #06c;
|
|
256
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--200: #4cb140;
|
|
257
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--300: #009596;
|
|
258
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--400: #f4c145;
|
|
259
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--500: #ec7a08;
|
|
260
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--600: #8bc1f7;
|
|
261
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--700: #23511e;
|
|
262
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--800: #a2d9d9;
|
|
263
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--900: #f9e0a2;
|
|
264
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1000: #8f4700;
|
|
265
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1100: #002f5d;
|
|
266
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1200: #bde2b9;
|
|
267
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1300: #003737;
|
|
268
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1400: #c58c00;
|
|
269
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1500: #f4b678;
|
|
270
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1600: #519de9;
|
|
271
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1700: #38812f;
|
|
272
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1800: #73c5c5;
|
|
273
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--1900: #f6d173;
|
|
274
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2000: #c46100;
|
|
275
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2100: #004b95;
|
|
276
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2200: #7cc674;
|
|
277
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2300: #005f60;
|
|
278
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2400: #f0ab00;
|
|
279
|
-
--pf-v6-chart-theme--multi-color-ordered--ColorScale--2500: #ef9234;
|
|
280
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--100: #06c;
|
|
281
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--200: #f4c145;
|
|
282
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--300: #4cb140;
|
|
283
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--400: #5752d1;
|
|
284
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--500: #ec7a08;
|
|
285
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--600: #009596;
|
|
286
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--700: #b8bbbe;
|
|
287
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--800: #8bc1f7;
|
|
288
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--900: #c58c00;
|
|
289
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1000: #bde2b9;
|
|
290
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1100: #2a265f;
|
|
291
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1200: #f4b678;
|
|
292
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1300: #003737;
|
|
293
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1400: #f0f0f0;
|
|
294
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1500: #002f5d;
|
|
295
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1600: #f9e0a2;
|
|
296
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1700: #23511e;
|
|
297
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1800: #b2b0ea;
|
|
298
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--1900: #8f4700;
|
|
299
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2000: #a2d9d9;
|
|
300
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2100: #6a6e73;
|
|
301
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2200: #519de9;
|
|
302
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2300: #f0ab00;
|
|
303
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2400: #7cc674;
|
|
304
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2500: #3c3d99;
|
|
305
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2600: #ef9234;
|
|
306
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2700: #005f60;
|
|
307
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2800: #d2d2d2;
|
|
308
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--2900: #004b95;
|
|
309
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3000: #f6d173;
|
|
310
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3100: #38812f;
|
|
311
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3200: #8481dd;
|
|
312
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3300: #c46100;
|
|
313
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3400: #73c5c5;
|
|
314
|
-
--pf-v6-chart-theme--multi-color-unordered--ColorScale--3500: #8a8d90;
|
|
315
|
-
--pf-v6-chart-theme--orange--ColorScale--100: #ec7a08;
|
|
316
|
-
--pf-v6-chart-theme--orange--ColorScale--200: #f4b678;
|
|
317
|
-
--pf-v6-chart-theme--orange--ColorScale--300: #8f4700;
|
|
318
|
-
--pf-v6-chart-theme--orange--ColorScale--400: #ef9234;
|
|
319
|
-
--pf-v6-chart-theme--orange--ColorScale--500: #c46100;
|
|
320
|
-
--pf-v6-chart-theme--purple--ColorScale--100: #5752d1;
|
|
321
|
-
--pf-v6-chart-theme--purple--ColorScale--200: #b2b0ea;
|
|
322
|
-
--pf-v6-chart-theme--purple--ColorScale--300: #2a265f;
|
|
323
|
-
--pf-v6-chart-theme--purple--ColorScale--400: #8481dd;
|
|
324
|
-
--pf-v6-chart-theme--purple--ColorScale--500: #3c3d99;
|
|
325
3
|
}
|