@fkui/design 5.37.0 → 5.37.3

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/lib/fkui-exp.css CHANGED
@@ -6557,7 +6557,7 @@ input[type=search]:focus,
6557
6557
  .table tbody th {
6558
6558
  padding: calc(var(--f-table-body-row-padding, 0.5rem) * var(--f-density-factor, 1)) var(--f-table-body-row-padding, 0.5rem);
6559
6559
  border-bottom: 1px solid var(--f-border-color-grid, #8d8e91);
6560
- white-space: nowrap;
6560
+ vertical-align: top;
6561
6561
  }
6562
6562
  .table tbody td {
6563
6563
  line-height: calc(1.5rem * var(--f-density-factor, 1));
@@ -6584,9 +6584,18 @@ input[type=search]:focus,
6584
6584
  padding-left: var(--f-button-discrete-table-column-action-padding-left, 0.571rem);
6585
6585
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
6586
6586
  min-width: 24px;
6587
+ width: -moz-max-content;
6588
+ width: max-content;
6589
+ }
6590
+ .table tbody .table__column--action .button--tertiary {
6591
+ margin: var(--f-button-tertiary-table-column-action-margin, 0 0 0 0.5rem);
6592
+ min-width: 24px;
6593
+ width: -moz-max-content;
6594
+ width: max-content;
6587
6595
  }
6588
- .table tbody .table__column--action .button__icon {
6589
- margin: var(--f-button-discrete-table-column-action-icon-margin, 0);
6596
+ .table tbody .table__column--action .button--discrete .button__icon, .table tbody .table__column--action .button--text .button__icon, .table tbody .table__column--action .button--tertiary .button__icon {
6597
+ margin: var(--f-button-discrete-table-column-action-icon-margin, 0 2px 0 2px);
6598
+ transform: translate(0, 10%);
6590
6599
  }
6591
6600
  .table__column--text {
6592
6601
  text-align: left;
@@ -6620,6 +6629,12 @@ input[type=search]:focus,
6620
6629
  .table__scroll {
6621
6630
  margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
6622
6631
  }
6632
+ .table__scroll thead th,
6633
+ .table__scroll thead td,
6634
+ .table__scroll tbody th,
6635
+ .table__scroll tbody td {
6636
+ white-space: nowrap;
6637
+ }
6623
6638
  .table__scroll .table {
6624
6639
  margin: 0;
6625
6640
  }