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

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);
@@ -4373,6 +4373,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
4373
4373
  cursor: pointer;
4374
4374
  background-color: var(--dds-color-surface-default);
4375
4375
  border: 1px solid;
4376
+ height: 100%;
4376
4377
  @media (prefers-reduced-motion: no-preference) {
4377
4378
  transition:
4378
4379
  border-color var(--dds-motion-micro-state),