@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.mjs
CHANGED
|
@@ -10164,6 +10164,7 @@ var inlineInputCns = (hasErrorState, showEditingIcon) => [
|
|
|
10164
10164
|
var inlineTextareaCns = (hasErrorState, showEditingIcon) => [
|
|
10165
10165
|
...inlineInputCns(hasErrorState, showEditingIcon),
|
|
10166
10166
|
typographyStyles_default["body-long-medium"],
|
|
10167
|
+
InlineEdit_default["inline-textarea"],
|
|
10167
10168
|
utilStyles_default.scrollbar
|
|
10168
10169
|
];
|
|
10169
10170
|
var inlineSelectCns = (hasErrorState, showEditingIcon, hasValue) => [
|