@norges-domstoler/dds-components 0.0.0-dev-20241213121234 → 0.0.0-dev-20241216093930

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
@@ -595,7 +595,7 @@
595
595
  :where(.Input_input--small) {
596
596
  padding: var(--dds-spacing-x0-5) var(--dds-spacing-x0-75);
597
597
  }
598
- :where(.Input_input--tiny) {
598
+ :where(.Input_input--xsmall) {
599
599
  padding: var(--dds-spacing-x0-25) var(--dds-spacing-x0-5);
600
600
  }
601
601
  :where(.Input_input--with-affix) {
@@ -878,7 +878,7 @@
878
878
  justify-content: left;
879
879
  }
880
880
  }
881
- .Button_button--tiny {
881
+ .Button_button--xsmall {
882
882
  &.Button_just-text {
883
883
  padding: var(--dds-spacing-x0-25) var(--dds-spacing-x0-5);
884
884
  }
@@ -1254,7 +1254,7 @@
1254
1254
  padding-inline-start: var(--dds-spacing-x0-5);
1255
1255
  padding-inline-end: var(--dds-spacing-x0-75);
1256
1256
  }
1257
- .DateInput_date-input--tiny {
1257
+ .DateInput_date-input--xsmall {
1258
1258
  padding-inline-start: var(--dds-spacing-x0-25);
1259
1259
  padding-inline-end: var(--dds-spacing-x0-5);
1260
1260
  }
@@ -2621,7 +2621,7 @@
2621
2621
  .Select_icon--small {
2622
2622
  left: var(--dds-spacing-x0-75);
2623
2623
  }
2624
- .Select_icon--tiny {
2624
+ .Select_icon--xsmall {
2625
2625
  left: var(--dds-spacing-x0-5);
2626
2626
  }
2627
2627
  .Select_control {
@@ -2695,7 +2695,7 @@
2695
2695
  .NativeSelect_select--small {
2696
2696
  padding-right: var(--dds-spacing-x2);
2697
2697
  }
2698
- .NativeSelect_select--tiny {
2698
+ .NativeSelect_select--xsmall {
2699
2699
  padding-right: var(--dds-spacing-x1-5);
2700
2700
  }
2701
2701
  .NativeSelect_select--multiple {
@@ -2727,7 +2727,7 @@
2727
2727
  border-bottom-right-radius: 0;
2728
2728
  margin-right: -1px;
2729
2729
  }
2730
- .PhoneInput_select--tiny {
2730
+ .PhoneInput_select--xsmall {
2731
2731
  width: 5rem;
2732
2732
  }
2733
2733
  }
@@ -3613,7 +3613,7 @@
3613
3613
  &.TextInput_with-icon--small {
3614
3614
  padding-left: calc(var(--dds-spacing-x0-75) + var(--dds-icon-size-small) + var(--dds-spacing-x0-5));
3615
3615
  }
3616
- &.TextInput_with-icon--tiny {
3616
+ &.TextInput_with-icon--xsmall {
3617
3617
  padding-left: calc(var(--dds-spacing-x0-5) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-25));
3618
3618
  }
3619
3619
  }
@@ -3626,7 +3626,7 @@
3626
3626
  .TextInput_icon--small {
3627
3627
  left: var(--dds-spacing-x0-75);
3628
3628
  }
3629
- .TextInput_icon--tiny {
3629
+ .TextInput_icon--xsmall {
3630
3630
  left: var(--dds-spacing-x0-5);
3631
3631
  }
3632
3632
  .TextInput_label {
@@ -3726,13 +3726,13 @@
3726
3726
  padding: var(--dds-spacing-x0-5) var(--dds-spacing-x1);
3727
3727
  gap: var(--dds-spacing-x0-5);
3728
3728
  }
3729
- .ToggleBar_content--tiny--just-icon {
3729
+ .ToggleBar_content--xsmall--just-icon {
3730
3730
  padding: var(--dds-spacing-x0-25);
3731
3731
  svg {
3732
3732
  font-size: calc(var(--dds-font-lineheight-x1) * 1em);
3733
3733
  }
3734
3734
  }
3735
- .ToggleBar_content--tiny--with-text {
3735
+ .ToggleBar_content--xsmall--with-text {
3736
3736
  padding: var(--dds-spacing-x0-25) var(--dds-spacing-x0-75);
3737
3737
  gap: var(--dds-spacing-x0-5);
3738
3738
  }