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

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.js CHANGED
@@ -7504,8 +7504,7 @@ function DateSegment({
7504
7504
  className: cn(
7505
7505
  segmentProps.className,
7506
7506
  DateInput_default.segment,
7507
- typographyStyles_default[`body-short-${componentSize}`],
7508
- Input_default[`input--${componentSize}`]
7507
+ typographyStyles_default[`body-short-${componentSize}`]
7509
7508
  ),
7510
7509
  style: {
7511
7510
  ...segmentProps.style,
@@ -10488,6 +10487,7 @@ var inlineInputCns = (hasErrorState, showEditingIcon) => [
10488
10487
  var inlineTextareaCns = (hasErrorState, showEditingIcon) => [
10489
10488
  ...inlineInputCns(hasErrorState, showEditingIcon),
10490
10489
  typographyStyles_default["body-long-medium"],
10490
+ InlineEdit_default["inline-textarea"],
10491
10491
  utilStyles_default.scrollbar
10492
10492
  ];
10493
10493
  var inlineSelectCns = (hasErrorState, showEditingIcon, hasValue) => [