@norges-domstoler/dds-components 0.0.0-dev-20260216111115 → 0.0.0-dev-20260216123749

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.mjs CHANGED
@@ -8543,7 +8543,7 @@ var RatingComponent = ({
8543
8543
  /* @__PURE__ */ jsx271("h2", { className: typographyStyles_default["label-medium"], children: ratingLabel }),
8544
8544
  loading ? /* @__PURE__ */ jsx271(Spinner, { tooltip: t(texts14.uploadingFeedback) }) : /* @__PURE__ */ jsxs103(HStack, { gap: "x1", children: [
8545
8545
  /* @__PURE__ */ jsx271(Tooltip, { text: thumbUpTooltip, children: button("positive", layout, thumbUpTooltip) }),
8546
- /* @__PURE__ */ jsx271(Tooltip, { text: thumbDownTooltip, children: /* @__PURE__ */ jsx271("div", { children: button("negative", layout, thumbDownTooltip) }) })
8546
+ /* @__PURE__ */ jsx271(Tooltip, { text: thumbDownTooltip, children: button("negative", layout, thumbDownTooltip) })
8547
8547
  ] })
8548
8548
  ]
8549
8549
  }