@patternfly/patternfly 6.6.0-prerelease.19 → 6.6.0-prerelease.20
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/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/_index.css +4 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +13 -13
- package/docs/components/Table/examples/Table.md +18 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +4 -1
- package/patternfly.css +4 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
--pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
77
77
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
78
78
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
79
|
-
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
79
|
+
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
|
80
80
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
81
81
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
82
82
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
|
@@ -106,7 +106,7 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
106
106
|
|
|
107
107
|
// Icon
|
|
108
108
|
--#{$dual-list-selector}__item-toggle-icon--Rotate: 0;
|
|
109
|
-
--#{$dual-list-selector}__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
109
|
+
--#{$dual-list-selector}__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
|
110
110
|
--#{$dual-list-selector}__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
111
111
|
--#{$dual-list-selector}__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
112
112
|
--#{$dual-list-selector}__item-toggle-icon--MinWidth: var(--#{$dual-list-selector}__list-item-row--FontSize);
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
20
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
21
|
+
}
|
|
19
22
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
20
23
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
21
24
|
}
|
|
@@ -37,6 +37,8 @@ $pf-v6-c-tree-view--MaxDepth: 10;
|
|
|
37
37
|
|
|
38
38
|
// - Table tree view
|
|
39
39
|
.#{$table}.pf-m-tree-view {
|
|
40
|
+
--#{$table}__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
41
|
+
|
|
40
42
|
> tbody > tr {
|
|
41
43
|
--#{$table}--m-tree-view__toggle--InsetInlineStart: var(--#{$table}__tree-view-main--PaddingInlineStart);
|
|
42
44
|
|
package/components/_index.css
CHANGED
|
@@ -5889,7 +5889,7 @@ ul) {
|
|
|
5889
5889
|
--pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
5890
5890
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
5891
5891
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
5892
|
-
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
5892
|
+
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
|
5893
5893
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
5894
5894
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
5895
5895
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
|
@@ -20632,6 +20632,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20632
20632
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
20633
20633
|
}
|
|
20634
20634
|
|
|
20635
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
20636
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
20637
|
+
}
|
|
20635
20638
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
20636
20639
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
20637
20640
|
}
|
|
@@ -1802,7 +1802,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1802
1802
|
height="1em"
|
|
1803
1803
|
>
|
|
1804
1804
|
<path
|
|
1805
|
-
d="
|
|
1805
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1806
1806
|
/>
|
|
1807
1807
|
</svg>
|
|
1808
1808
|
</span>
|
|
@@ -1912,7 +1912,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
1912
1912
|
height="1em"
|
|
1913
1913
|
>
|
|
1914
1914
|
<path
|
|
1915
|
-
d="
|
|
1915
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1916
1916
|
/>
|
|
1917
1917
|
</svg>
|
|
1918
1918
|
</span>
|
|
@@ -2040,7 +2040,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2040
2040
|
height="1em"
|
|
2041
2041
|
>
|
|
2042
2042
|
<path
|
|
2043
|
-
d="
|
|
2043
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2044
2044
|
/>
|
|
2045
2045
|
</svg>
|
|
2046
2046
|
</span>
|
|
@@ -2105,7 +2105,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2105
2105
|
height="1em"
|
|
2106
2106
|
>
|
|
2107
2107
|
<path
|
|
2108
|
-
d="
|
|
2108
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2109
2109
|
/>
|
|
2110
2110
|
</svg>
|
|
2111
2111
|
</span>
|
|
@@ -2435,7 +2435,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2435
2435
|
height="1em"
|
|
2436
2436
|
>
|
|
2437
2437
|
<path
|
|
2438
|
-
d="
|
|
2438
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2439
2439
|
/>
|
|
2440
2440
|
</svg>
|
|
2441
2441
|
</span>
|
|
@@ -2526,7 +2526,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2526
2526
|
height="1em"
|
|
2527
2527
|
>
|
|
2528
2528
|
<path
|
|
2529
|
-
d="
|
|
2529
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2530
2530
|
/>
|
|
2531
2531
|
</svg>
|
|
2532
2532
|
</span>
|
|
@@ -2659,7 +2659,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2659
2659
|
height="1em"
|
|
2660
2660
|
>
|
|
2661
2661
|
<path
|
|
2662
|
-
d="
|
|
2662
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2663
2663
|
/>
|
|
2664
2664
|
</svg>
|
|
2665
2665
|
</span>
|
|
@@ -2722,7 +2722,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2722
2722
|
height="1em"
|
|
2723
2723
|
>
|
|
2724
2724
|
<path
|
|
2725
|
-
d="
|
|
2725
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2726
2726
|
/>
|
|
2727
2727
|
</svg>
|
|
2728
2728
|
</span>
|
|
@@ -2953,7 +2953,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
2953
2953
|
height="1em"
|
|
2954
2954
|
>
|
|
2955
2955
|
<path
|
|
2956
|
-
d="
|
|
2956
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2957
2957
|
/>
|
|
2958
2958
|
</svg>
|
|
2959
2959
|
</span>
|
|
@@ -3122,7 +3122,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3122
3122
|
height="1em"
|
|
3123
3123
|
>
|
|
3124
3124
|
<path
|
|
3125
|
-
d="
|
|
3125
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3126
3126
|
/>
|
|
3127
3127
|
</svg>
|
|
3128
3128
|
</span>
|
|
@@ -3232,7 +3232,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3232
3232
|
height="1em"
|
|
3233
3233
|
>
|
|
3234
3234
|
<path
|
|
3235
|
-
d="
|
|
3235
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3236
3236
|
/>
|
|
3237
3237
|
</svg>
|
|
3238
3238
|
</span>
|
|
@@ -3360,7 +3360,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3360
3360
|
height="1em"
|
|
3361
3361
|
>
|
|
3362
3362
|
<path
|
|
3363
|
-
d="
|
|
3363
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3364
3364
|
/>
|
|
3365
3365
|
</svg>
|
|
3366
3366
|
</span>
|
|
@@ -3425,7 +3425,7 @@ cssPrefix: pf-v6-c-dual-list-selector
|
|
|
3425
3425
|
height="1em"
|
|
3426
3426
|
>
|
|
3427
3427
|
<path
|
|
3428
|
-
d="
|
|
3428
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3429
3429
|
/>
|
|
3430
3430
|
</svg>
|
|
3431
3431
|
</span>
|
|
@@ -13148,7 +13148,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13148
13148
|
height="1em"
|
|
13149
13149
|
>
|
|
13150
13150
|
<path
|
|
13151
|
-
d="
|
|
13151
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13152
13152
|
/>
|
|
13153
13153
|
</svg>
|
|
13154
13154
|
</div>
|
|
@@ -13261,7 +13261,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13261
13261
|
height="1em"
|
|
13262
13262
|
>
|
|
13263
13263
|
<path
|
|
13264
|
-
d="
|
|
13264
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13265
13265
|
/>
|
|
13266
13266
|
</svg>
|
|
13267
13267
|
</div>
|
|
@@ -13705,7 +13705,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13705
13705
|
height="1em"
|
|
13706
13706
|
>
|
|
13707
13707
|
<path
|
|
13708
|
-
d="
|
|
13708
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13709
13709
|
/>
|
|
13710
13710
|
</svg>
|
|
13711
13711
|
</div>
|
|
@@ -13899,7 +13899,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13899
13899
|
height="1em"
|
|
13900
13900
|
>
|
|
13901
13901
|
<path
|
|
13902
|
-
d="
|
|
13902
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
13903
13903
|
/>
|
|
13904
13904
|
</svg>
|
|
13905
13905
|
</div>
|
|
@@ -14176,7 +14176,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14176
14176
|
height="1em"
|
|
14177
14177
|
>
|
|
14178
14178
|
<path
|
|
14179
|
-
d="
|
|
14179
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14180
14180
|
/>
|
|
14181
14181
|
</svg>
|
|
14182
14182
|
</div>
|
|
@@ -14453,7 +14453,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14453
14453
|
height="1em"
|
|
14454
14454
|
>
|
|
14455
14455
|
<path
|
|
14456
|
-
d="
|
|
14456
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14457
14457
|
/>
|
|
14458
14458
|
</svg>
|
|
14459
14459
|
</div>
|
|
@@ -14769,7 +14769,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14769
14769
|
height="1em"
|
|
14770
14770
|
>
|
|
14771
14771
|
<path
|
|
14772
|
-
d="
|
|
14772
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14773
14773
|
/>
|
|
14774
14774
|
</svg>
|
|
14775
14775
|
</div>
|
|
@@ -14896,7 +14896,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14896
14896
|
height="1em"
|
|
14897
14897
|
>
|
|
14898
14898
|
<path
|
|
14899
|
-
d="
|
|
14899
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
14900
14900
|
/>
|
|
14901
14901
|
</svg>
|
|
14902
14902
|
</div>
|
|
@@ -15414,7 +15414,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15414
15414
|
height="1em"
|
|
15415
15415
|
>
|
|
15416
15416
|
<path
|
|
15417
|
-
d="
|
|
15417
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15418
15418
|
/>
|
|
15419
15419
|
</svg>
|
|
15420
15420
|
</div>
|
|
@@ -15637,7 +15637,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15637
15637
|
height="1em"
|
|
15638
15638
|
>
|
|
15639
15639
|
<path
|
|
15640
|
-
d="
|
|
15640
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15641
15641
|
/>
|
|
15642
15642
|
</svg>
|
|
15643
15643
|
</div>
|
|
@@ -15958,7 +15958,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15958
15958
|
height="1em"
|
|
15959
15959
|
>
|
|
15960
15960
|
<path
|
|
15961
|
-
d="
|
|
15961
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
15962
15962
|
/>
|
|
15963
15963
|
</svg>
|
|
15964
15964
|
</div>
|
|
@@ -16279,7 +16279,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16279
16279
|
height="1em"
|
|
16280
16280
|
>
|
|
16281
16281
|
<path
|
|
16282
|
-
d="
|
|
16282
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16283
16283
|
/>
|
|
16284
16284
|
</svg>
|
|
16285
16285
|
</div>
|
|
@@ -16638,7 +16638,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16638
16638
|
height="1em"
|
|
16639
16639
|
>
|
|
16640
16640
|
<path
|
|
16641
|
-
d="
|
|
16641
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16642
16642
|
/>
|
|
16643
16643
|
</svg>
|
|
16644
16644
|
</div>
|
|
@@ -16768,7 +16768,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
16768
16768
|
height="1em"
|
|
16769
16769
|
>
|
|
16770
16770
|
<path
|
|
16771
|
-
d="
|
|
16771
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
16772
16772
|
/>
|
|
16773
16773
|
</svg>
|
|
16774
16774
|
</div>
|
|
@@ -17301,7 +17301,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17301
17301
|
height="1em"
|
|
17302
17302
|
>
|
|
17303
17303
|
<path
|
|
17304
|
-
d="
|
|
17304
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17305
17305
|
/>
|
|
17306
17306
|
</svg>
|
|
17307
17307
|
</div>
|
|
@@ -17530,7 +17530,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17530
17530
|
height="1em"
|
|
17531
17531
|
>
|
|
17532
17532
|
<path
|
|
17533
|
-
d="
|
|
17533
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17534
17534
|
/>
|
|
17535
17535
|
</svg>
|
|
17536
17536
|
</div>
|
|
@@ -17860,7 +17860,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
17860
17860
|
height="1em"
|
|
17861
17861
|
>
|
|
17862
17862
|
<path
|
|
17863
|
-
d="
|
|
17863
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
17864
17864
|
/>
|
|
17865
17865
|
</svg>
|
|
17866
17866
|
</div>
|
|
@@ -18190,7 +18190,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
18190
18190
|
height="1em"
|
|
18191
18191
|
>
|
|
18192
18192
|
<path
|
|
18193
|
-
d="
|
|
18193
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
18194
18194
|
/>
|
|
18195
18195
|
</svg>
|
|
18196
18196
|
</div>
|
package/package.json
CHANGED
|
@@ -15145,7 +15145,7 @@ ul) {
|
|
|
15145
15145
|
--pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
15146
15146
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
15147
15147
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
15148
|
-
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
15148
|
+
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
|
15149
15149
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
15150
15150
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
15151
15151
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
|
@@ -29888,6 +29888,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29888
29888
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
29889
29889
|
}
|
|
29890
29890
|
|
|
29891
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
29892
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
29893
|
+
}
|
|
29891
29894
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
29892
29895
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
29893
29896
|
}
|
package/patternfly.css
CHANGED
|
@@ -15300,7 +15300,7 @@ ul) {
|
|
|
15300
15300
|
--pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
15301
15301
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
15302
15302
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
15303
|
-
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
15303
|
+
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
|
15304
15304
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
15305
15305
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
15306
15306
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
|
@@ -30043,6 +30043,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
30043
30043
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
30044
30044
|
}
|
|
30045
30045
|
|
|
30046
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
30047
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
30048
|
+
}
|
|
30046
30049
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
30047
30050
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
30048
30051
|
}
|