@norges-domstoler/dds-components 0.0.0-dev-20260608090013 → 0.0.0-dev-20260608090134
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 +1 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10488,6 +10488,7 @@ var inlineInputCns = (hasErrorState, showEditingIcon) => [
|
|
|
10488
10488
|
var inlineTextareaCns = (hasErrorState, showEditingIcon) => [
|
|
10489
10489
|
...inlineInputCns(hasErrorState, showEditingIcon),
|
|
10490
10490
|
typographyStyles_default["body-long-medium"],
|
|
10491
|
+
InlineEdit_default["inline-textarea"],
|
|
10491
10492
|
utilStyles_default.scrollbar
|
|
10492
10493
|
];
|
|
10493
10494
|
var inlineSelectCns = (hasErrorState, showEditingIcon, hasValue) => [
|