@patternfly/patternfly 6.0.0-alpha.107 → 6.0.0-alpha.109
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/README.md +0 -1
- package/base/_common.scss +4 -4
- package/base/_globals.scss +2 -2
- package/base/_themes.scss +3 -3
- package/base/_variables.scss +14 -14
- package/base/patternfly-variables.css +18 -12
- package/base/themes/dark/_globals.scss +1 -1
- package/base/tokens/_tokens-charts.scss +1 -1
- package/base/tokens/_tokens-dark.scss +3 -3
- package/base/tokens/_tokens-default.scss +17 -11
- package/base/tokens/_tokens-palette.scss +1 -1
- package/components/AboutModalBox/about-modal-box.scss +12 -12
- package/components/Accordion/accordion.scss +2 -2
- package/components/Alert/alert.css +4 -4
- package/components/Alert/alert.scss +6 -8
- package/components/AppLauncher/app-launcher.scss +2 -2
- package/components/AppLauncher/themes/dark/app-launcher.scss +1 -1
- package/components/Avatar/avatar.scss +5 -5
- package/components/BackToTop/back-to-top.scss +1 -1
- package/components/BackgroundImage/background-image.scss +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Brand/brand.scss +3 -3
- package/components/Breadcrumb/breadcrumb.css +2 -2
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +5 -5
- package/components/Card/card.scss +6 -6
- package/components/Chip/chip-group.scss +2 -2
- package/components/Chip/chip.scss +4 -4
- package/components/Chip/themes/dark/chip.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/Content/content.scss +4 -4
- package/components/ContextSelector/context-selector.scss +5 -5
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.scss +6 -6
- package/components/DataList/data-list.css +17 -17
- package/components/DataList/data-list.scss +6 -6
- package/components/DescriptionList/description-list-order.scss +1 -1
- package/components/DescriptionList/description-list.scss +5 -5
- package/components/Divider/divider.css +15 -15
- package/components/Divider/divider.scss +16 -16
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +27 -27
- package/components/Dropdown/dropdown.scss +6 -6
- package/components/Dropdown/themes/dark/dropdown.scss +1 -1
- package/components/DualListSelector/dual-list-selector.scss +4 -4
- package/components/ExpandableSection/expandable-section.scss +1 -1
- package/components/Form/form.scss +8 -8
- package/components/FormControl/form-control.css +3 -3
- package/components/FormControl/form-control.scss +3 -3
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +1 -1
- package/components/JumpLinks/jump-links.css +2 -2
- package/components/JumpLinks/jump-links.scss +6 -6
- package/components/Label/label-group.scss +1 -1
- package/components/Label/label.scss +2 -2
- package/components/LogViewer/log-viewer.scss +3 -3
- package/components/LogViewer/themes/dark/log-viewer.scss +2 -2
- package/components/Login/login.scss +13 -13
- package/components/Masthead/masthead.scss +15 -15
- package/components/Menu/menu.css +17 -17
- package/components/Menu/menu.scss +9 -9
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/ModalBox/modal-box.scss +3 -3
- package/components/Nav/nav.scss +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/NumberInput/number-input.scss +1 -1
- package/components/OptionsMenu/options-menu.scss +3 -3
- package/components/OptionsMenu/themes/dark/options-menu.scss +1 -1
- package/components/Page/page.css +16 -16
- package/components/Page/page.scss +19 -19
- package/components/Pagination/pagination.scss +10 -10
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.scss +1 -1
- package/components/ProgressStepper/progress-stepper.scss +11 -11
- package/components/Select/select.scss +5 -5
- package/components/Select/themes/dark/select.scss +1 -1
- package/components/Sidebar/sidebar.css +84 -84
- package/components/Sidebar/sidebar.scss +12 -12
- package/components/Skeleton/skeleton.scss +1 -1
- package/components/Slider/slider.scss +11 -11
- package/components/Switch/switch.scss +2 -2
- package/components/TabContent/tab-content.scss +1 -1
- package/components/Table/table-grid.scss +6 -6
- package/components/Table/table-tree-view.scss +6 -6
- package/components/Table/table.css +15 -15
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.scss +10 -10
- package/components/TextInputGroup/text-input-group.scss +1 -1
- package/components/ToggleGroup/toggle-group.css +2 -2
- package/components/ToggleGroup/toggle-group.scss +2 -2
- package/components/Toolbar/toolbar.css +15 -15
- package/components/Toolbar/toolbar.scss +20 -20
- package/components/TreeView/tree-view.scss +5 -5
- package/components/Truncate/truncate.scss +3 -3
- package/components/Wizard/wizard.scss +10 -10
- package/docs/components/Badge/examples/Badge.md +0 -21
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +17 -58
- package/docs/components/Menu/examples/Menu.md +14 -6
- package/docs/components/MenuToggle/examples/MenuToggle.md +19 -0
- package/layouts/Flex/flex.scss +12 -12
- package/layouts/Gallery/gallery.scss +2 -2
- package/layouts/Grid/grid.scss +5 -5
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +18 -12
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +1 -1
- package/patternfly-base-no-globals.css +18 -12
- package/patternfly-base-theme-dark-unversioned.css +18 -12
- package/patternfly-base.css +18 -12
- package/patternfly-charts-theme-dark-unversioned.scss +4 -4
- package/patternfly-charts-theme-dark.css +2 -2
- package/patternfly-charts-theme-dark.scss +4 -4
- package/patternfly-no-globals.css +163 -157
- package/patternfly-theme-dark-unversioned.css +163 -157
- package/patternfly.css +163 -157
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/functions.scss +11 -11
- package/sass-utilities/mixins.scss +55 -54
- package/sass-utilities/placeholders.scss +12 -12
- package/sass-utilities/scss-variables.scss +27 -27
- package/sass-utilities/themes/dark/mixins.scss +2 -2
- package/sass-utilities/themes/dark/placeholders.scss +1 -1
- package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
- package/utilities/Accessibility/accessibility.scss +6 -6
- package/utilities/Alignment/alignment.scss +1 -1
- package/utilities/BackgroundColor/BackgroundColor.scss +1 -1
- package/utilities/BoxShadow/box-shadow.scss +1 -1
- package/utilities/Display/display.scss +1 -1
- package/utilities/Flex/flex.scss +10 -10
- package/utilities/Float/float.scss +1 -1
- package/utilities/Sizing/sizing.scss +6 -6
- package/utilities/Spacing/spacing.scss +3 -3
- package/utilities/Text/text.scss +5 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
|
@@ -36,26 +36,6 @@ cssPrefix: pf-v6-c-badge
|
|
|
36
36
|
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
### Badge as toggle
|
|
40
|
-
|
|
41
|
-
```html
|
|
42
|
-
<span class="pf-v6-c-badge pf-m-read">
|
|
43
|
-
7
|
|
44
|
-
<span class="pf-v6-c-badge__toggle-icon">
|
|
45
|
-
<i class="fas fa-caret-down"></i>
|
|
46
|
-
</span>
|
|
47
|
-
</span>
|
|
48
|
-
<span class="pf-v6-c-badge pf-m-unread">
|
|
49
|
-
7
|
|
50
|
-
<span class="pf-v6-screen-reader">unread messages</span>
|
|
51
|
-
|
|
52
|
-
<span class="pf-v6-c-badge__toggle-icon">
|
|
53
|
-
<i class="fas fa-caret-down"></i>
|
|
54
|
-
</span>
|
|
55
|
-
</span>
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
|
|
59
39
|
## Documentation
|
|
60
40
|
|
|
61
41
|
### Overview
|
|
@@ -67,6 +47,5 @@ Always add a modifier class. Never use the class `.pf-v6-c-badge` on its own.
|
|
|
67
47
|
| Class | Applied to | Outcome |
|
|
68
48
|
| -- | -- | -- |
|
|
69
49
|
| `.pf-v6-c-badge` | `<span>` | Initiates a badge. **Always use with a modifier class.** |
|
|
70
|
-
| `.pf-v6-c-badge__toggle-icon` | `<span>` | Initiates a badge toggle icon. |
|
|
71
50
|
| `.pf-m-read` | `.pf-v6-c-badge` | Applies read badge styling. |
|
|
72
51
|
| `.pf-m-unread` | `.pf-v6-c-badge` | Applies unread badge styling. |
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
id: Breadcrumb
|
|
3
3
|
section: components
|
|
4
4
|
cssPrefix: pf-v6-c-breadcrumb
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## Examples
|
|
5
|
+
---## Examples
|
|
8
6
|
|
|
9
7
|
### Basic
|
|
10
8
|
|
|
@@ -162,62 +160,23 @@ cssPrefix: pf-v6-c-breadcrumb
|
|
|
162
160
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
163
161
|
</span>
|
|
164
162
|
<span class="pf-v6-c-breadcrumb__dropdown">
|
|
165
|
-
<
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
163
|
+
<button
|
|
164
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
165
|
+
type="button"
|
|
166
|
+
aria-expanded="false"
|
|
167
|
+
>
|
|
168
|
+
<span class="pf-v6-c-menu-toggle__count">
|
|
169
|
+
<span class="pf-v6-c-badge pf-m-unread">
|
|
170
|
+
4
|
|
171
|
+
<span class="pf-v6-screen-reader">additional items</span>
|
|
172
|
+
</span>
|
|
173
|
+
</span>
|
|
174
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
175
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
176
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
177
177
|
</span>
|
|
178
|
-
</
|
|
179
|
-
|
|
180
|
-
class="pf-v6-c-dropdown__menu"
|
|
181
|
-
aria-labelledby="dropdown-badge-toggle-button"
|
|
182
|
-
role="menu"
|
|
183
|
-
>
|
|
184
|
-
<li role="none">
|
|
185
|
-
<button
|
|
186
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
187
|
-
role="menuitem"
|
|
188
|
-
type="button"
|
|
189
|
-
>Section title</button>
|
|
190
|
-
</li>
|
|
191
|
-
<li role="none">
|
|
192
|
-
<button
|
|
193
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
194
|
-
role="menuitem"
|
|
195
|
-
type="button"
|
|
196
|
-
>Section title</button>
|
|
197
|
-
</li>
|
|
198
|
-
<li role="none">
|
|
199
|
-
<button
|
|
200
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
201
|
-
role="menuitem"
|
|
202
|
-
type="button"
|
|
203
|
-
>Section title</button>
|
|
204
|
-
</li>
|
|
205
|
-
<li role="none">
|
|
206
|
-
<button
|
|
207
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
208
|
-
role="menuitem"
|
|
209
|
-
type="button"
|
|
210
|
-
>Section title</button>
|
|
211
|
-
</li>
|
|
212
|
-
<li role="none">
|
|
213
|
-
<button
|
|
214
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
215
|
-
role="menuitem"
|
|
216
|
-
type="button"
|
|
217
|
-
>Section title</button>
|
|
218
|
-
</li>
|
|
219
|
-
</ul>
|
|
220
|
-
</div>
|
|
178
|
+
</span>
|
|
179
|
+
</button>
|
|
221
180
|
</span>
|
|
222
181
|
</li>
|
|
223
182
|
<li class="pf-v6-c-breadcrumb__item">
|
|
@@ -4592,9 +4592,13 @@ cssPrefix: pf-v6-c-menu
|
|
|
4592
4592
|
type="button"
|
|
4593
4593
|
aria-expanded="true"
|
|
4594
4594
|
>
|
|
4595
|
-
<span class="pf-v6-c-
|
|
4596
|
-
1
|
|
4597
|
-
|
|
4595
|
+
<span class="pf-v6-c-menu-toggle__count">
|
|
4596
|
+
<span class="pf-v6-c-badge pf-m-read">1</span>
|
|
4597
|
+
</span>
|
|
4598
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
4599
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
4600
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4601
|
+
</span>
|
|
4598
4602
|
</span>
|
|
4599
4603
|
</button>
|
|
4600
4604
|
<div class="pf-v6-c-menu">
|
|
@@ -4845,9 +4849,13 @@ cssPrefix: pf-v6-c-menu
|
|
|
4845
4849
|
type="button"
|
|
4846
4850
|
aria-expanded="true"
|
|
4847
4851
|
>
|
|
4848
|
-
<span class="pf-v6-c-
|
|
4849
|
-
2
|
|
4850
|
-
|
|
4852
|
+
<span class="pf-v6-c-menu-toggle__count">
|
|
4853
|
+
<span class="pf-v6-c-badge pf-m-read">2</span>
|
|
4854
|
+
</span>
|
|
4855
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
4856
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
4857
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4858
|
+
</span>
|
|
4851
4859
|
</span>
|
|
4852
4860
|
</button>
|
|
4853
4861
|
<div class="pf-v6-c-menu">
|
|
@@ -73,6 +73,25 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
73
73
|
</span>
|
|
74
74
|
</button>
|
|
75
75
|
|
|
76
|
+
|
|
77
|
+
<button
|
|
78
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
79
|
+
type="button"
|
|
80
|
+
aria-expanded="false"
|
|
81
|
+
>
|
|
82
|
+
<span class="pf-v6-c-menu-toggle__count">
|
|
83
|
+
<span class="pf-v6-c-badge pf-m-unread">
|
|
84
|
+
4
|
|
85
|
+
<span class="pf-v6-screen-reader">additional items</span>
|
|
86
|
+
</span>
|
|
87
|
+
</span>
|
|
88
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
89
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
90
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
91
|
+
</span>
|
|
92
|
+
</span>
|
|
93
|
+
</button>
|
|
94
|
+
|
|
76
95
|
```
|
|
77
96
|
|
|
78
97
|
### Primary
|
package/layouts/Flex/flex.scss
CHANGED
|
@@ -24,7 +24,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
24
24
|
|
|
25
25
|
.#{$flex} {
|
|
26
26
|
// Emit spacer css variables that map to requested spacer values
|
|
27
|
-
@include pf-
|
|
27
|
+
@include pf-v6-emit-properties($pf-v6-l-flex--variable-map);
|
|
28
28
|
|
|
29
29
|
display: var(--#{$flex}--Display);
|
|
30
30
|
flex-wrap: var(--#{$flex}--FlexWrap);
|
|
@@ -46,23 +46,23 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
46
46
|
margin-inline-end: var(--#{$flex}--spacer--column);
|
|
47
47
|
|
|
48
48
|
// don't set base value for --#{$flex}--item--Order as it defaults to 0
|
|
49
|
-
@media screen and (min-width: $pf-
|
|
49
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--sm) {
|
|
50
50
|
order: var(--#{$flex}--item--Order-on-sm, var(--#{$flex}--item--Order));
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
@media screen and (min-width: $pf-
|
|
53
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--md) {
|
|
54
54
|
order: var(--#{$flex}--item--Order-on-md, var(--#{$flex}--item--Order-on-sm, var(--#{$flex}--item--Order)));
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
@media screen and (min-width: $pf-
|
|
57
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--lg) {
|
|
58
58
|
order: var(--#{$flex}--item--Order-on-lg, var(--#{$flex}--item--Order-on-md, var(--#{$flex}--item--Order-on-sm, var(--#{$flex}--item--Order))));
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
@media screen and (min-width: $pf-
|
|
61
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--xl) {
|
|
62
62
|
order: var(--#{$flex}--item--Order-on-xl, var(--#{$flex}--item--Order-on-lg, var(--#{$flex}--item--Order-on-md, var(--#{$flex}--item--Order-on-sm, var(--#{$flex}--item--Order)))));
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
@media screen and (min-width: $pf-
|
|
65
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--2xl) {
|
|
66
66
|
order: var(--#{$flex}--item--Order-on-2xl, var(--#{$flex}--item--Order-on-xl, var(--#{$flex}--item--Order-on-lg, var(--#{$flex}--item--Order-on-md, var(--#{$flex}--item--Order-on-sm, var(--#{$flex}--item--Order))))));
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -75,7 +75,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
75
75
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
76
76
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
77
77
|
|
|
78
|
-
@include pf-
|
|
78
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
79
79
|
// display
|
|
80
80
|
&.pf-m-flex#{$breakpoint-name} {
|
|
81
81
|
display: var(--#{$flex}--Display);
|
|
@@ -302,7 +302,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
302
302
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
303
303
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
304
304
|
|
|
305
|
-
@include pf-
|
|
305
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
306
306
|
@each $spacer, $spacer-value in $pf-v6-l-flex--spacer-map {
|
|
307
307
|
&.pf-m-space-items-#{$spacer}#{$breakpoint-name} {
|
|
308
308
|
> * {
|
|
@@ -321,7 +321,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
321
321
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
322
322
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
323
323
|
|
|
324
|
-
@include pf-
|
|
324
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
325
325
|
@each $spacer, $spacer-value in $pf-v6-l-flex--spacer-map {
|
|
326
326
|
.pf-m-spacer-#{$spacer}#{$breakpoint-name} {
|
|
327
327
|
--#{$flex}--spacer: var(#{map-get($pf-v6-l-flex--variable-map, $spacer-value)});
|
|
@@ -338,7 +338,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
338
338
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
339
339
|
$pf-v6-l-flex--gap--selectors: ();
|
|
340
340
|
|
|
341
|
-
@include pf-
|
|
341
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
342
342
|
@each $spacer, $value in $pf-v6-l-flex--gap-map {
|
|
343
343
|
$breakpoint-name: if($breakpoint == "base", "", -on-#{$breakpoint});
|
|
344
344
|
$spacer-name: if($spacer == "base", "", -#{$spacer});
|
|
@@ -364,7 +364,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
364
364
|
|
|
365
365
|
// .pf-m-row-gap{-[size]}{-on-[breakpoint]}
|
|
366
366
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
367
|
-
@include pf-
|
|
367
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
368
368
|
$pf-v6-l-flex--row-gap--selectors: ();
|
|
369
369
|
|
|
370
370
|
@each $spacer, $value in $pf-v6-l-flex--gap-map {
|
|
@@ -391,7 +391,7 @@ $pf-v6-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
391
391
|
@each $breakpoint, $breakpoint-value in $pf-v6-l-flex--breakpoint-map {
|
|
392
392
|
$pf-v6-l-flex--column-gap--selectors: ();
|
|
393
393
|
|
|
394
|
-
@include pf-
|
|
394
|
+
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
395
395
|
@each $spacer, $value in $pf-v6-l-flex--gap-map {
|
|
396
396
|
$breakpoint-name: if($breakpoint == "base", "", -on-#{$breakpoint});
|
|
397
397
|
$spacer-name: if($spacer == "base", "", -#{$spacer});
|
|
@@ -20,6 +20,6 @@ $pf-v6-l-gallery--breakpoint-map: build-breakpoint-map();
|
|
|
20
20
|
grid-gap: var(--#{$gallery}--m-gutter--GridGap);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
@include pf-
|
|
24
|
-
@include pf-
|
|
23
|
+
@include pf-v6-build-css-variable-stack("--#{$gallery}--GridTemplateColumns--minmax--min", "--#{$gallery}--GridTemplateColumns--min", $pf-v6-l-gallery--breakpoint-map);
|
|
24
|
+
@include pf-v6-build-css-variable-stack("--#{$gallery}--GridTemplateColumns--minmax--max", "--#{$gallery}--GridTemplateColumns--max", $pf-v6-l-gallery--breakpoint-map);
|
|
25
25
|
}
|
package/layouts/Grid/grid.scss
CHANGED
|
@@ -58,19 +58,19 @@ $pf-v6-l-grid--breakpoint-map: build-breakpoint-map(); // currently only used fo
|
|
|
58
58
|
min-width: 0;
|
|
59
59
|
min-height: 0;
|
|
60
60
|
|
|
61
|
-
@include pf-
|
|
61
|
+
@include pf-v6-build-css-variable-stack("order", "--#{$grid}--item--Order", $pf-v6-l-grid--breakpoint-map);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
// Loop through $breakpoints map to generate responsive classes
|
|
65
|
-
@each $breakpoint, $value in $pf-
|
|
66
|
-
@include pf-
|
|
65
|
+
@each $breakpoint, $value in $pf-v6-global--breakpoint-map {
|
|
66
|
+
@include pf-v6-media-query($breakpoint) {
|
|
67
67
|
@include pf-smart-grid($value);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
// Loop through $breakpoints map to generate responsive classes
|
|
72
|
-
@each $breakpoint, $value in $pf-
|
|
73
|
-
@include pf-
|
|
72
|
+
@each $breakpoint, $value in $pf-v6-global--breakpoint-map {
|
|
73
|
+
@include pf-v6-media-query($breakpoint) {
|
|
74
74
|
@include pf-grid-item-modifier($value);
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -579,8 +579,8 @@ html .ws-preview {
|
|
|
579
579
|
--pf-t--global--color--favorite--200: var(--pf-t--color--yellow--40);
|
|
580
580
|
--pf-t--global--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
581
581
|
--pf-t--global--color--disabled--300: var(--pf-t--color--gray--60);
|
|
582
|
-
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--
|
|
583
|
-
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--
|
|
582
|
+
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--40);
|
|
583
|
+
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--30);
|
|
584
584
|
--pf-t--global--color--brand--300: var(--pf-t--color--blue--60);
|
|
585
585
|
--pf-t--global--color--brand--200: var(--pf-t--color--blue--50);
|
|
586
586
|
--pf-t--global--color--brand--100: var(--pf-t--color--blue--40);
|
|
@@ -668,10 +668,10 @@ html .ws-preview {
|
|
|
668
668
|
--pf-t--global--border--width--box--default: var(--pf-t--global--border--width--100);
|
|
669
669
|
--pf-t--global--border--width--extra-strong: var(--pf-t--global--border--width--300);
|
|
670
670
|
--pf-t--global--border--width--strong: var(--pf-t--global--border--width--200);
|
|
671
|
+
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
671
672
|
--pf-t--global--border--width--divider--clicked: var(--pf-t--global--border--width--100);
|
|
672
673
|
--pf-t--global--border--width--divider--hover: var(--pf-t--global--border--width--100);
|
|
673
674
|
--pf-t--global--border--width--divider--default: var(--pf-t--global--border--width--100);
|
|
674
|
-
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
675
675
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
676
676
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
677
677
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
@@ -681,12 +681,18 @@ html .ws-preview {
|
|
|
681
681
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
682
682
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
683
683
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
684
|
-
--pf-t--global--spacer--
|
|
685
|
-
--pf-t--global--spacer--control--vertical: var(--pf-t--global--spacer--200);
|
|
684
|
+
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
686
685
|
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
687
686
|
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
687
|
+
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
688
688
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
689
689
|
--pf-t--global--spacer--button--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
691
|
+
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
692
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
693
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
694
|
+
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
695
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
696
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
691
697
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
692
698
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -700,7 +706,7 @@ html .ws-preview {
|
|
|
700
706
|
--pf-t--global--text--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
701
707
|
--pf-t--global--text--color--required: var(--pf-t--global--text--color--400);
|
|
702
708
|
--pf-t--global--text--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
703
|
-
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--
|
|
709
|
+
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
704
710
|
--pf-t--global--text--color--inverse: var(--pf-t--global--text--color--300);
|
|
705
711
|
--pf-t--global--text--color--subtle: var(--pf-t--global--text--color--200);
|
|
706
712
|
--pf-t--global--text--color--regular: var(--pf-t--global--text--color--100);
|
|
@@ -814,7 +820,7 @@ html .ws-preview {
|
|
|
814
820
|
--pf-t--global--border--color--status--warning--hover: var(--pf-t--global--color--status--warning--300);
|
|
815
821
|
--pf-t--global--border--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
816
822
|
--pf-t--global--icon--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
817
|
-
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--
|
|
823
|
+
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
818
824
|
--pf-t--global--icon--color--inverse: var(--pf-t--global--icon--color--300);
|
|
819
825
|
--pf-t--global--icon--color--subtle: var(--pf-t--global--icon--color--200);
|
|
820
826
|
--pf-t--global--icon--color--regular: var(--pf-t--global--icon--color--100);
|
|
@@ -990,19 +996,19 @@ html .ws-preview {
|
|
|
990
996
|
--pf-t--global--icon--color--brand--clicked: var(--pf-t--global--color--brand--clicked);
|
|
991
997
|
--pf-t--global--icon--color--brand--hover: var(--pf-t--global--color--brand--hover);
|
|
992
998
|
--pf-t--global--icon--color--brand--default: var(--pf-t--global--color--brand--default);
|
|
993
|
-
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
994
|
-
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
995
|
-
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
996
999
|
--pf-t--global--icon--size--font--heading--h6: var(--pf-t--global--font--size--heading--h6);
|
|
997
1000
|
--pf-t--global--icon--size--font--heading--h5: var(--pf-t--global--font--size--heading--h5);
|
|
998
1001
|
--pf-t--global--icon--size--font--heading--h4: var(--pf-t--global--font--size--heading--h4);
|
|
999
1002
|
--pf-t--global--icon--size--font--heading--h3: var(--pf-t--global--font--size--heading--h3);
|
|
1000
1003
|
--pf-t--global--icon--size--font--heading--h2: var(--pf-t--global--font--size--heading--h2);
|
|
1001
1004
|
--pf-t--global--icon--size--font--heading--h1: var(--pf-t--global--font--size--heading--h1);
|
|
1005
|
+
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
1006
|
+
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
1007
|
+
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
1002
1008
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
1003
1009
|
}
|
|
1004
1010
|
|
|
1005
|
-
:root:where(.pf-
|
|
1011
|
+
:root:where(.pf-v6-theme-dark) {
|
|
1006
1012
|
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
|
|
1007
1013
|
--pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
|
|
1008
1014
|
--pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
|
|
@@ -1066,7 +1072,7 @@ html .ws-preview {
|
|
|
1066
1072
|
--pf-t--global--dark--color--status--success--100: var(--pf-t--color--green--40);
|
|
1067
1073
|
--pf-t--global--dark--color--favorite--200: var(--pf-t--color--yellow--20);
|
|
1068
1074
|
--pf-t--global--dark--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
1069
|
-
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--
|
|
1075
|
+
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--70);
|
|
1070
1076
|
--pf-t--global--dark--color--disabled--200: var(--pf-t--color--gray--50);
|
|
1071
1077
|
--pf-t--global--dark--color--disabled--100: var(--pf-t--color--gray--40);
|
|
1072
1078
|
--pf-t--global--dark--color--brand--300: var(--pf-t--color--blue--10);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This config will generate dark them updates based on 'pf-theme-dark'
|
|
2
|
-
// which can be changed by updating $pf-global--theme--namespace, $pf-global--theme--version, $pf-
|
|
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
4
|
$pf-v5-global--enable-reset: false;
|
|
5
5
|
$pf-v5-global--enable-normalize: false;
|
|
@@ -579,8 +579,8 @@ html .ws-preview {
|
|
|
579
579
|
--pf-t--global--color--favorite--200: var(--pf-t--color--yellow--40);
|
|
580
580
|
--pf-t--global--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
581
581
|
--pf-t--global--color--disabled--300: var(--pf-t--color--gray--60);
|
|
582
|
-
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--
|
|
583
|
-
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--
|
|
582
|
+
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--40);
|
|
583
|
+
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--30);
|
|
584
584
|
--pf-t--global--color--brand--300: var(--pf-t--color--blue--60);
|
|
585
585
|
--pf-t--global--color--brand--200: var(--pf-t--color--blue--50);
|
|
586
586
|
--pf-t--global--color--brand--100: var(--pf-t--color--blue--40);
|
|
@@ -668,10 +668,10 @@ html .ws-preview {
|
|
|
668
668
|
--pf-t--global--border--width--box--default: var(--pf-t--global--border--width--100);
|
|
669
669
|
--pf-t--global--border--width--extra-strong: var(--pf-t--global--border--width--300);
|
|
670
670
|
--pf-t--global--border--width--strong: var(--pf-t--global--border--width--200);
|
|
671
|
+
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
671
672
|
--pf-t--global--border--width--divider--clicked: var(--pf-t--global--border--width--100);
|
|
672
673
|
--pf-t--global--border--width--divider--hover: var(--pf-t--global--border--width--100);
|
|
673
674
|
--pf-t--global--border--width--divider--default: var(--pf-t--global--border--width--100);
|
|
674
|
-
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
675
675
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
676
676
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
677
677
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
@@ -681,12 +681,18 @@ html .ws-preview {
|
|
|
681
681
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
682
682
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
683
683
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
684
|
-
--pf-t--global--spacer--
|
|
685
|
-
--pf-t--global--spacer--control--vertical: var(--pf-t--global--spacer--200);
|
|
684
|
+
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
686
685
|
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
687
686
|
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
687
|
+
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
688
688
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
689
689
|
--pf-t--global--spacer--button--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
691
|
+
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
692
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
693
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
694
|
+
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
695
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
696
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
691
697
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
692
698
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -700,7 +706,7 @@ html .ws-preview {
|
|
|
700
706
|
--pf-t--global--text--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
701
707
|
--pf-t--global--text--color--required: var(--pf-t--global--text--color--400);
|
|
702
708
|
--pf-t--global--text--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
703
|
-
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--
|
|
709
|
+
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
704
710
|
--pf-t--global--text--color--inverse: var(--pf-t--global--text--color--300);
|
|
705
711
|
--pf-t--global--text--color--subtle: var(--pf-t--global--text--color--200);
|
|
706
712
|
--pf-t--global--text--color--regular: var(--pf-t--global--text--color--100);
|
|
@@ -814,7 +820,7 @@ html .ws-preview {
|
|
|
814
820
|
--pf-t--global--border--color--status--warning--hover: var(--pf-t--global--color--status--warning--300);
|
|
815
821
|
--pf-t--global--border--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
816
822
|
--pf-t--global--icon--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
817
|
-
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--
|
|
823
|
+
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
818
824
|
--pf-t--global--icon--color--inverse: var(--pf-t--global--icon--color--300);
|
|
819
825
|
--pf-t--global--icon--color--subtle: var(--pf-t--global--icon--color--200);
|
|
820
826
|
--pf-t--global--icon--color--regular: var(--pf-t--global--icon--color--100);
|
|
@@ -990,19 +996,19 @@ html .ws-preview {
|
|
|
990
996
|
--pf-t--global--icon--color--brand--clicked: var(--pf-t--global--color--brand--clicked);
|
|
991
997
|
--pf-t--global--icon--color--brand--hover: var(--pf-t--global--color--brand--hover);
|
|
992
998
|
--pf-t--global--icon--color--brand--default: var(--pf-t--global--color--brand--default);
|
|
993
|
-
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
994
|
-
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
995
|
-
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
996
999
|
--pf-t--global--icon--size--font--heading--h6: var(--pf-t--global--font--size--heading--h6);
|
|
997
1000
|
--pf-t--global--icon--size--font--heading--h5: var(--pf-t--global--font--size--heading--h5);
|
|
998
1001
|
--pf-t--global--icon--size--font--heading--h4: var(--pf-t--global--font--size--heading--h4);
|
|
999
1002
|
--pf-t--global--icon--size--font--heading--h3: var(--pf-t--global--font--size--heading--h3);
|
|
1000
1003
|
--pf-t--global--icon--size--font--heading--h2: var(--pf-t--global--font--size--heading--h2);
|
|
1001
1004
|
--pf-t--global--icon--size--font--heading--h1: var(--pf-t--global--font--size--heading--h1);
|
|
1005
|
+
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
1006
|
+
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
1007
|
+
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
1002
1008
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
1003
1009
|
}
|
|
1004
1010
|
|
|
1005
|
-
:root:where(.pf-
|
|
1011
|
+
:root:where(.pf-v6-theme-dark) {
|
|
1006
1012
|
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
|
|
1007
1013
|
--pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
|
|
1008
1014
|
--pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
|
|
@@ -1066,7 +1072,7 @@ html .ws-preview {
|
|
|
1066
1072
|
--pf-t--global--dark--color--status--success--100: var(--pf-t--color--green--40);
|
|
1067
1073
|
--pf-t--global--dark--color--favorite--200: var(--pf-t--color--yellow--20);
|
|
1068
1074
|
--pf-t--global--dark--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
1069
|
-
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--
|
|
1075
|
+
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--70);
|
|
1070
1076
|
--pf-t--global--dark--color--disabled--200: var(--pf-t--color--gray--50);
|
|
1071
1077
|
--pf-t--global--dark--color--disabled--100: var(--pf-t--color--gray--40);
|
|
1072
1078
|
--pf-t--global--dark--color--brand--300: var(--pf-t--color--blue--10);
|
|
@@ -579,8 +579,8 @@ html .ws-preview {
|
|
|
579
579
|
--pf-t--global--color--favorite--200: var(--pf-t--color--yellow--40);
|
|
580
580
|
--pf-t--global--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
581
581
|
--pf-t--global--color--disabled--300: var(--pf-t--color--gray--60);
|
|
582
|
-
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--
|
|
583
|
-
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--
|
|
582
|
+
--pf-t--global--color--disabled--200: var(--pf-t--color--gray--40);
|
|
583
|
+
--pf-t--global--color--disabled--100: var(--pf-t--color--gray--30);
|
|
584
584
|
--pf-t--global--color--brand--300: var(--pf-t--color--blue--60);
|
|
585
585
|
--pf-t--global--color--brand--200: var(--pf-t--color--blue--50);
|
|
586
586
|
--pf-t--global--color--brand--100: var(--pf-t--color--blue--40);
|
|
@@ -668,10 +668,10 @@ html .ws-preview {
|
|
|
668
668
|
--pf-t--global--border--width--box--default: var(--pf-t--global--border--width--100);
|
|
669
669
|
--pf-t--global--border--width--extra-strong: var(--pf-t--global--border--width--300);
|
|
670
670
|
--pf-t--global--border--width--strong: var(--pf-t--global--border--width--200);
|
|
671
|
+
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
671
672
|
--pf-t--global--border--width--divider--clicked: var(--pf-t--global--border--width--100);
|
|
672
673
|
--pf-t--global--border--width--divider--hover: var(--pf-t--global--border--width--100);
|
|
673
674
|
--pf-t--global--border--width--divider--default: var(--pf-t--global--border--width--100);
|
|
674
|
-
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
675
675
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
676
676
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
677
677
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
@@ -681,12 +681,18 @@ html .ws-preview {
|
|
|
681
681
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
682
682
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
683
683
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
684
|
-
--pf-t--global--spacer--
|
|
685
|
-
--pf-t--global--spacer--control--vertical: var(--pf-t--global--spacer--200);
|
|
684
|
+
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
686
685
|
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
687
686
|
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
687
|
+
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
688
688
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
689
689
|
--pf-t--global--spacer--button--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
691
|
+
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
692
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
693
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
694
|
+
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
695
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
690
696
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
691
697
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
692
698
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -700,7 +706,7 @@ html .ws-preview {
|
|
|
700
706
|
--pf-t--global--text--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
701
707
|
--pf-t--global--text--color--required: var(--pf-t--global--text--color--400);
|
|
702
708
|
--pf-t--global--text--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
703
|
-
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--
|
|
709
|
+
--pf-t--global--text--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
704
710
|
--pf-t--global--text--color--inverse: var(--pf-t--global--text--color--300);
|
|
705
711
|
--pf-t--global--text--color--subtle: var(--pf-t--global--text--color--200);
|
|
706
712
|
--pf-t--global--text--color--regular: var(--pf-t--global--text--color--100);
|
|
@@ -814,7 +820,7 @@ html .ws-preview {
|
|
|
814
820
|
--pf-t--global--border--color--status--warning--hover: var(--pf-t--global--color--status--warning--300);
|
|
815
821
|
--pf-t--global--border--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|
|
816
822
|
--pf-t--global--icon--color--on-disabled: var(--pf-t--global--color--disabled--300);
|
|
817
|
-
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--
|
|
823
|
+
--pf-t--global--icon--color--disabled: var(--pf-t--global--color--disabled--200);
|
|
818
824
|
--pf-t--global--icon--color--inverse: var(--pf-t--global--icon--color--300);
|
|
819
825
|
--pf-t--global--icon--color--subtle: var(--pf-t--global--icon--color--200);
|
|
820
826
|
--pf-t--global--icon--color--regular: var(--pf-t--global--icon--color--100);
|
|
@@ -990,19 +996,19 @@ html .ws-preview {
|
|
|
990
996
|
--pf-t--global--icon--color--brand--clicked: var(--pf-t--global--color--brand--clicked);
|
|
991
997
|
--pf-t--global--icon--color--brand--hover: var(--pf-t--global--color--brand--hover);
|
|
992
998
|
--pf-t--global--icon--color--brand--default: var(--pf-t--global--color--brand--default);
|
|
993
|
-
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
994
|
-
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
995
|
-
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
996
999
|
--pf-t--global--icon--size--font--heading--h6: var(--pf-t--global--font--size--heading--h6);
|
|
997
1000
|
--pf-t--global--icon--size--font--heading--h5: var(--pf-t--global--font--size--heading--h5);
|
|
998
1001
|
--pf-t--global--icon--size--font--heading--h4: var(--pf-t--global--font--size--heading--h4);
|
|
999
1002
|
--pf-t--global--icon--size--font--heading--h3: var(--pf-t--global--font--size--heading--h3);
|
|
1000
1003
|
--pf-t--global--icon--size--font--heading--h2: var(--pf-t--global--font--size--heading--h2);
|
|
1001
1004
|
--pf-t--global--icon--size--font--heading--h1: var(--pf-t--global--font--size--heading--h1);
|
|
1005
|
+
--pf-t--global--icon--size--font--body--lg: var(--pf-t--global--font--size--body--lg);
|
|
1006
|
+
--pf-t--global--icon--size--font--body--default: var(--pf-t--global--font--size--body--default);
|
|
1007
|
+
--pf-t--global--icon--size--font--body--sm: var(--pf-t--global--font--size--body--sm);
|
|
1002
1008
|
--pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
|
|
1003
1009
|
}
|
|
1004
1010
|
|
|
1005
|
-
:root:where(.pf-
|
|
1011
|
+
:root:where(.pf-v6-theme-dark) {
|
|
1006
1012
|
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
|
|
1007
1013
|
--pf-t--global--dark--box-shadow--color--100: rgba(0, 0, 0, 0.5000);
|
|
1008
1014
|
--pf-t--global--dark--background--color--600: rgba(199, 199, 199, 0.1500);
|
|
@@ -1066,7 +1072,7 @@ html .ws-preview {
|
|
|
1066
1072
|
--pf-t--global--dark--color--status--success--100: var(--pf-t--color--green--40);
|
|
1067
1073
|
--pf-t--global--dark--color--favorite--200: var(--pf-t--color--yellow--20);
|
|
1068
1074
|
--pf-t--global--dark--color--favorite--100: var(--pf-t--color--yellow--30);
|
|
1069
|
-
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--
|
|
1075
|
+
--pf-t--global--dark--color--disabled--300: var(--pf-t--color--gray--70);
|
|
1070
1076
|
--pf-t--global--dark--color--disabled--200: var(--pf-t--color--gray--50);
|
|
1071
1077
|
--pf-t--global--dark--color--disabled--100: var(--pf-t--color--gray--40);
|
|
1072
1078
|
--pf-t--global--dark--color--brand--300: var(--pf-t--color--blue--10);
|