@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.mjs CHANGED
@@ -7147,8 +7147,7 @@ function DateSegment({
7147
7147
  className: cn(
7148
7148
  segmentProps.className,
7149
7149
  DateInput_default.segment,
7150
- typographyStyles_default[`body-short-${componentSize}`],
7151
- Input_default[`input--${componentSize}`]
7150
+ typographyStyles_default[`body-short-${componentSize}`]
7152
7151
  ),
7153
7152
  style: {
7154
7153
  ...segmentProps.style,
@@ -10164,6 +10163,7 @@ var inlineInputCns = (hasErrorState, showEditingIcon) => [
10164
10163
  var inlineTextareaCns = (hasErrorState, showEditingIcon) => [
10165
10164
  ...inlineInputCns(hasErrorState, showEditingIcon),
10166
10165
  typographyStyles_default["body-long-medium"],
10166
+ InlineEdit_default["inline-textarea"],
10167
10167
  utilStyles_default.scrollbar
10168
10168
  ];
10169
10169
  var inlineSelectCns = (hasErrorState, showEditingIcon, hasValue) => [