@rikstv/shared-components 3.0.44 → 3.0.45-2

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/dist/components/accordion/Accordion-C-Lu1AN3.mjs +311 -0
  3. package/dist/components/alert/{Alert-C3DRURBA.mjs → Alert-D1ytM5Dq.mjs} +4 -4
  4. package/dist/components/breadcrumb/{Breadcrumb-ou16wYBD.mjs → Breadcrumb-Dpi45ZU-.mjs} +2 -2
  5. package/dist/components/button/{ArrowButton-C0WywcBN.mjs → ArrowButton-DMr9aNBX.mjs} +3 -3
  6. package/dist/components/button/{BaseButton-B2fMKlSI.mjs → BaseButton-BDwLDH8l.mjs} +1 -1
  7. package/dist/components/button/BaseButton.d.ts +1 -0
  8. package/dist/components/button/{BaseDecoratedButton-C0cesANX.mjs → BaseDecoratedButton-ChPN1ek7.mjs} +2 -2
  9. package/dist/components/button/BaseDecoratedButton.d.ts +1 -0
  10. package/dist/components/button/{BaseLinkButton-CquLmqew.mjs → BaseLinkButton-BsJ_29CO.mjs} +3 -3
  11. package/dist/components/button/BaseLinkButton.d.ts +1 -0
  12. package/dist/components/button/{Button-Bs_Tl8uJ.mjs → Button-ChxzP0BI.mjs} +4 -4
  13. package/dist/components/button/{DecoratedButton-B1ElGmyl.mjs → DecoratedButton-BPD31Ccf.mjs} +3 -3
  14. package/dist/components/button/{IconButton-3TUWI6Mc.mjs → IconButton-DYRG4f36.mjs} +3 -3
  15. package/dist/components/button/IconButton.d.ts +1 -0
  16. package/dist/components/checkbox/{BaseCheckbox-vLDQvJOz.mjs → BaseCheckbox-Ds7EbRAQ.mjs} +1 -1
  17. package/dist/components/checkbox/{Checkbox-D6f5jfzl.mjs → Checkbox-DqG1H_l_.mjs} +2 -2
  18. package/dist/components/core/{Core-BrDaupPg.mjs → Core-GV7d4sn7.mjs} +1 -1
  19. package/dist/components/core/{LightMode-DENdo5SC.mjs → LightMode-QGX5KWDc.mjs} +1 -1
  20. package/dist/components/core/{RiksTV-DwRmJooI.mjs → RiksTV-CLsPQKYj.mjs} +2 -2
  21. package/dist/components/core/{Strim-DzoD2YI9.mjs → Strim-D7gNGKkV.mjs} +2 -2
  22. package/dist/components/core/docs/hooks/Mutation.d.ts +1 -1
  23. package/dist/components/core/hooks/useAnimatedHeight.d.ts +1 -1
  24. package/dist/components/core/hooks/useClickOutsideListener.d.ts +1 -1
  25. package/dist/components/core/hooks/useMutationObserver.d.ts +1 -1
  26. package/dist/components/dropdown/{Dropdown-iW7aS3jx.mjs → Dropdown-U7w2rrui.mjs} +1 -1
  27. package/dist/components/dropdown/Dropdown.d.ts +2 -1
  28. package/dist/components/icons/{Arrow-CHtynMwo.mjs → Arrow-DpNA_SD7.mjs} +1 -1
  29. package/dist/components/icons/{Chevron-B0-9yMkO.mjs → Chevron-D7z5f5Ni.mjs} +1 -1
  30. package/dist/components/icons/{HeartToggle-BHSYQIN4.mjs → HeartToggle-Buv7f9yB.mjs} +1 -1
  31. package/dist/components/icons/{Icons-De2TWMGd.mjs → Icons-D0X7KrxA.mjs} +3 -3
  32. package/dist/components/list/CheckmarkListItem-DDP1qoW4.mjs +9 -0
  33. package/dist/components/list/CrossmarkListItem-CbzfzRC4.mjs +9 -0
  34. package/dist/components/list/{List-CpfjceLN.mjs → List-DbnDS6C4.mjs} +1 -1
  35. package/dist/components/list/{ListItem-JIUBy2_m.mjs → ListItem-CQZq9GfN.mjs} +1 -1
  36. package/dist/components/list/ListItem.d.ts +1 -0
  37. package/dist/components/list/{OrderedListItem-CmneHG3P.mjs → OrderedListItem-CjcJ5-Li.mjs} +1 -1
  38. package/dist/components/loader/{Loader-Bk0JZ1M5.mjs → Loader-D_bteiXh.mjs} +2 -2
  39. package/dist/components/loader/{RawLoader-7qDMD85G.mjs → RawLoader-5VXTs9nJ.mjs} +1 -1
  40. package/dist/components/notificationDot/{NotificationDot-C24-oy5e.mjs → NotificationDot-pljIxRxJ.mjs} +1 -1
  41. package/dist/components/panel/{Panel-DJ4o_gTQ.mjs → Panel-CrtDgKD_.mjs} +4 -4
  42. package/dist/components/progress/{CircularProgress-Cwu3B7Wu.mjs → CircularProgress-CopS-z4L.mjs} +2 -2
  43. package/dist/components/progress/{Progress-ZSILwF-g.mjs → Progress-_FQvkoIg.mjs} +1 -1
  44. package/dist/components/spacing/{Gutter-CZQOVELR.mjs → Gutter-BG0NTrtn.mjs} +1 -1
  45. package/dist/components/spacing/{GutterPadding-Dm0Wv0tj.mjs → GutterPadding-n99wy2ws.mjs} +1 -1
  46. package/dist/components/textfield/{PasswordTextField-Du9g2_M9.mjs → PasswordTextField-OBI71D--.mjs} +2 -2
  47. package/dist/components/textfield/{TextField-L5Yijkyt.mjs → TextField-BCS5Ve2N.mjs} +2 -2
  48. package/dist/components/toggle/{FieldSet-Bq2lhIzg.mjs → FieldSet-DOEdpTZk.mjs} +1 -1
  49. package/dist/components/toggle/{RadioToggle-BICr1hFE.mjs → RadioToggle-EoTh0Vv6.mjs} +3 -3
  50. package/dist/components/toggleButton/{ToggleButton-Cnjgoc3g.mjs → ToggleButton-BYIO805O.mjs} +2 -2
  51. package/dist/components/toggleButton/ToggleButton.d.ts +1 -0
  52. package/dist/components/toggleInlineButton/{ToggleInlineButton-BR5pxqVE.mjs → ToggleInlineButton-BgOpE9Ya.mjs} +2 -2
  53. package/dist/components/toggleLinkButton/{ToggleLinkButton-4Aji3dk9.mjs → ToggleLinkButton-DuHYN8Qo.mjs} +4 -4
  54. package/dist/components/typography/{Typography-qfbU_T11.mjs → Typography-BDz_QfCz.mjs} +1 -1
  55. package/dist/components/typography/Typography.d.ts +1 -1
  56. package/dist/shared-components.mjs +34 -34
  57. package/package.json +4 -4
  58. package/dist/components/accordion/Accordion-CrPiD_81.mjs +0 -649
  59. package/dist/components/list/CheckmarkListItem-DUrrtCnH.mjs +0 -9
  60. package/dist/components/list/CrossmarkListItem-CN9Ovufg.mjs +0 -9
