@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8865,7 +8865,7 @@ var RatingComponent = ({
|
|
|
8865
8865
|
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)("h2", { className: typographyStyles_default["label-medium"], children: ratingLabel }),
|
|
8866
8866
|
loading ? /* @__PURE__ */ (0, import_jsx_runtime271.jsx)(Spinner, { tooltip: t(texts14.uploadingFeedback) }) : /* @__PURE__ */ (0, import_jsx_runtime271.jsxs)(HStack, { gap: "x1", children: [
|
|
8867
8867
|
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(Tooltip, { text: thumbUpTooltip, children: button("positive", layout, thumbUpTooltip) }),
|
|
8868
|
-
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(Tooltip, { text: thumbDownTooltip, children:
|
|
8868
|
+
/* @__PURE__ */ (0, import_jsx_runtime271.jsx)(Tooltip, { text: thumbDownTooltip, children: button("negative", layout, thumbDownTooltip) })
|
|
8869
8869
|
] })
|
|
8870
8870
|
]
|
|
8871
8871
|
}
|