@norges-domstoler/dds-components 0.0.0-dev-20240531063206 → 0.0.0-dev-20240603103333

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
@@ -1238,7 +1238,7 @@
1238
1238
 
1239
1239
  /* src/components/Chip/Chip.module.css */
1240
1240
  .Chip_container {
1241
- display: flex;
1241
+ display: inline-flex;
1242
1242
  align-items: center;
1243
1243
  max-width: 100%;
1244
1244
  gap: var(--dds-spacing-x0-25);
@@ -2681,7 +2681,8 @@
2681
2681
  border-color: var(--dds-color-border-danger);
2682
2682
  box-shadow: 0 0 0 1px var(--dds-c-tic-border-danger);
2683
2683
  }
2684
- input:not(:focus-visible) ~ .SelectionControl_selectio- input:checked:enabled:not(:focus-visible) .SelectionControl_selection-control &:hover input:checked:enabled:not(:focus-visible) .SelectionControl_selection-control {
2684
+ input:not(:focus-visible) ~ .SelectionControl_selection-control,
2685
+ input:checked:enabled:not(:focus-visible) .SelectionControl_selection-control &:hover input:checked:enabled:not(:focus-visible) .SelectionControl_selection-control {
2685
2686
  border-color: var(--dds-color-border-danger);
2686
2687
  box-shadow: 0 0 0 1px var(--dds-color-border-danger);
2687
2688
  }
@@ -3163,7 +3164,7 @@
3163
3164
  }
3164
3165
  .ToggleBar_content--large--with-text {
3165
3166
  padding: var(--dds-spacing-x1) var(--dds-spacing-x2);
3166
- gap: var(--dds-spacing-x1);
3167
+ gap: var(--dds-spacing-x0-5);
3167
3168
  }
3168
3169
  .ToggleBar_content--medium--just-icon {
3169
3170
  padding: var(--dds-spacing-x0-75);
@@ -3173,7 +3174,7 @@
3173
3174
  }
3174
3175
  .ToggleBar_content--medium--with-text {
3175
3176
  padding: var(--dds-spacing-x0-75) var(--dds-spacing-x1-5);
3176
- gap: var(--dds-spacing-x0-5);
3177
+ gap: var(--dds-spacing-x0-75);
3177
3178
  }
3178
3179
  .ToggleBar_content--small--just-icon {
3179
3180
  padding: var(--dds-spacing-x0-5);