package/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # 📖 Changelog
2
2
 
3
+ ## 3.2.0
4
+
5
+ - Add support for react 19
6
+ - Might not work to use this version for apps that are on `^18`
7
+
3
8
  ## 3.0.44
4
9
 
5
- - update `cypress` to 14
6
10
  - only add light mode for buttons inside `.strm` (RiksTV are same anyways)
7
11
  - fix `box-sizing` for `<TextField>` so it looks better in portal and is easier to style
8
12
  - fix css variables for `<Accordion>` in light mode so it works for rikstv
@@ -0,0 +1,311 @@
1
+ import ee, { useRef as re, useEffect as te } from "react";
2
+ import { C as ne } from "../icons/Chevron-D7z5f5Ni.mjs";
3
+ var w = { exports: {} }, R = {};
4
+ /**
5
+ * @license React
6
+ * react-jsx-runtime.production.js
7
+ *
8
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var F;
14
+ function oe() {
15
+ if (F) return R;
16
+ F = 1;
17
+ var c = Symbol.for("react.transitional.element"), m = Symbol.for("react.fragment");
18
+ function f(d, a, s) {
19
+ var l = null;
20
+ if (s !== void 0 && (l = "" + s), a.key !== void 0 && (l = "" + a.key), "key" in a) {
21
+ s = {};
22
+ for (var _ in a)
23
+ _ !== "key" && (s[_] = a[_]);
24
+ } else s = a;
25
+ return a = s.ref, {
26
+ $$typeof: c,
27
+ type: d,
28
+ key: l,
29
+ ref: a !== void 0 ? a : null,
30
+ props: s
31
+ };
32
+ }
33
+ return R.Fragment = m, R.jsx = f, R.jsxs = f, R;
34
+ }
35
+ var b = {};
36
+ /**
37
+ * @license React
38
+ * react-jsx-runtime.development.js
39
+ *
40
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
41
+ *
42
+ * This source code is licensed under the MIT license found in the
43
+ * LICENSE file in the root directory of this source tree.
44
+ */
45
+ var D;
46
+ function ae() {
47
+ return D || (D = 1, process.env.NODE_ENV !== "production" && function() {
48
+ function c(e) {
49
+ if (e == null) return null;
50
+ if (typeof e == "function")
51
+ return e.$$typeof === B ? null : e.displayName || e.name || null;
52
+ if (typeof e == "string") return e;
53
+ switch (e) {
54
+ case p:
55
+ return "Fragment";
56
+ case z:
57
+ return "Profiler";
58
+ case U:
59
+ return "StrictMode";
60
+ case q:
61
+ return "Suspense";
62
+ case X:
63
+ return "SuspenseList";
64
+ case Z:
65
+ return "Activity";
66
+ }
67
+ if (typeof e == "object")
68
+ switch (typeof e.tag == "number" && console.error(
69
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
70
+ ), e.$$typeof) {
71
+ case W:
72
+ return "Portal";
73
+ case G:
74
+ return (e.displayName || "Context") + ".Provider";
75
+ case V:
76
+ return (e._context.displayName || "Context") + ".Consumer";
77
+ case J:
78
+ var r = e.render;
79
+ return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
80
+ case H:
81
+ return r = e.displayName || null, r !== null ? r : c(e.type) || "Memo";
82
+ case y:
83
+ r = e._payload, e = e._init;
84
+ try {
85
+ return c(e(r));
86
+ } catch {
87
+ }
88
+ }
89
+ return null;
90
+ }
91
+ function m(e) {
92
+ return "" + e;
93
+ }
94
+ function f(e) {
95
+ try {
96
+ m(e);
97
+ var r = !1;
98
+ } catch {
99
+ r = !0;
100
+ }
101
+ if (r) {
102
+ r = console;
103
+ var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
104
+ return t.call(
105
+ r,
106
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
107
+ n
108
+ ), m(e);
109
+ }
110
+ }
111
+ function d(e) {
112
+ if (e === p) return "<>";
113
+ if (typeof e == "object" && e !== null && e.$$typeof === y)
114
+ return "<...>";
115
+ try {
116
+ var r = c(e);
117
+ return r ? "<" + r + ">" : "<...>";
118
+ } catch {
119
+ return "<...>";
120
+ }
121
+ }
122
+ function a() {
123
+ var e = k.A;
124
+ return e === null ? null : e.getOwner();
125
+ }
126
+ function s() {
127
+ return Error("react-stack-top-frame");
128
+ }
129
+ function l(e) {
130
+ if (g.call(e, "key")) {
131
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
132
+ if (r && r.isReactWarning) return !1;
133
+ }
134
+ return e.key !== void 0;
135
+ }
136
+ function _(e, r) {
137
+ function t() {
138
+ N || (N = !0, console.error(
139
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
140
+ r
141
+ ));
142
+ }
143
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
144
+ get: t,
145
+ configurable: !0
146
+ });
147
+ }
148
+ function L() {
149
+ var e = c(this.type);
150
+ return C[e] || (C[e] = !0, console.error(
151
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
152
+ )), e = this.props.ref, e !== void 0 ? e : null;
153
+ }
154
+ function M(e, r, t, n, i, u, O, j) {
155
+ return t = u.ref, e = {
156
+ $$typeof: x,
157
+ type: e,
158
+ key: r,
159
+ props: u,
160
+ _owner: i
161
+ }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
162
+ enumerable: !1,
163
+ get: L
164
+ }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
165
+ configurable: !1,
166
+ enumerable: !1,
167
+ writable: !0,
168
+ value: 0
169
+ }), Object.defineProperty(e, "_debugInfo", {
170
+ configurable: !1,
171
+ enumerable: !1,
172
+ writable: !0,
173
+ value: null
174
+ }), Object.defineProperty(e, "_debugStack", {
175
+ configurable: !1,
176
+ enumerable: !1,
177
+ writable: !0,
178
+ value: O
179
+ }), Object.defineProperty(e, "_debugTask", {
180
+ configurable: !1,
181
+ enumerable: !1,
182
+ writable: !0,
183
+ value: j
184
+ }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
185
+ }
186
+ function P(e, r, t, n, i, u, O, j) {
187
+ var o = r.children;
188
+ if (o !== void 0)
189
+ if (n)
190
+ if (Q(o)) {
191
+ for (n = 0; n < o.length; n++)
192
+ h(o[n]);
193
+ Object.freeze && Object.freeze(o);
194
+ } else
195
+ console.error(
196
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
197
+ );
198
+ else h(o);
199
+ if (g.call(r, "key")) {
200
+ o = c(e);
201
+ var E = Object.keys(r).filter(function(K) {
202
+ return K !== "key";
203
+ });
204
+ n = 0 < E.length ? "{key: someKey, " + E.join(": ..., ") + ": ...}" : "{key: someKey}", I[o + n] || (E = 0 < E.length ? "{" + E.join(": ..., ") + ": ...}" : "{}", console.error(
205
+ `A props object containing a "key" prop is being spread into JSX:
206
+ let props = %s;
207
+ <%s {...props} />
208
+ React keys must be passed directly to JSX without using spread:
209
+ let props = %s;
210
+ <%s key={someKey} {...props} />`,
211
+ n,
212
+ o,
213
+ E,
214
+ o
215
+ ), I[o + n] = !0);
216
+ }
217
+ if (o = null, t !== void 0 && (f(t), o = "" + t), l(r) && (f(r.key), o = "" + r.key), "key" in r) {
218
+ t = {};
219
+ for (var S in r)
220
+ S !== "key" && (t[S] = r[S]);
221
+ } else t = r;
222
+ return o && _(
223
+ t,
224
+ typeof e == "function" ? e.displayName || e.name || "Unknown" : e
225
+ ), M(
226
+ e,
227
+ o,
228
+ u,
229
+ i,
230
+ a(),
231
+ t,
232
+ O,
233
+ j
234
+ );
235
+ }
236
+ function h(e) {
237
+ typeof e == "object" && e !== null && e.$$typeof === x && e._store && (e._store.validated = 1);
238
+ }
239
+ var v = ee, x = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), z = Symbol.for("react.profiler"), V = Symbol.for("react.consumer"), G = Symbol.for("react.context"), J = Symbol.for("react.forward_ref"), q = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), Z = Symbol.for("react.activity"), B = Symbol.for("react.client.reference"), k = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, g = Object.prototype.hasOwnProperty, Q = Array.isArray, A = console.createTask ? console.createTask : function() {
240
+ return null;
241
+ };
242
+ v = {
243
+ "react-stack-bottom-frame": function(e) {
244
+ return e();
245
+ }
246
+ };
247
+ var N, C = {}, Y = v["react-stack-bottom-frame"].bind(
248
+ v,
249
+ s
250
+ )(), $ = A(d(s)), I = {};
251
+ b.Fragment = p, b.jsx = function(e, r, t, n, i) {
252
+ var u = 1e4 > k.recentlyCreatedOwnerStacks++;
253
+ return P(
254
+ e,
255
+ r,
256
+ t,
257
+ !1,
258
+ n,
259
+ i,
260
+ u ? Error("react-stack-top-frame") : Y,
261
+ u ? A(d(e)) : $
262
+ );
263
+ }, b.jsxs = function(e, r, t, n, i) {
264
+ var u = 1e4 > k.recentlyCreatedOwnerStacks++;
265
+ return P(
266
+ e,
267
+ r,
268
+ t,
269
+ !0,
270
+ n,
271
+ i,
272
+ u ? Error("react-stack-top-frame") : Y,
273
+ u ? A(d(e)) : $
274
+ );
275
+ };
276
+ }()), b;
277
+ }
278
+ process.env.NODE_ENV === "production" ? w.exports = oe() : w.exports = ae();
279
+ var T = w.exports;
280
+ const ue = ({
281
+ initialOpen: c = !0,
282
+ children: m,
283
+ heading: f,
284
+ className: d = "",
285
+ lightBackground: a = !1,
286
+ ...s
287
+ }) => {
288
+ const l = re(null);
289
+ return te(() => {
290
+ l.current && (l.current.open = c);
291
+ }, [c]), /* @__PURE__ */ T.jsxs(
292
+ "details",
293
+ {
294
+ ref: l,
295
+ "data-testid": "rds-accordion",
296
+ className: `rds-accordion-details ${a ? "rds-accordion-details--light" : ""} ${a === "white" ? "rds-accordion-details--white" : ""} ${d}`,
297
+ ...s,
298
+ children: [
299
+ /* @__PURE__ */ T.jsxs("summary", { "data-testid": "rds-accordion-summary", className: "rds-accordion-details__summary", children: [
300
+ /* @__PURE__ */ T.jsx(ne, {}),
301
+ /* @__PURE__ */ T.jsx("div", { className: "rds-accordion-details__summary__content", children: f })
302
+ ] }),
303
+ m
304
+ ]
305
+ }
306
+ );
307
+ };
308
+ export {
309
+ ue as A,
310
+ T as j
311
+ };
@@ -1,8 +1,8 @@
1
- import { j as s } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as w, useState as a } from "react";
3
- import { H as y, B } from "../typography/Typography-qfbU_T11.mjs";
4
- import "../icons/HeartToggle-BHSYQIN4.mjs";
5
- import { S as F, a as T, b as o, c as b } from "../icons/Icons-De2TWMGd.mjs";
3
+ import { H as y, B } from "../typography/Typography-BDz_QfCz.mjs";
4
+ import "../icons/HeartToggle-Buv7f9yB.mjs";
5
+ import { S as F, a as T, b as o, c as b } from "../icons/Icons-D0X7KrxA.mjs";
6
6
  const O = "_rds-alert--icon_m8jce_67", R = "_rds-alert--content-title_m8jce_79", E = "_rds-alert--content_m8jce_79", H = "_rds-alert--dismiss_m8jce_109", D = "_dismissed_m8jce_138", M = "_dismiss-fade-out_m8jce_1", e = {
7
7
  rdsAlertIcon: O,
8
8
  rdsAlertContentTitle: R,
@@ -1,6 +1,6 @@
1
- import { j as r } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as r } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as u } from "react";
3
- import { S as d } from "../typography/Typography-qfbU_T11.mjs";
3
+ import { S as d } from "../typography/Typography-BDz_QfCz.mjs";
4
4
  const b = u(({ className: a = "", crumbs: s, render: c, ...m }, i) => /* @__PURE__ */ r.jsx("nav", { className: `rds-breadcrumb ${a}`, ref: i, ...m, children: /* @__PURE__ */ r.jsx(d, { children: /* @__PURE__ */ r.jsx("ol", { className: "rds-breadcrumb__list", children: s.map(({ name: e, href: l }, n) => {
5
5
  const t = n === s.length - 1;
6
6
  return /* @__PURE__ */ r.jsx(
@@ -1,7 +1,7 @@
1
- import { j as s } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as n } from "react";
3
- import { P as e, S as u, T as d, G as b } from "./DecoratedButton-B1ElGmyl.mjs";
4
- import { A as c } from "../icons/Arrow-CHtynMwo.mjs";
3
+ import { P as e, S as u, T as d, G as b } from "./DecoratedButton-BPD31Ccf.mjs";
4
+ import { A as c } from "../icons/Arrow-DpNA_SD7.mjs";
5
5
  const w = () => /* @__PURE__ */ s.jsx(c, {}), m = n(
6
6
  ({ forwards: r = !0, className: o = "", ...t }, a) => /* @__PURE__ */ s.jsx(
7
7
  e,
@@ -1,4 +1,4 @@
1
- import { j as s } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as c } from "react";
3
3
  const f = c(
4
4
  ({
@@ -1,4 +1,5 @@
1
1
  import { ButtonHTMLAttributes } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  export type ButtonStyles = "primary" | "secondary" | "tertiary" | "ghost";
4
5
  export type ButtonBackgroundStyles = boolean | "white";
@@ -1,6 +1,6 @@
1
- import { j as s } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as c } from "react";
3
- import { B as m } from "./BaseButton-B2fMKlSI.mjs";
3
+ import { B as m } from "./BaseButton-BDwLDH8l.mjs";
4
4
  const x = c(
5
5
  ({ children: n, buttonType: t, postfix: r, icon: a, arrow: o, iconClass: e = "", ...d }, i) => /* @__PURE__ */ s.jsx(m, { buttonType: t, ref: i, ...d, children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
6
6
  a && /* @__PURE__ */ s.jsx("span", { "data-testid": "rds-button__icon", className: `rds-button__icon ${e}`, children: /* @__PURE__ */ s.jsx(a, {}) }),
@@ -1,4 +1,5 @@
1
1
  import { BaseButtonProps, ButtonProps } from './BaseButton';
2
+ import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  export interface DecoratedButtonProps extends ButtonProps {
4
5
  postfix?: string;
@@ -1,7 +1,7 @@
1
- import { j as r } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as r } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as c } from "react";
3
- import "./ArrowButton-C0WywcBN.mjs";
4
- import { A as l } from "../icons/Arrow-CHtynMwo.mjs";
3
+ import "./ArrowButton-DMr9aNBX.mjs";
4
+ import { A as l } from "../icons/Arrow-DpNA_SD7.mjs";
5
5
  const p = () => /* @__PURE__ */ r.jsx(l, {}), u = c(
6
6
  ({
7
7
  element: o,
@@ -1,4 +1,5 @@
1
1
  import { ButtonBackgroundStyles, ButtonStyles } from './BaseButton';
2
+ import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  export type LinkButtonStyles = ButtonStyles | "highlighted";
4
5
  interface BaseLinkButtonPropsWithElement<ElementProps> {
@@ -1,8 +1,8 @@
1
- import { j as r } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as r } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as n } from "react";
3
- import { B as s } from "./BaseButton-B2fMKlSI.mjs";
4
- import "./ArrowButton-C0WywcBN.mjs";
5
- import "./BaseLinkButton-CquLmqew.mjs";
3
+ import { B as s } from "./BaseButton-BDwLDH8l.mjs";
4
+ import "./ArrowButton-DMr9aNBX.mjs";
5
+ import "./BaseLinkButton-BsJ_29CO.mjs";
6
6
  const a = n((t, o) => /* @__PURE__ */ r.jsx(s, { buttonType: "rds-button", buttonStyle: "primary", ref: o, ...t }));
7
7
  a.displayName = "PrimaryButton";
8
8
  const e = n((t, o) => /* @__PURE__ */ r.jsx(s, { buttonType: "rds-button", buttonStyle: "secondary", ref: o, ...t }));
@@ -1,7 +1,7 @@
1
- import { j as e } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as e } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as r } from "react";
3
- import { B as a } from "./BaseDecoratedButton-C0cesANX.mjs";
4
- import "./ArrowButton-C0WywcBN.mjs";
3
+ import { B as a } from "./BaseDecoratedButton-ChPN1ek7.mjs";
4
+ import "./ArrowButton-DMr9aNBX.mjs";
5
5
  const s = r(
6
6
  (t, o) => /* @__PURE__ */ e.jsx(a, { buttonStyle: "primary", ref: o, ...t })
7
7
  );
@@ -1,7 +1,7 @@
1
- import { j as n } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as n } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as r } from "react";
3
- import { P as a, S as s, T as e, G as c } from "./DecoratedButton-B1ElGmyl.mjs";
4
- import "./ArrowButton-C0WywcBN.mjs";
3
+ import { P as a, S as s, T as e, G as c } from "./DecoratedButton-BPD31Ccf.mjs";
4
+ import "./ArrowButton-DMr9aNBX.mjs";
5
5
  const u = r((t, o) => /* @__PURE__ */ n.jsx(a, { buttonType: "rds-icon-button", ref: o, ...t }));
6
6
  u.displayName = "PrimaryIconButton";
7
7
  const i = r((t, o) => /* @__PURE__ */ n.jsx(s, { buttonType: "rds-icon-button", ref: o, ...t }));
@@ -1,4 +1,5 @@
1
1
  import { DecoratedButtonProps } from './BaseDecoratedButton';
2
+ import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  interface IconButtonProps extends Omit<DecoratedButtonProps, "icon"> {
4
5
  icon: () => JSX.Element;
@@ -1,4 +1,4 @@
1
- import { j as s } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as x } from "react";
3
3
  const b = (e) => {
4
4
  if (e)
@@ -1,6 +1,6 @@
1
- import { j as c } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as c } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as b } from "react";
3
- import { B as p } from "./BaseCheckbox-vLDQvJOz.mjs";
3
+ import { B as p } from "./BaseCheckbox-Ds7EbRAQ.mjs";
4
4
  const i = b(
5
5
  ({ className: r = "", id: o, lightBackground: s, hasError: e, style: a, children: m, ...t }, x) => /* @__PURE__ */ c.jsx(
6
6
  p,
@@ -1,4 +1,4 @@
1
- import { j as i } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as i } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  let a = !1, n = !1, u = !1;
3
3
  const s = {
4
4
  mousedown: c,
@@ -1,4 +1,4 @@
1
- import { j as i } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as i } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import { forwardRef as a } from "react";
3
3
  const e = a(
4
4
  ({ children: o, className: s = "", ...r }, t) => /* @__PURE__ */ i.jsx("div", { ref: t, className: `rds-light ${s}`, ...r, children: o })
@@ -1,5 +1,5 @@
1
- import { j as o } from "../accordion/Accordion-CrPiD_81.mjs";
2
- import { C as s } from "./Core-BrDaupPg.mjs";
1
+ import { j as o } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
+ import { C as s } from "./Core-GV7d4sn7.mjs";
3
3
  const m = ({ children: r }) => /* @__PURE__ */ o.jsx(s, { brand: "rtv", children: r });
4
4
  export {
5
5
  m as R
@@ -1,5 +1,5 @@
1
- import { j as o } from "../accordion/Accordion-CrPiD_81.mjs";
2
- import { C as s } from "./Core-BrDaupPg.mjs";
1
+ import { j as o } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
+ import { C as s } from "./Core-GV7d4sn7.mjs";
3
3
  const i = ({ children: r }) => /* @__PURE__ */ o.jsx(s, { brand: "strm", children: r });
4
4
  export {
5
5
  i as S
@@ -1 +1 @@
1
- export declare const Mutation: () => JSX.Element;
1
+ export declare const Mutation: () => import("react/jsx-runtime").JSX.Element;
@@ -17,4 +17,4 @@ export interface UseAnimatedHeightOptions {
17
17
  * with care and attention
18
18
  *
19
19
  */
20
- export declare function useAnimatedHeight<T extends HTMLElement>(isOpen: boolean, options?: UseAnimatedHeightOptions): [RefObject<T>, () => void];
20
+ export declare function useAnimatedHeight<T extends HTMLElement>(isOpen: boolean, options?: UseAnimatedHeightOptions): [RefObject<T | null>, () => void];
@@ -1,7 +1,7 @@
1
1
  import { RefObject } from 'react';
2
2
 
3
3
  interface Props {
4
- ref: RefObject<HTMLElement> | null;
4
+ ref?: RefObject<HTMLElement | null>;
5
5
  callback: (e: MouseEvent) => void;
6
6
  condition?: boolean;
7
7
  }
@@ -1,3 +1,3 @@
1
1
  import { RefObject } from 'react';
2
2
 
3
- export declare const useMutationObserver: (target: Element | RefObject<Element>, onObservation: MutationCallback, config?: MutationObserverInit) => void;
3
+ export declare const useMutationObserver: (target: Element | RefObject<Element | null>, onObservation: MutationCallback, config?: MutationObserverInit) => void;
@@ -1,4 +1,4 @@
1
- import { j as e } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as e } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  const v = ({
3
3
  label: n,
4
4
  id: a,
@@ -1,4 +1,5 @@
1
1
  import { RefObject } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  interface BaseDropdownOption {
4
5
  title: string;
@@ -15,7 +16,7 @@ interface DropdownProps<T extends BaseDropdownOption> {
15
16
  isFilter?: boolean;
16
17
  rightIcon?: JSX.Element;
17
18
  leftIcon?: JSX.Element;
18
- innerRef?: RefObject<HTMLSelectElement>;
19
+ innerRef?: RefObject<HTMLSelectElement | null>;
19
20
  }
20
21
  export declare const Dropdown: {
21
22
  <T extends BaseDropdownOption>({ label, id, options, onChange, className, defaultValue, rightIcon, leftIcon, innerRef, ...rest }: DropdownProps<T>): JSX.Element;
@@ -1,4 +1,4 @@
1
- import { j as l } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as l } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  const o = () => /* @__PURE__ */ l.jsx("svg", { "aria-label": "Pil", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ l.jsx(
3
3
  "path",
4
4
  {
@@ -1,4 +1,4 @@
1
- import { j as l } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as l } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  const o = () => /* @__PURE__ */ l.jsx("svg", { "aria-label": "Vertikal pil", width: "100%", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ l.jsx(
3
3
  "path",
4
4
  {
@@ -1,4 +1,4 @@
1
- import { j as C } from "../accordion/Accordion-CrPiD_81.mjs";
1
+ import { j as C } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
2
  import * as t from "react";
3
3
  const a = (e) => /* @__PURE__ */ t.createElement("svg", { "aria-label": "Hjerte", "data-testid": "heart-svg", width: "100%", viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", d: "M17.475 3.55698C17.1223 2.87016 16.6134 2.27565 15.9893 1.8212C15.3651 1.36675 14.643 1.06504 13.8811 0.940313C13.1192 0.815585 12.3386 0.871315 11.6021 1.10303C10.8656 1.33474 10.1938 1.73597 9.64048 2.27448L8.99998 2.86023L8.37973 2.29548C7.82775 1.74653 7.15272 1.33726 6.41074 1.10168C5.66877 0.86609 4.88128 0.811 4.11373 0.940982C3.35063 1.05996 2.62693 1.35931 2.00276 1.81416C1.37859 2.26902 0.871968 2.86625 0.52498 3.55623C0.0611608 4.46517 -0.100918 5.49827 0.0622681 6.50558C0.225455 7.51288 0.705414 8.44197 1.43248 9.15798L8.46223 16.4C8.53213 16.4719 8.61573 16.529 8.70809 16.568C8.80046 16.6071 8.89971 16.6272 8.99998 16.6272C9.10025 16.6272 9.1995 16.6071 9.29187 16.568C9.38423 16.529 9.46783 16.4719 9.53773 16.4L16.5577 9.17148C17.2878 8.45478 17.7703 7.52401 17.9352 6.51435C18.1002 5.5047 17.939 4.46875 17.475 3.55698Z" })), r = (e) => /* @__PURE__ */ t.createElement("svg", { "aria-label": "Omriss av et hjerte", "data-testid": "unheart-svg", width: "100%", viewBox: "0 0 20 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M7.49023 0.851471C6.70898 0.603418 5.87985 0.545278 5.07165 0.681868C4.2679 0.807458 3.50567 1.12289 2.84821 1.60201C2.1905 2.08131 1.65661 2.71058 1.29086 3.43759C0.801947 4.39607 0.631125 5.4854 0.803195 6.54754C0.975147 7.60895 1.48058 8.58802 2.24621 9.3429L9.27407 16.583C9.36843 16.68 9.48129 16.7572 9.60598 16.8098C9.73067 16.8625 9.86466 16.8897 10 16.8897C10.1354 16.8897 10.2694 16.8625 10.3941 16.8098C10.5188 16.7572 10.6317 16.6799 10.7261 16.5829L17.7439 9.35657C18.5125 8.60106 19.0206 7.62037 19.1944 6.55667C19.3683 5.49192 19.1983 4.39944 18.709 3.43792L18.7085 3.43706C18.3371 2.71372 17.8012 2.08759 17.1438 1.60898C16.4865 1.13036 15.726 0.81261 14.9236 0.681249C14.1211 0.549888 13.299 0.608582 12.5234 0.852614C11.749 1.09623 11.0425 1.51778 10.4604 2.08347L9.99964 2.50486L9.56073 2.10522C8.97989 1.52889 8.27016 1.09911 7.49023 0.851471ZM5.34545 2.30899C5.89528 2.21588 6.45939 2.25534 6.9909 2.4241C7.52241 2.59286 8.00597 2.88605 8.40138 3.27928L8.42305 3.30083L10.0021 4.73857L11.5899 3.28665L11.6083 3.26875C12.0061 2.8816 12.4891 2.59314 13.0186 2.42656C13.548 2.25997 14.1092 2.21991 14.657 2.30958C15.2048 2.39925 15.7239 2.61615 16.1726 2.94287C16.6206 3.26907 16.986 3.69565 17.2395 4.18843C17.5689 4.83669 17.6832 5.57299 17.566 6.29063C17.4486 7.00907 17.1052 7.67138 16.5858 8.18136L16.5761 8.1907L10.0001 14.962L3.41934 8.18242L3.4061 8.16937C2.8892 7.66033 2.54798 6.99981 2.43196 6.28368C2.31595 5.56755 2.43119 4.83309 2.76094 4.18689L2.76461 4.1796C3.01241 3.68684 3.37422 3.26033 3.81997 2.93549C4.26572 2.61066 4.78255 2.39688 5.32753 2.31191L5.3348 2.3108L5.34545 2.30899Z" })), s = ({ checked: e }) => /* @__PURE__ */ C.jsx(
4
4
  "span",
@@ -1,6 +1,6 @@
1
- import { A as C } from "./Arrow-CHtynMwo.mjs";
2
- import { C as l } from "./Chevron-B0-9yMkO.mjs";
3
- import { S as r, H as a, a as o } from "./HeartToggle-BHSYQIN4.mjs";
1
+ import { A as C } from "./Arrow-DpNA_SD7.mjs";
2
+ import { C as l } from "./Chevron-D7z5f5Ni.mjs";
3
+ import { S as r, H as a, a as o } from "./HeartToggle-Buv7f9yB.mjs";
4
4
  import * as e from "react";
5
5
  const n = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "4 4 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-label": "Avmerking", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M13.4614 23.777C13.2314 23.777 13.0114 23.687 12.8514 23.517L7.24137 17.727C6.91137 17.387 6.92138 16.847 7.26138 16.527C7.60138 16.197 8.14138 16.207 8.46138 16.547L13.3714 21.617L23.1714 8.34705C23.4514 7.96705 23.9814 7.88705 24.3614 8.16705C24.7414 8.44705 24.8214 8.97705 24.5414 9.35705L14.1514 23.427C14.0014 23.627 13.7714 23.757 13.5214 23.767C13.5014 23.767 13.4814 23.767 13.4614 23.767V23.777Z" })), c = (t) => /* @__PURE__ */ e.createElement("svg", { "aria-label": "Pause-symbol", xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 32 32", ...t }, /* @__PURE__ */ e.createElement("defs", null), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M12.8889 6H9.33333C8.59695 6 8 6.57999 8 7.29545V23.7045C8 24.42 8.59695 25 9.33333 25H12.8889C13.6253 25 14.2222 24.42 14.2222 23.7045V7.29545C14.2222 6.57999 13.6253 6 12.8889 6Z" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M22.6667 6H19.1111C18.3747 6 17.7778 6.57999 17.7778 7.29545V23.7045C17.7778 24.42 18.3747 25 19.1111 25H22.6667C23.403 25 24 24.42 24 23.7045V7.29545C24 6.57999 23.403 6 22.6667 6Z" })), s = (t) => /* @__PURE__ */ e.createElement("svg", { "aria-label": "Play-symbol", xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "-4 0 36 32", ...t }, /* @__PURE__ */ e.createElement("defs", null), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M30.6 14.2L3.4.6A2 2 0 00.5 2.4v27.2a2 2 0 003 1.8l27.1-13.6a2 2 0 000-3.6z" })), i = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "4 4 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M17.0475 15.8475L23.4475 9.4475C23.7775 9.1175 23.7775 8.5775 23.4475 8.2475C23.1175 7.9175 22.5775 7.9175 22.2475 8.2475L15.8475 14.6475L9.4475 8.2475C9.1175 7.9175 8.5775 7.9175 8.2475 8.2475C7.9175 8.5775 7.9175 9.1175 8.2475 9.4475L14.6475 15.8475L8.2475 22.2475C7.9175 22.5775 7.9175 23.1175 8.2475 23.4475C8.4175 23.6175 8.6275 23.6975 8.8475 23.6975C9.0675 23.6975 9.2875 23.6175 9.4475 23.4475L15.8475 17.0475L22.2475 23.4475C22.4175 23.6175 22.6275 23.6975 22.8475 23.6975C23.0675 23.6975 23.2875 23.6175 23.4475 23.4475C23.7775 23.1175 23.7775 22.5775 23.4475 22.2475L17.0475 15.8475Z" })), g = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M12 3C10.22 3 8.47991 3.52784 6.99987 4.51677C5.51983 5.50571 4.36628 6.91131 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89472 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C20.9974 9.61384 20.0484 7.32616 18.3611 5.63889C16.6738 3.95162 14.3862 3.00258 12 3V3ZM12.1875 6.75C12.41 6.75 12.6275 6.81598 12.8125 6.9396C12.9975 7.06321 13.1417 7.23891 13.2269 7.44448C13.312 7.65005 13.3343 7.87625 13.2909 8.09448C13.2475 8.31271 13.1403 8.51316 12.983 8.6705C12.8257 8.82783 12.6252 8.93498 12.407 8.97838C12.1888 9.02179 11.9626 8.99951 11.757 8.91436C11.5514 8.82922 11.3757 8.68502 11.2521 8.50002C11.1285 8.31501 11.0625 8.0975 11.0625 7.875C11.0625 7.57663 11.181 7.29048 11.392 7.0795C11.603 6.86853 11.8891 6.75 12.1875 6.75ZM13.875 16.875H10.875C10.6761 16.875 10.4853 16.796 10.3447 16.6553C10.204 16.5147 10.125 16.3239 10.125 16.125C10.125 15.9261 10.204 15.7353 10.3447 15.5947C10.4853 15.454 10.6761 15.375 10.875 15.375H11.4375C11.4872 15.375 11.5349 15.3552 11.5701 15.3201C11.6053 15.2849 11.625 15.2372 11.625 15.1875V11.8125C11.625 11.7628 11.6053 11.7151 11.5701 11.6799C11.5349 11.6448 11.4872 11.625 11.4375 11.625H10.875C10.6761 11.625 10.4853 11.546 10.3447 11.4053C10.204 11.2647 10.125 11.0739 10.125 10.875C10.125 10.6761 10.204 10.4853 10.3447 10.3447C10.4853 10.204 10.6761 10.125 10.875 10.125H11.625C12.0228 10.125 12.4044 10.283 12.6857 10.5643C12.967 10.8456 13.125 11.2272 13.125 11.625V15.1875C13.125 15.2372 13.1448 15.2849 13.1799 15.3201C13.2151 15.3552 13.2628 15.375 13.3125 15.375H13.875C14.0739 15.375 14.2647 15.454 14.4053 15.5947C14.546 15.7353 14.625 15.9261 14.625 16.125C14.625 16.3239 14.546 16.5147 14.4053 16.6553C14.2647 16.796 14.0739 16.875 13.875 16.875Z" })), w = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M20.8191 18.5475L13.7205 4.0725C13.3982 3.42 12.7235 3 12.0039 3C11.2843 3 10.6022 3.42 10.2873 4.0725L3.18118 18.5475C2.91882 19.08 2.9488 19.695 3.26363 20.1975C3.57846 20.7 4.11817 21 4.71035 21H19.2975C19.8896 21 20.4293 20.7 20.7442 20.1975C21.059 19.695 21.089 19.0725 20.8266 18.5475H20.8191ZM11.4342 9.1875C11.4342 8.88 11.6891 8.625 11.9964 8.625C12.3037 8.625 12.5586 8.88 12.5586 9.1875V14.8125C12.5586 15.12 12.3037 15.375 11.9964 15.375C11.6891 15.375 11.4342 15.12 11.4342 14.8125V9.1875ZM11.9964 18.1875C11.5317 18.1875 11.1569 17.8125 11.1569 17.3475C11.1569 16.8825 11.5317 16.5075 11.9964 16.5075C12.4612 16.5075 12.836 16.8825 12.836 17.3475C12.836 17.8125 12.4612 18.1875 11.9964 18.1875Z" })), m = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M12 4.5C7.86 4.5 4.5 7.86 4.5 12C4.5 16.14 7.86 19.5 12 19.5C16.14 19.5 19.5 16.14 19.5 12C19.5 7.86 16.14 4.5 12 4.5ZM10.6928 15.5572C10.5863 15.6637 10.4137 15.6637 10.3072 15.5572L7.27912 12.5291C6.98689 12.2369 6.98689 11.7631 7.27912 11.4709C7.57105 11.1789 8.04427 11.1786 8.33662 11.4701L10.5 13.6275C10.5 13.6275 15.3662 8.76129 15.66 8.4675C15.9538 8.17371 16.4304 8.17456 16.7231 8.46938C17.0144 8.76274 17.0136 9.23643 16.7212 9.52875L10.6928 15.5572Z" }), /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z" })), v = (t) => /* @__PURE__ */ e.createElement("svg", { "aria-label": "Pluss-tegn", viewBox: "0 0 20 21", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Add" }, /* @__PURE__ */ e.createElement("path", { id: "Vector", d: "M14.9062 9.875H10.4375V5.40625C10.4375 5.1125 10.2 4.875 9.90625 4.875C9.6125 4.875 9.375 5.1125 9.375 5.40625V9.875H4.90625C4.6125 9.875 4.375 10.1125 4.375 10.4062C4.375 10.7 4.6125 10.9375 4.90625 10.9375H9.375V15.4062C9.375 15.7 9.6125 15.9375 9.90625 15.9375C10.2 15.9375 10.4375 15.7 10.4375 15.4062V10.9375H14.9062C15.2 10.9375 15.4375 10.7 15.4375 10.4062C15.4375 10.1125 15.2 9.875 14.9062 9.875Z" }))), d = (t) => /* @__PURE__ */ e.createElement("svg", { "aria-label": "Minus-tegn", viewBox: "0 0 20 21", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { id: "Subtract / Subtract" }, /* @__PURE__ */ e.createElement("path", { id: "Vector (Stroke)", fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 10.5C2.5 10.2411 2.70987 10.0312 2.96875 10.0312H17.0312C17.2901 10.0312 17.5 10.2411 17.5 10.5C17.5 10.7589 17.2901 10.9688 17.0312 10.9688H2.96875C2.70987 10.9688 2.5 10.7589 2.5 10.5Z" }))), h = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6
6
  __proto__: null,
@@ -0,0 +1,9 @@
1
+ import { j as t } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
+ import "react";
3
+ import "../icons/HeartToggle-Buv7f9yB.mjs";
4
+ import { d as s } from "../icons/Icons-D0X7KrxA.mjs";
5
+ import { L as o } from "./ListItem-CQZq9GfN.mjs";
6
+ const k = ({ children: r, ...m }) => /* @__PURE__ */ t.jsx(o, { testId: "rds-list-item--check", icon: /* @__PURE__ */ t.jsx(s, {}), ...m, children: r });
7
+ export {
8
+ k as C
9
+ };
@@ -0,0 +1,9 @@
1
+ import { j as s } from "../accordion/Accordion-C-Lu1AN3.mjs";
2
+ import "react";
3
+ import "../icons/HeartToggle-Buv7f9yB.mjs";
4
+ import { S as o } from "../icons/Icons-D0X7KrxA.mjs";
5
+ import { L as m } from "./ListItem-CQZq9GfN.mjs";
6
+ const j = ({ children: t, ...r }) => /* @__PURE__ */ s.jsx(m, { testId: "rds-list-item--cross", icon: /* @__PURE__ */ s.jsx(o, {}), ...r, children: t });
7
+ export {
8
+ j as C
9
+ };