@norges-domstoler/dds-components 0.0.0-dev-20241128105336 → 0.0.0-dev-20241128105759

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
@@ -2732,7 +2732,7 @@
2732
2732
  .Select_container {
2733
2733
  margin: 0;
2734
2734
  position: relative;
2735
- width: var(--dds-input-default-width);
2735
+ width: var(--dds-select-width);
2736
2736
  }
2737
2737
  .Select_container--disabled {
2738
2738
  cursor: not-allowed;
@@ -3718,9 +3718,6 @@
3718
3718
  .TextInput_container--disabled {
3719
3719
  color: var(--dds-color-text-subtle);
3720
3720
  }
3721
- .TextInput_container--tiny {
3722
- width: 210px;
3723
- }
3724
3721
  .TextInput_affix-container {
3725
3722
  position: relative;
3726
3723
  display: flex;