@norges-domstoler/dds-components 0.0.0-dev-20260608085907 → 0.0.0-dev-20260608090134

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/dist/index.css CHANGED
@@ -1887,7 +1887,7 @@
1887
1887
  }
1888
1888
  }
1889
1889
  .Button_button--xsmall {
1890
- height: var(--dds-size-height-input-xsmall);
1890
+ min-height: var(--dds-size-height-input-xsmall);
1891
1891
  padding-block: var(--dds-spacing-x0-125);
1892
1892
  &.Button_just-text {
1893
1893
  padding-inline: var(--dds-spacing-x0-5);
@@ -1910,7 +1910,7 @@
1910
1910
  }
1911
1911
  }
1912
1912
  .Button_button--small {
1913
- height: var(--dds-size-height-input-small);
1913
+ min-height: var(--dds-size-height-input-small);
1914
1914
  padding-block: var(--dds-spacing-x0-25);
1915
1915
  &.Button_just-text {
1916
1916
  padding-inline: var(--dds-spacing-x0-75);
@@ -1933,7 +1933,7 @@
1933
1933
  }
1934
1934
  }
1935
1935
  .Button_button--medium {
1936
- height: var(--dds-size-height-input-medium);
1936
+ min-height: var(--dds-size-height-input-medium);
1937
1937
  padding-block: var(--dds-spacing-x0-5);
1938
1938
  &.Button_just-text {
1939
1939
  padding-inline: var(--dds-spacing-x1);
@@ -1956,7 +1956,7 @@
1956
1956
  }
1957
1957
  }
1958
1958
  .Button_button--large {
1959
- height: var(--dds-size-height-input-large);
1959
+ min-height: var(--dds-size-height-input-large);
1960
1960
  padding-block: var(--dds-spacing-x0-75);
1961
1961
  &.Button_just-text {
1962
1962
  padding-inline: var(--dds-spacing-x1-5);
@@ -3574,6 +3574,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
3574
3574
  }
3575
3575
  .InlineEdit_inline-textarea {
3576
3576
  resize: vertical;
3577
+ height: initial;
3577
3578
  }
3578
3579
  .InlineEdit_edit-icon-textarea {
3579
3580
  position: absolute;
@@ -4373,6 +4374,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
4373
4374
  cursor: pointer;
4374
4375
  background-color: var(--dds-color-surface-default);
4375
4376
  border: 1px solid;
4377
+ height: 100%;
4376
4378
  @media (prefers-reduced-motion: no-preference) {
4377
4379
  transition:
4378
4380
  border-color var(--dds-motion-micro-state),