@patternfly/patternfly 6.3.0-prerelease.76 → 6.3.0-prerelease.78
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/components/CalendarMonth/calendar-month.css +23 -8
- package/components/CalendarMonth/calendar-month.scss +26 -8
- package/components/Card/card.css +2 -0
- package/components/Card/card.scss +2 -0
- package/components/Drawer/drawer.css +3 -1
- package/components/Drawer/drawer.scss +4 -1
- package/components/FormControl/form-control.css +0 -6
- package/components/FormControl/form-control.scss +0 -7
- package/components/Label/label.css +3 -3
- package/components/Label/label.scss +3 -3
- package/components/Page/page.css +9 -5
- package/components/Page/page.scss +8 -5
- package/components/Panel/panel.css +2 -2
- package/components/Panel/panel.scss +2 -2
- package/components/Progress/progress.css +1 -1
- package/components/Progress/progress.scss +1 -1
- package/components/ToggleGroup/toggle-group.css +18 -9
- package/components/ToggleGroup/toggle-group.scss +24 -17
- package/components/_index.css +61 -35
- package/docs/demos/Form/examples/BasicForms.md +89 -37
- package/package.json +1 -1
- package/patternfly-no-globals.css +61 -35
- package/patternfly.css +61 -35
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -2458,12 +2458,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2458
2458
|
--pf-v6-c-calendar-month__dates-cell--m-adjacent-month__date--Color: var(--pf-t--global--text--color--subtle);
|
|
2459
2459
|
--pf-v6-c-calendar-month__date--Width: 4ch;
|
|
2460
2460
|
--pf-v6-c-calendar-month__date--Height: 4ch;
|
|
2461
|
+
--pf-v6-c-calendar-month__date--BorderWidth: 0;
|
|
2462
|
+
--pf-v6-c-calendar-month__date--BorderColor: transparent;
|
|
2461
2463
|
--pf-v6-c-calendar-month__date--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
2462
2464
|
--pf-v6-c-calendar-month__date--Color: var(--pf-t--global--text--color--regular);
|
|
2463
2465
|
--pf-v6-c-calendar-month__date--BackgroundColor: transparent;
|
|
2464
2466
|
--pf-v6-c-calendar-month__date--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
2465
2467
|
--pf-v6-c-calendar-month__date--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
2466
|
-
--pf-v6-c-calendar-month__date--after--BorderWidth:
|
|
2468
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: 0;
|
|
2467
2469
|
--pf-v6-c-calendar-month__date--after--BorderColor: transparent;
|
|
2468
2470
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: 0;
|
|
2469
2471
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -2472,9 +2474,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2472
2474
|
--pf-v6-c-calendar-month__date--focus--Color: var(--pf-t--global--icon--color--on-brand--clicked);
|
|
2473
2475
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
2474
2476
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-t--global--border--color--hover);
|
|
2477
|
+
--pf-v6-c-calendar-month__date--focus--after--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
2475
2478
|
--pf-v6-c-calendar-month__date--after--focus--OutlineOffset: -2px;
|
|
2476
|
-
--pf-v6-c-calendar-month__dates-cell--m-current__date--
|
|
2477
|
-
--pf-v6-c-calendar-month__dates-cell--m-current__date--
|
|
2479
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
2480
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
2481
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--strong);
|
|
2482
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor: transparent;
|
|
2478
2483
|
}
|
|
2479
2484
|
|
|
2480
2485
|
.pf-v6-c-calendar-month {
|
|
@@ -2555,8 +2560,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2555
2560
|
}
|
|
2556
2561
|
.pf-v6-c-calendar-month__dates-cell.pf-m-current {
|
|
2557
2562
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BackgroundColor);
|
|
2558
|
-
--pf-v6-c-calendar-month__date--
|
|
2559
|
-
--pf-v6-c-calendar-month__date--
|
|
2563
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth);
|
|
2564
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor);
|
|
2560
2565
|
}
|
|
2561
2566
|
.pf-v6-c-calendar-month__dates-cell.pf-m-in-range {
|
|
2562
2567
|
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth: var(--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockStartWidth);
|
|
@@ -2579,8 +2584,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2579
2584
|
.pf-v6-c-calendar-month__dates-cell.pf-m-selected {
|
|
2580
2585
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BackgroundColor);
|
|
2581
2586
|
--pf-v6-c-calendar-month__date--Color: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--Color);
|
|
2587
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
|
2588
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor);
|
|
2582
2589
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor);
|
|
2583
|
-
--pf-v6-c-calendar-month__date--hover--BorderWidth:
|
|
2590
|
+
--pf-v6-c-calendar-month__date--hover--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
|
2584
2591
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor);
|
|
2585
2592
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--after--BorderColor);
|
|
2586
2593
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: var(--pf-v6-c-calendar-month__date--after--focus--OutlineOffset);
|
|
@@ -2604,6 +2611,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2604
2611
|
background-color: var(--pf-v6-c-calendar-month__date--BackgroundColor);
|
|
2605
2612
|
border: 0;
|
|
2606
2613
|
}
|
|
2614
|
+
.pf-v6-c-calendar-month__date::before {
|
|
2615
|
+
position: absolute;
|
|
2616
|
+
inset: 0;
|
|
2617
|
+
content: "";
|
|
2618
|
+
border: var(--pf-v6-c-calendar-month__date--BorderWidth) solid var(--pf-v6-c-calendar-month__date--BorderColor);
|
|
2619
|
+
}
|
|
2607
2620
|
.pf-v6-c-calendar-month__date::after {
|
|
2608
2621
|
position: absolute;
|
|
2609
2622
|
inset-block-start: var(--pf-v6-c-calendar-month__date--after--OutlineOffset);
|
|
@@ -2613,15 +2626,17 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2613
2626
|
content: "";
|
|
2614
2627
|
border: var(--pf-v6-c-calendar-month__date--after--BorderWidth) solid var(--pf-v6-c-calendar-month__date--after--BorderColor);
|
|
2615
2628
|
}
|
|
2616
|
-
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::after {
|
|
2629
|
+
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::before, .pf-v6-c-calendar-month__date::after {
|
|
2617
2630
|
border-radius: var(--pf-v6-c-calendar-month__date--BorderRadius);
|
|
2618
2631
|
}
|
|
2619
2632
|
.pf-v6-c-calendar-month__date:hover, .pf-v6-c-calendar-month__date.pf-m-hover {
|
|
2620
2633
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__date--hover--BackgroundColor);
|
|
2621
|
-
|
|
2634
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__date--hover--BorderWidth);
|
|
2635
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__date--hover--BorderColor);
|
|
2622
2636
|
}
|
|
2623
2637
|
.pf-v6-c-calendar-month__date:focus, .pf-v6-c-calendar-month__date.pf-m-focus {
|
|
2624
2638
|
--pf-v6-c-calendar-month__date--after--BorderColor: var(--pf-v6-c-calendar-month__date--focus--after--BorderColor);
|
|
2639
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: var(--pf-v6-c-calendar-month__date--focus--after--BorderWidth);
|
|
2625
2640
|
outline: 0;
|
|
2626
2641
|
}
|
|
2627
2642
|
.pf-v6-c-calendar-month__date:disabled {
|
|
@@ -2704,6 +2719,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2704
2719
|
--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
2705
2720
|
--pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
2706
2721
|
--pf-v6-c-card--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
2722
|
+
--pf-v6-c-card--m-secondary--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
2707
2723
|
--pf-v6-c-card--m-full-height--Height: 100%;
|
|
2708
2724
|
--pf-v6-c-card--m-plain--BorderColor: transparent;
|
|
2709
2725
|
--pf-v6-c-card--m-plain--BackgroundColor: transparent;
|
|
@@ -2790,6 +2806,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2790
2806
|
}
|
|
2791
2807
|
.pf-v6-c-card.pf-m-secondary {
|
|
2792
2808
|
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-secondary--BorderColor);
|
|
2809
|
+
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-secondary--BorderWidth);
|
|
2793
2810
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-secondary--BackgroundColor);
|
|
2794
2811
|
}
|
|
2795
2812
|
.pf-v6-c-card.pf-m-plain {
|
|
@@ -5792,7 +5809,8 @@ ul) {
|
|
|
5792
5809
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
|
5793
5810
|
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
|
5794
5811
|
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--high-contrast--regular);
|
|
5795
|
-
--pf-v6-c-drawer--m-inline__panel--after--Width:
|
|
5812
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: 0;
|
|
5813
|
+
--pf-v6-c-drawer--m-inline__panel--after--md--Width: var(--pf-t--global--border--width--divider--default);
|
|
5796
5814
|
--pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--high-contrast--regular);
|
|
5797
5815
|
--pf-v6-c-drawer__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
|
|
5798
5816
|
--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
@@ -6100,6 +6118,7 @@ ul) {
|
|
|
6100
6118
|
|
|
6101
6119
|
@media screen and (min-width: 48rem) {
|
|
6102
6120
|
.pf-v6-c-drawer {
|
|
6121
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
6103
6122
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
6104
6123
|
}
|
|
6105
6124
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -7748,12 +7767,6 @@ ul) {
|
|
|
7748
7767
|
.pf-v6-c-form-control:has(select) .pf-v6-c-form-control__utilities {
|
|
7749
7768
|
padding-inline-end: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
|
|
7750
7769
|
}
|
|
7751
|
-
@-moz-document url-prefix() {
|
|
7752
|
-
.pf-v6-c-form-control:has(select) {
|
|
7753
|
-
--pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) - 1px);
|
|
7754
|
-
--pf-v6-c-form-control--PaddingInlineStart: calc(var(--pf-v6-c-form-control__select--PaddingInlineStart) - 4px);
|
|
7755
|
-
}
|
|
7756
|
-
}
|
|
7757
7770
|
.pf-v6-c-form-control.pf-m-placeholder > select {
|
|
7758
7771
|
--pf-v6-c-form-control--Color: var(--pf-v6-c-form-control--m-placeholder--Color);
|
|
7759
7772
|
}
|
|
@@ -8718,7 +8731,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8718
8731
|
--pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
8719
8732
|
--pf-v6-c-label--MaxWidth: 100%;
|
|
8720
8733
|
--pf-v6-c-label--MinWidth: calc((var(--pf-v6-c-label--FontSize) * var(--pf-t--global--font--line-height--body) + var(--pf-v6-c-label--PaddingBlockStart) + var(--pf-v6-c-label--PaddingBlockEnd)));
|
|
8721
|
-
--pf-v6-c-label--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
8734
|
+
--pf-v6-c-label--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
8722
8735
|
--pf-v6-c-label--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
8723
8736
|
--pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
8724
8737
|
--pf-v6-c-label--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -8859,10 +8872,10 @@ label.pf-v6-c-input-group__text {
|
|
|
8859
8872
|
--pf-v6-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
8860
8873
|
--pf-v6-c-label--m-overflow--Color: var(--pf-t--global--text--color--brand--default);
|
|
8861
8874
|
--pf-v6-c-label--m-overflow--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
8862
|
-
--pf-v6-c-label--m-overflow--BorderWidth: var(--pf-t--global--border--width--action--default);
|
|
8875
|
+
--pf-v6-c-label--m-overflow--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
8863
8876
|
--pf-v6-c-label--m-overflow--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
8864
8877
|
--pf-v6-c-label--m-overflow--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
8865
|
-
--pf-v6-c-label--m-overflow--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
8878
|
+
--pf-v6-c-label--m-overflow--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
8866
8879
|
--pf-v6-c-label--m-add--Color: var(--pf-t--global--text--color--brand--default);
|
|
8867
8880
|
--pf-v6-c-label--m-add--BackgroundColor: transparent;
|
|
8868
8881
|
--pf-v6-c-label--m-add--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -12606,6 +12619,15 @@ ul.pf-v6-c-list {
|
|
|
12606
12619
|
--pf-v6-c-page__sidebar--BorderInlineEndWidth: 0;
|
|
12607
12620
|
}
|
|
12608
12621
|
}
|
|
12622
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
12623
|
+
.pf-v6-c-page {
|
|
12624
|
+
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
|
12625
|
+
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
|
12626
|
+
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
|
12627
|
+
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
|
12628
|
+
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
|
12629
|
+
}
|
|
12630
|
+
}
|
|
12609
12631
|
|
|
12610
12632
|
.pf-v6-c-page {
|
|
12611
12633
|
display: grid;
|
|
@@ -12996,13 +13018,8 @@ ul.pf-v6-c-list {
|
|
|
12996
13018
|
@media screen and (max-width: calc(48rem - 1px)) {
|
|
12997
13019
|
.pf-v6-c-page__main-container {
|
|
12998
13020
|
--pf-v6-c-page__main-container--AlignSelf: var(--pf-v6-c-page__main-container--xs--AlignSelf);
|
|
12999
|
-
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
|
13000
|
-
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
|
13001
13021
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--xs--MaxHeight);
|
|
13002
13022
|
--pf-v6-c-page__main-container--BorderRadius: var(--pf-v6-c-page__main-container--xs--BorderRadius);
|
|
13003
|
-
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
|
13004
|
-
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
|
13005
|
-
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
|
13006
13023
|
}
|
|
13007
13024
|
}
|
|
13008
13025
|
|
|
@@ -13607,12 +13624,12 @@ ul.pf-v6-c-list {
|
|
|
13607
13624
|
--pf-v6-c-panel--before--BorderWidth: 0;
|
|
13608
13625
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
13609
13626
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
13610
|
-
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--
|
|
13627
|
+
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13611
13628
|
--pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
13612
13629
|
--pf-v6-c-panel--m-bordered--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
13613
13630
|
--pf-v6-c-panel--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
13614
13631
|
--pf-v6-c-panel--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
13615
|
-
--pf-v6-c-panel--m-raised--before--BorderWidth: var(--pf-t--global--border--width--
|
|
13632
|
+
--pf-v6-c-panel--m-raised--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13616
13633
|
--pf-v6-c-panel__header--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
13617
13634
|
--pf-v6-c-panel__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
13618
13635
|
--pf-v6-c-panel__header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -13921,7 +13938,7 @@ ul.pf-v6-c-list {
|
|
|
13921
13938
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
13922
13939
|
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
13923
13940
|
--pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
13924
|
-
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
13941
|
+
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13925
13942
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
13926
13943
|
--pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
|
|
13927
13944
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -20839,6 +20856,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20839
20856
|
--pf-v6-c-toggle-group__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
20840
20857
|
--pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--z-index--xs);
|
|
20841
20858
|
--pf-v6-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
20859
|
+
--pf-v6-c-toggle-group__button--hover--after--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
20842
20860
|
--pf-v6-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
|
|
20843
20861
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
20844
20862
|
--pf-v6-c-toggle-group__item--item--MarginInlineStart: calc(-1 * var(--pf-t--global--border--width--control--default));
|
|
@@ -20850,12 +20868,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20850
20868
|
--pf-v6-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
20851
20869
|
--pf-v6-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
|
|
20852
20870
|
--pf-v6-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
20853
|
-
--pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--
|
|
20871
|
+
--pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--alt);
|
|
20854
20872
|
--pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--z-index--xs);
|
|
20873
|
+
--pf-v6-c-toggle-group__button--m-selected--after--BorderWidth: var(--pf-t--global--border--width--high-contrast--strong);
|
|
20855
20874
|
--pf-v6-c-toggle-group__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
20856
20875
|
--pf-v6-c-toggle-group__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
20857
20876
|
--pf-v6-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
|
|
20858
|
-
--pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--
|
|
20877
|
+
--pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--disabled);
|
|
20859
20878
|
--pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--z-index--xs);
|
|
20860
20879
|
--pf-v6-c-toggle-group--m-compact__button--PaddingBlockStart: 0;
|
|
20861
20880
|
--pf-v6-c-toggle-group--m-compact__button--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -20878,11 +20897,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20878
20897
|
.pf-v6-c-toggle-group__item + .pf-v6-c-toggle-group__item {
|
|
20879
20898
|
margin-inline-start: var(--pf-v6-c-toggle-group__item--item--MarginInlineStart);
|
|
20880
20899
|
}
|
|
20881
|
-
.pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button
|
|
20900
|
+
.pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button {
|
|
20882
20901
|
border-start-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderStartStartRadius);
|
|
20883
20902
|
border-end-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderEndStartRadius);
|
|
20884
20903
|
}
|
|
20885
|
-
.pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button
|
|
20904
|
+
.pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button {
|
|
20886
20905
|
border-start-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderStartEndRadius);
|
|
20887
20906
|
border-end-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderEndEndRadius);
|
|
20888
20907
|
}
|
|
@@ -20901,25 +20920,31 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20901
20920
|
background-color: var(--pf-v6-c-toggle-group__button--BackgroundColor);
|
|
20902
20921
|
border: 0;
|
|
20903
20922
|
}
|
|
20904
|
-
.pf-v6-c-toggle-group__button::before {
|
|
20923
|
+
.pf-v6-c-toggle-group__button::before, .pf-v6-c-toggle-group__button::after {
|
|
20905
20924
|
position: absolute;
|
|
20906
|
-
inset
|
|
20907
|
-
inset-block-end: 0;
|
|
20908
|
-
inset-inline-start: 0;
|
|
20909
|
-
inset-inline-end: 0;
|
|
20925
|
+
inset: 0;
|
|
20910
20926
|
pointer-events: none;
|
|
20911
20927
|
content: "";
|
|
20912
20928
|
border-style: solid;
|
|
20929
|
+
border-radius: inherit;
|
|
20930
|
+
}
|
|
20931
|
+
.pf-v6-c-toggle-group__button::before {
|
|
20913
20932
|
border-width: var(--pf-v6-c-toggle-group__button--before--BorderWidth);
|
|
20914
20933
|
border-block-start-color: var(--pf-v6-c-toggle-group__button--before--BorderBlockStartColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
20915
20934
|
border-block-end-color: var(--pf-v6-c-toggle-group__button--before--BorderBlockEndColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
20916
20935
|
border-inline-start-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineStartColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
20917
20936
|
border-inline-end-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineEndColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
20918
20937
|
}
|
|
20938
|
+
.pf-v6-c-toggle-group__button::after {
|
|
20939
|
+
inset: var(--pf-v6-c-toggle-group__button--before--BorderWidth);
|
|
20940
|
+
border-color: var(--pf-v6-c-toggle-group__button--after--BorderColor, transparent);
|
|
20941
|
+
border-width: var(--pf-v6-c-toggle-group__button--after--BorderWidth, 0);
|
|
20942
|
+
}
|
|
20919
20943
|
.pf-v6-c-toggle-group__button:is(:hover, :focus) {
|
|
20920
20944
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
20921
20945
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
20922
20946
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
20947
|
+
--pf-v6-c-toggle-group__button--after--BorderWidth: var(--pf-v6-c-toggle-group__button--hover--after--BorderWidth);
|
|
20923
20948
|
text-decoration-line: none;
|
|
20924
20949
|
}
|
|
20925
20950
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
@@ -20927,6 +20952,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20927
20952
|
--pf-v6-c-toggle-group__button--Color: var(--pf-v6-c-toggle-group__button--m-selected--Color, inherit);
|
|
20928
20953
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--m-selected--ZIndex);
|
|
20929
20954
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--m-selected--before--BorderColor);
|
|
20955
|
+
--pf-v6-c-toggle-group__button--after--BorderWidth: var(--pf-v6-c-toggle-group__button--m-selected--after--BorderWidth);
|
|
20930
20956
|
}
|
|
20931
20957
|
.pf-v6-c-toggle-group__button:is(:disabled, .pf-m-disabled) {
|
|
20932
20958
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--disabled--BackgroundColor);
|
|
@@ -9,7 +9,31 @@ subsection: forms
|
|
|
9
9
|
```html
|
|
10
10
|
<form class="pf-v6-c-form" novalidate>
|
|
11
11
|
<div class="pf-v6-c-form__group">
|
|
12
|
-
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-
|
|
12
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="form-demo-basic-title">
|
|
13
|
+
<span class="pf-v6-c-form__label-text">Title</span></label>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="pf-v6-c-form__group-control">
|
|
16
|
+
<span class="pf-v6-c-form-control pf-m-placeholder">
|
|
17
|
+
<select id="form-demo-basic-title" name="form-demo-basic-title">
|
|
18
|
+
<option value selected>Selectable one</option>
|
|
19
|
+
<option value="Mr">Mr</option>
|
|
20
|
+
<option value="Miss">Miss</option>
|
|
21
|
+
<option value="Mrs">Mrs</option>
|
|
22
|
+
<option value="Ms">Ms</option>
|
|
23
|
+
<option value="Dr">Dr</option>
|
|
24
|
+
<option value="Dr" disabled>Disabled option</option>
|
|
25
|
+
<option value="Other">Other</option>
|
|
26
|
+
</select>
|
|
27
|
+
<span class="pf-v6-c-form-control__utilities">
|
|
28
|
+
<span class="pf-v6-c-form-control__toggle-icon">
|
|
29
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
30
|
+
</span>
|
|
31
|
+
</span>
|
|
32
|
+
</span>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="pf-v6-c-form__group">
|
|
36
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="form-demo-basic-name">
|
|
13
37
|
<span class="pf-v6-c-form__label-text">Full name</span> <span class="pf-v6-c-form__label-required" aria-hidden="true">*</span></label>
|
|
14
38
|
</div>
|
|
15
39
|
<div class="pf-v6-c-form__group-control">
|
|
@@ -17,15 +41,18 @@ subsection: forms
|
|
|
17
41
|
<input
|
|
18
42
|
required
|
|
19
43
|
type="text"
|
|
20
|
-
id="-name"
|
|
21
|
-
name="-name"
|
|
22
|
-
aria-describedby="-name-helper"
|
|
44
|
+
id="form-demo-basic-name"
|
|
45
|
+
name="form-demo-basic-name"
|
|
46
|
+
aria-describedby="form-demo-basic-name-helper"
|
|
23
47
|
/>
|
|
24
48
|
</span>
|
|
25
49
|
|
|
26
50
|
<div class="pf-v6-c-form__helper-text" aria-live="polite">
|
|
27
51
|
<div class="pf-v6-c-helper-text">
|
|
28
|
-
<div
|
|
52
|
+
<div
|
|
53
|
+
class="pf-v6-c-helper-text__item"
|
|
54
|
+
id="form-demo-basic-name-helper"
|
|
55
|
+
>
|
|
29
56
|
<span
|
|
30
57
|
class="pf-v6-c-helper-text__item-text"
|
|
31
58
|
>Include your middle name if you have one.</span>
|
|
@@ -35,17 +62,21 @@ subsection: forms
|
|
|
35
62
|
</div>
|
|
36
63
|
</div>
|
|
37
64
|
<div class="pf-v6-c-form__group">
|
|
38
|
-
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-email">
|
|
65
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="form-demo-basic-email">
|
|
39
66
|
<span class="pf-v6-c-form__label-text">Email</span></label>
|
|
40
67
|
</div>
|
|
41
68
|
<div class="pf-v6-c-form__group-control">
|
|
42
69
|
<span class="pf-v6-c-form-control">
|
|
43
|
-
<input
|
|
70
|
+
<input
|
|
71
|
+
type="email"
|
|
72
|
+
id="form-demo-basic-email"
|
|
73
|
+
name="form-demo-basic-email"
|
|
74
|
+
/>
|
|
44
75
|
</span>
|
|
45
76
|
</div>
|
|
46
77
|
</div>
|
|
47
78
|
<div class="pf-v6-c-form__group">
|
|
48
|
-
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-phone">
|
|
79
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="form-demo-basic-phone">
|
|
49
80
|
<span class="pf-v6-c-form__label-text">Phone number</span> <span class="pf-v6-c-form__label-required" aria-hidden="true">*</span></label> <span class="pf-v6-c-form__group-label-help">
|
|
50
81
|
<span
|
|
51
82
|
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
@@ -53,7 +84,7 @@ subsection: forms
|
|
|
53
84
|
role="button"
|
|
54
85
|
tabindex="0"
|
|
55
86
|
aria-label="More information for phone number field"
|
|
56
|
-
aria-describedby="-phone"
|
|
87
|
+
aria-describedby="form-demo-basic-phone"
|
|
57
88
|
>
|
|
58
89
|
<span class="pf-v6-c-button__icon">
|
|
59
90
|
<svg
|
|
@@ -78,8 +109,8 @@ subsection: forms
|
|
|
78
109
|
required
|
|
79
110
|
type="tel"
|
|
80
111
|
placeholder="555-555-5555"
|
|
81
|
-
id="-phone"
|
|
82
|
-
name="-phone"
|
|
112
|
+
id="form-demo-basic-phone"
|
|
113
|
+
name="form-demo-basic-phone"
|
|
83
114
|
/>
|
|
84
115
|
</span>
|
|
85
116
|
</div>
|
|
@@ -87,9 +118,12 @@ subsection: forms
|
|
|
87
118
|
<div
|
|
88
119
|
class="pf-v6-c-form__group"
|
|
89
120
|
role="group"
|
|
90
|
-
aria-labelledby="form-demo-basic-contact-legend"
|
|
121
|
+
aria-labelledby="form-demo-basicform-demo-basic-contact-legend"
|
|
91
122
|
>
|
|
92
|
-
<div
|
|
123
|
+
<div
|
|
124
|
+
class="pf-v6-c-form__group-label"
|
|
125
|
+
id="form-demo-basicform-demo-basic-contact-legend"
|
|
126
|
+
><span class="pf-v6-c-form__label">
|
|
93
127
|
<span class="pf-v6-c-form__label-text">How can we contact you?</span></span>
|
|
94
128
|
</div>
|
|
95
129
|
<div class="pf-v6-c-form__group-control pf-m-inline">
|
|
@@ -97,42 +131,51 @@ subsection: forms
|
|
|
97
131
|
<input
|
|
98
132
|
class="pf-v6-c-check__input"
|
|
99
133
|
type="checkbox"
|
|
100
|
-
id="-contact-check-1"
|
|
101
|
-
name="-contact-check-1"
|
|
134
|
+
id="form-demo-basic-contact-check-1"
|
|
135
|
+
name="form-demo-basic-contact-check-1"
|
|
102
136
|
/>
|
|
103
137
|
|
|
104
|
-
<label
|
|
138
|
+
<label
|
|
139
|
+
class="pf-v6-c-check__label"
|
|
140
|
+
for="form-demo-basic-contact-check-1"
|
|
141
|
+
>Email</label>
|
|
105
142
|
</div>
|
|
106
143
|
<div class="pf-v6-c-check">
|
|
107
144
|
<input
|
|
108
145
|
class="pf-v6-c-check__input"
|
|
109
146
|
type="checkbox"
|
|
110
|
-
id="-contact-check-2"
|
|
111
|
-
name="-contact-check-2"
|
|
147
|
+
id="form-demo-basic-contact-check-2"
|
|
148
|
+
name="form-demo-basic-contact-check-2"
|
|
112
149
|
/>
|
|
113
150
|
|
|
114
|
-
<label
|
|
151
|
+
<label
|
|
152
|
+
class="pf-v6-c-check__label"
|
|
153
|
+
for="form-demo-basic-contact-check-2"
|
|
154
|
+
>Phone</label>
|
|
115
155
|
</div>
|
|
116
156
|
<div class="pf-v6-c-check">
|
|
117
157
|
<input
|
|
118
158
|
class="pf-v6-c-check__input"
|
|
119
159
|
type="checkbox"
|
|
120
|
-
id="-contact-check-3"
|
|
121
|
-
name="-contact-check-3"
|
|
160
|
+
id="form-demo-basic-contact-check-3"
|
|
161
|
+
name="form-demo-basic-contact-check-3"
|
|
122
162
|
/>
|
|
123
163
|
|
|
124
|
-
<label
|
|
164
|
+
<label
|
|
165
|
+
class="pf-v6-c-check__label"
|
|
166
|
+
for="form-demo-basic-contact-check-3"
|
|
167
|
+
>Mail</label>
|
|
125
168
|
</div>
|
|
126
169
|
</div>
|
|
127
170
|
</div>
|
|
128
171
|
<div
|
|
129
172
|
class="pf-v6-c-form__group"
|
|
130
173
|
role="radiogroup"
|
|
131
|
-
aria-labelledby="form-demo-basic-time-zone-legend"
|
|
174
|
+
aria-labelledby="form-demo-basicform-demo-basic-time-zone-legend"
|
|
132
175
|
>
|
|
133
176
|
<div
|
|
134
177
|
class="pf-v6-c-form__group-label"
|
|
135
|
-
id="form-demo-basic-time-zone-legend"
|
|
178
|
+
id="form-demo-basicform-demo-basic-time-zone-legend"
|
|
136
179
|
><span class="pf-v6-c-form__label">
|
|
137
180
|
<span class="pf-v6-c-form__label-text">Time zone</span></span>
|
|
138
181
|
</div>
|
|
@@ -141,31 +184,40 @@ subsection: forms
|
|
|
141
184
|
<input
|
|
142
185
|
class="pf-v6-c-radio__input"
|
|
143
186
|
type="radio"
|
|
144
|
-
id="-time-zone-radio-1"
|
|
145
|
-
name="-time-zone-radio"
|
|
187
|
+
id="form-demo-basic-time-zone-radio-1"
|
|
188
|
+
name="form-demo-basic-time-zone-radio"
|
|
146
189
|
/>
|
|
147
190
|
|
|
148
|
-
<label
|
|
191
|
+
<label
|
|
192
|
+
class="pf-v6-c-radio__label"
|
|
193
|
+
for="form-demo-basic-time-zone-radio-1"
|
|
194
|
+
>Eastern</label>
|
|
149
195
|
</div>
|
|
150
196
|
<div class="pf-v6-c-radio">
|
|
151
197
|
<input
|
|
152
198
|
class="pf-v6-c-radio__input"
|
|
153
199
|
type="radio"
|
|
154
|
-
id="-time-zone-radio-2"
|
|
155
|
-
name="-time-zone-radio"
|
|
200
|
+
id="form-demo-basic-time-zone-radio-2"
|
|
201
|
+
name="form-demo-basic-time-zone-radio"
|
|
156
202
|
/>
|
|
157
203
|
|
|
158
|
-
<label
|
|
204
|
+
<label
|
|
205
|
+
class="pf-v6-c-radio__label"
|
|
206
|
+
for="form-demo-basic-time-zone-radio-2"
|
|
207
|
+
>Central</label>
|
|
159
208
|
</div>
|
|
160
209
|
<div class="pf-v6-c-radio">
|
|
161
210
|
<input
|
|
162
211
|
class="pf-v6-c-radio__input"
|
|
163
212
|
type="radio"
|
|
164
|
-
id="-time-zone-radio-3"
|
|
165
|
-
name="-time-zone-radio"
|
|
213
|
+
id="form-demo-basic-time-zone-radio-3"
|
|
214
|
+
name="form-demo-basic-time-zone-radio"
|
|
166
215
|
/>
|
|
167
216
|
|
|
168
|
-
<label
|
|
217
|
+
<label
|
|
218
|
+
class="pf-v6-c-radio__label"
|
|
219
|
+
for="form-demo-basic-time-zone-radio-3"
|
|
220
|
+
>Pacific</label>
|
|
169
221
|
</div>
|
|
170
222
|
</div>
|
|
171
223
|
</div>
|
|
@@ -1268,7 +1320,7 @@ subsection: forms
|
|
|
1268
1320
|
<div class="pf-v6-c-form__group">
|
|
1269
1321
|
<div class="pf-v6-c-form__group-label"><label
|
|
1270
1322
|
class="pf-v6-c-form__label"
|
|
1271
|
-
id="-node-selector-terms-title"
|
|
1323
|
+
id="form-demo-sections-complex-form-node-selector-terms-title"
|
|
1272
1324
|
>
|
|
1273
1325
|
<span class="pf-v6-c-form__label-text">Node selector terms</span> <span
|
|
1274
1326
|
class="pf-v6-c-form__label-required"
|
|
@@ -1282,9 +1334,9 @@ subsection: forms
|
|
|
1282
1334
|
<input
|
|
1283
1335
|
required
|
|
1284
1336
|
type="text"
|
|
1285
|
-
id="-node-selector-terms-input-1"
|
|
1286
|
-
name="-node-selector-terms-input-1"
|
|
1287
|
-
aria-labelledby="-node-selector-terms -node-selector-terms-title"
|
|
1337
|
+
id="form-demo-sections-complex-form-node-selector-terms-input-1"
|
|
1338
|
+
name="form-demo-sections-complex-form-node-selector-terms-input-1"
|
|
1339
|
+
aria-labelledby="form-demo-sections-complex-form-node-selector-terms form-demo-sections-complex-form-node-selector-terms-title"
|
|
1288
1340
|
/>
|
|
1289
1341
|
</span>
|
|
1290
1342
|
</div>
|