@norges-domstoler/dds-components 0.0.0-dev-20250305115155 → 0.0.0-dev-20250306095813

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
@@ -2630,11 +2630,11 @@ var Paper_default = {
2630
2630
  var import_jsx_runtime176 = require("react/jsx-runtime");
2631
2631
  var Paper = ({
2632
2632
  elevation,
2633
- border = "default",
2633
+ border,
2634
2634
  className,
2635
2635
  ...rest
2636
2636
  }) => {
2637
- const borderCn = getBorderCn(border);
2637
+ const borderCn = border ? getBorderCn(border) : void 0;
2638
2638
  return /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
2639
2639
  "div",
2640
2640
  {