@norges-domstoler/dds-components 0.0.0-dev-20250124101957 → 0.0.0-dev-20250124115342

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
@@ -6963,7 +6963,15 @@ var FileUploader = (props) => {
6963
6963
  style: { ...style, width },
6964
6964
  ...rest,
6965
6965
  children: [
6966
- hasLabel && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(Label, { id: labelId, showRequiredStyling: showRequiredMarker, children: label }),
6966
+ hasLabel && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(
6967
+ Label,
6968
+ {
6969
+ id: labelId,
6970
+ showRequiredStyling: showRequiredMarker,
6971
+ htmlFor: inputId,
6972
+ children: label
6973
+ }
6974
+ ),
6967
6975
  hasTip && /* @__PURE__ */ (0, import_jsx_runtime239.jsx)(InputMessage, { id: tipId, message: tip, messageType: "tip" }),
6968
6976
  withDragAndDrop ? /* @__PURE__ */ (0, import_jsx_runtime239.jsxs)(
6969
6977
  "div",