@patternfly/patternfly 5.0.0-alpha.60 → 5.0.0-alpha.62
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/FormControl/form-control.css +1 -1
- package/components/FormControl/form-control.scss +1 -1
- package/components/Table/table.css +0 -1
- package/components/Table/table.scss +0 -1
- package/docs/components/Slider/examples/Slider.md +2 -2
- package/docs/components/Table/examples/Table.md +434 -432
- package/package.json +1 -1
- package/patternfly-no-globals.css +1 -2
- package/patternfly.css +1 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
|
@@ -14750,7 +14750,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14750
14750
|
--pf-v5-c-form-control--BorderLeftColor: var(--pf-v5-global--BorderColor--300);
|
|
14751
14751
|
--pf-v5-c-form-control--BorderRadius: 0;
|
|
14752
14752
|
--pf-v5-c-form-control--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
14753
|
-
--pf-v5-c-form-control--Width:
|
|
14753
|
+
--pf-v5-c-form-control--Width: 100%;
|
|
14754
14754
|
--pf-v5-c-form-control--Height: calc(var(--pf-v5-c-form-control--FontSize) * var(--pf-v5-c-form-control--LineHeight) + var(--pf-v5-c-form-control--BorderWidth) * 2 + var(--pf-v5-c-form-control--PaddingTop) + var(--pf-v5-c-form-control--PaddingBottom));
|
|
14755
14755
|
--pf-v5-c-form-control--inset--base: var(--pf-v5-global--spacer--sm);
|
|
14756
14756
|
--pf-v5-c-form-control--PaddingTop: calc(var(--pf-v5-global--spacer--form-element) - var(--pf-v5-global--BorderWidth--sm));
|
|
@@ -27437,7 +27437,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27437
27437
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
27438
27438
|
}
|
|
27439
27439
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
|
27440
|
-
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) td:where(.pf-v5-c-table__td),
|
|
27441
27440
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
|
27442
27441
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
|
27443
27442
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|
package/patternfly.css
CHANGED
|
@@ -14867,7 +14867,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14867
14867
|
--pf-v5-c-form-control--BorderLeftColor: var(--pf-v5-global--BorderColor--300);
|
|
14868
14868
|
--pf-v5-c-form-control--BorderRadius: 0;
|
|
14869
14869
|
--pf-v5-c-form-control--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
14870
|
-
--pf-v5-c-form-control--Width:
|
|
14870
|
+
--pf-v5-c-form-control--Width: 100%;
|
|
14871
14871
|
--pf-v5-c-form-control--Height: calc(var(--pf-v5-c-form-control--FontSize) * var(--pf-v5-c-form-control--LineHeight) + var(--pf-v5-c-form-control--BorderWidth) * 2 + var(--pf-v5-c-form-control--PaddingTop) + var(--pf-v5-c-form-control--PaddingBottom));
|
|
14872
14872
|
--pf-v5-c-form-control--inset--base: var(--pf-v5-global--spacer--sm);
|
|
14873
14873
|
--pf-v5-c-form-control--PaddingTop: calc(var(--pf-v5-global--spacer--form-element) - var(--pf-v5-global--BorderWidth--sm));
|
|
@@ -27554,7 +27554,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27554
27554
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
27555
27555
|
}
|
|
27556
27556
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
|
27557
|
-
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) td:where(.pf-v5-c-table__td),
|
|
27558
27557
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
|
27559
27558
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
|
27560
27559
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|