@norges-domstoler/dds-components 0.0.0-dev-20231122103304 → 0.0.0-dev-20231122153703

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
@@ -2446,7 +2446,7 @@ var RadioButton = (0, import_react12.forwardRef)(
2446
2446
  disabled: disabled || (radioButtonGroup == null ? void 0 : radioButtonGroup.disabled),
2447
2447
  $readOnly: readOnly || (radioButtonGroup == null ? void 0 : radioButtonGroup.readOnly),
2448
2448
  style,
2449
- className: (0, import_dds_core16.joinClassNames)(className, htmlPropsClassName),
2449
+ className: (0, import_dds_core16.cn)(className, htmlPropsClassName),
2450
2450
  $hasLabel: hasLabel,
2451
2451
  htmlFor: uniqueId,
2452
2452
  $controlType: "radio",
@@ -2689,7 +2689,7 @@ var Checkbox = (0, import_react16.forwardRef)(
2689
2689
  htmlFor: uniqueId,
2690
2690
  $hasLabel: hasLabel,
2691
2691
  $controlType: "checkbox",
2692
- className: (0, import_dds_core19.joinClassNames)(className, htmlPropsClassName),
2692
+ className: (0, import_dds_core19.cn)(className, htmlPropsClassName),
2693
2693
  style,
2694
2694
  children: [
2695
2695
  /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
@@ -6821,7 +6821,7 @@ var SkipToContent = (0, import_react55.forwardRef)(
6821
6821
  Wrapper5,
6822
6822
  {
6823
6823
  $top: top,
6824
- className: (0, import_dds_core53.joinClassNames)(className, htmlPropsClassName),
6824
+ className: (0, import_dds_core53.cn)(className, htmlPropsClassName),
6825
6825
  style,
6826
6826
  children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Link3, { ...(0, import_dds_core53.getBaseHTMLProps)(id, restHtmlProps, rest), ref, children: text })
6827
6827
  }