@norges-domstoler/dds-components 13.8.7 → 13.8.8
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -9731,13 +9731,7 @@ var InlineEditInput = forwardRef59((props, ref) => {
|
|
|
9731
9731
|
});
|
|
9732
9732
|
|
|
9733
9733
|
// src/components/TextArea/TextArea.tsx
|
|
9734
|
-
import {
|
|
9735
|
-
forwardRef as forwardRef60,
|
|
9736
|
-
useEffect as useEffect17,
|
|
9737
|
-
useId as useId26,
|
|
9738
|
-
useRef as useRef19,
|
|
9739
|
-
useState as useState25
|
|
9740
|
-
} from "react";
|
|
9734
|
+
import { forwardRef as forwardRef60, useEffect as useEffect17, useId as useId26, useRef as useRef19, useState as useState25 } from "react";
|
|
9741
9735
|
import styled74 from "styled-components";
|
|
9742
9736
|
import {
|
|
9743
9737
|
useCombinedRef as useCombinedRef15,
|