@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.
@@ -21,7 +21,7 @@
21
21
  --pf-v5-c-form-control--BorderLeftColor: var(--pf-v5-global--BorderColor--300);
22
22
  --pf-v5-c-form-control--BorderRadius: 0;
23
23
  --pf-v5-c-form-control--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
24
- --pf-v5-c-form-control--Width: auto;
24
+ --pf-v5-c-form-control--Width: 100%;
25
25
  --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));
26
26
  --pf-v5-c-form-control--inset--base: var(--pf-v5-global--spacer--sm);
27
27
  --pf-v5-c-form-control--PaddingTop: calc(var(--pf-v5-global--spacer--form-element) - var(--pf-v5-global--BorderWidth--sm));
@@ -12,7 +12,7 @@
12
12
  --#{$form-control}--BorderLeftColor: var(--#{$pf-global}--BorderColor--300);
13
13
  --#{$form-control}--BorderRadius: 0;
14
14
  --#{$form-control}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--100);
15
- --#{$form-control}--Width: auto;
15
+ --#{$form-control}--Width: 100%;
16
16
  --#{$form-control}--Height: calc(var(--#{$form-control}--FontSize) * var(--#{$form-control}--LineHeight) + var(--#{$form-control}--BorderWidth) * 2 + var(--#{$form-control}--PaddingTop) + var(--#{$form-control}--PaddingBottom)); // Needed for various browsers that compute height of form elements differently
17
17
 
18
18
  // padding
@@ -969,7 +969,6 @@
969
969
  --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
970
970
  }
971
971
  .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
972
- .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) td:where(.pf-v5-c-table__td),
973
972
  .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
974
973
  --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
975
974
  --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
@@ -1305,7 +1305,6 @@
1305
1305
  // Thead
1306
1306
  thead:where(.#{$table}__thead) {
1307
1307
  th:where(.#{$table}__th),
1308
- td:where(.#{$table}__td),
1309
1308
  .#{$table}__toggle {
1310
1309
  --#{$table}--cell--PaddingTop: var(--#{$table}--m-compact__th--PaddingTop);
1311
1310
  --#{$table}--cell--PaddingBottom: var(--#{$table}--m-compact__th--PaddingBottom);
@@ -414,7 +414,7 @@ cssPrefix: pf-v5-c-slider
414
414
  <div class="pf-v5-c-slider__value pf-m-floating">
415
415
  <div class="pf-v5-c-input-group">
416
416
  <div class="pf-v5-c-input-group__item pf-m-fill">
417
- <div class="pf-v5-c-form-control">
417
+ <div class="pf-v5-c-form-control pf-m-disabled">
418
418
  <input
419
419
  disabled
420
420
  type="number"
@@ -615,7 +615,7 @@ cssPrefix: pf-v5-c-slider
615
615
  <div class="pf-v5-c-slider__value">
616
616
  <div class="pf-v5-c-input-group">
617
617
  <div class="pf-v5-c-input-group__item pf-m-fill">
618
- <div class="pf-v5-c-form-control">
618
+ <div class="pf-v5-c-form-control pf-m-disabled">
619
619
  <input
620
620
  disabled
621
621
  type="number"