@patternfly-java/finder 0.6.10 → 0.6.12
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/finder.css +8 -0
- package/package.json +1 -1
package/finder.css
CHANGED
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
--pf-v6-c-finder__item-folder-icon--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
|
|
92
92
|
|
|
93
93
|
/* Preview */
|
|
94
|
+
--pf-v6-c-finder__preview--PaddingBlockStart: var(--pf-t--global--spacer--200);
|
|
95
|
+
--pf-v6-c-finder__preview--PaddingBlockEnd: var(--pf-t--global--spacer--200);
|
|
96
|
+
--pf-v6-c-finder__preview--PaddingInlineStart: var(--pf-t--global--spacer--300);
|
|
97
|
+
--pf-v6-c-finder__preview--PaddingInlineEnd: var(--pf-t--global--spacer--200);
|
|
94
98
|
--pf-v6-c-finder__preview--MinWidth: 24rem;
|
|
95
99
|
--pf-v6-c-finder__preview--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
96
100
|
--pf-v6-c-finder__preview--BorderLeftColor: var(--pf-t--global--border--color--default);
|
|
@@ -416,4 +420,8 @@
|
|
|
416
420
|
overflow-y: auto;
|
|
417
421
|
border-left: var(--pf-v6-c-finder__column--BorderRightWidth) solid var(--pf-v6-c-finder__column--BorderRightColor);
|
|
418
422
|
margin-left: calc(var(--pf-v6-c-finder__column--BorderRightWidth) * -1);
|
|
423
|
+
padding-block-start: var(--pf-v6-c-finder__column-header--PaddingBlockStart);
|
|
424
|
+
padding-block-end: var(--pf-v6-c-finder__column-header--PaddingBlockEnd);
|
|
425
|
+
padding-inline-start: var(--pf-v6-c-finder__column-header--PaddingInlineStart);
|
|
426
|
+
padding-inline-end: var(--pf-v6-c-finder__column-header--PaddingInlineEnd);
|
|
419
427
|
}
|
package/package.json
CHANGED