energy-components 2.5.0 → 2.6.0

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.
@@ -429,6 +429,7 @@ import './style/dropdown.css';const Ve = ["id", "aria-expanded", "aria-controls"
429
429
  "onUpdate:modelValue": t[0] || (t[0] = (y) => I.value = y),
430
430
  class: "rds-e-dropdown__input",
431
431
  label: l.label,
432
+ "input-tabindex": -1,
432
433
  disabled: a(w),
433
434
  error: l.error,
434
435
  helper: l.helper,
@@ -603,7 +604,7 @@ import './style/dropdown.css';const Ve = ["id", "aria-expanded", "aria-controls"
603
604
  ]), 1040, ["modelValue", "class", "options", "close-on-select", "disabled", "multiple", "max-height", "small", "open-direction", "limit", "limit-text", "append-to-body", "text-only"])
604
605
  ], 2));
605
606
  }
606
- }), at = /* @__PURE__ */ Le(Xe, [["__scopeId", "data-v-b0db67b1"]]);
607
+ }), at = /* @__PURE__ */ Le(Xe, [["__scopeId", "data-v-82a10aa1"]]);
607
608
  export {
608
609
  at as default
609
610
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as D, useAttrs as j, computed as t, openBlock as i, createBlock as l, resolveDynamicComponent as A, mergeProps as d, withCtx as E, createCommentVNode as s, createElementBlock as g, normalizeClass as v, renderSlot as b, createTextVNode as h, toDisplayString as w } from "vue";
2
- import { s as O } from "./functions-D3GA3OzJ.js";
1
+ import { defineComponent as O, useAttrs as T, computed as t, openBlock as i, createBlock as l, resolveDynamicComponent as E, mergeProps as d, withCtx as L, createCommentVNode as s, createElementBlock as g, normalizeClass as v, renderSlot as b, createTextVNode as h, toDisplayString as w } from "vue";
2
+ import { s as R } from "./functions-D3GA3OzJ.js";
3
3
  import { R as c } from "./icon-svg-CW3eQRcp.js";
4
- import { _ as T } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
- import './style/link.css';const L = /* @__PURE__ */ D({
4
+ import { _ as $ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
+ import './style/link.css';const K = /* @__PURE__ */ O({
6
6
  __name: "link",
7
7
  props: {
8
8
  /**
@@ -99,13 +99,13 @@ import './style/link.css';const L = /* @__PURE__ */ D({
99
99
  },
100
100
  emits: ["click"],
101
101
  setup(a, { emit: u }) {
102
- const e = a, p = u, f = j(), S = t(() => {
102
+ const e = a, p = u, f = T(), S = t(() => {
103
103
  const r = {};
104
104
  return e.color && (r.color = e.color), e.disabled && (r["pointer-events"] = "none"), Object.keys(r).length ? r : void 0;
105
- }), x = t(() => O(e.to)), C = t(() => {
105
+ }), x = t(() => R(e.to)), C = t(() => {
106
106
  const r = f.rel;
107
107
  return f.target === "_blank" ? r || "noopener noreferrer" : r;
108
- }), o = t(() => e.tag === "a" ? "a" : e.tag === "button" ? "button" : "router-link"), z = t(() => {
108
+ }), o = t(() => e.tag === "a" ? "a" : e.tag === "button" ? "button" : "router-link"), B = t(() => {
109
109
  const r = ["rds-e-link"];
110
110
  return e.inverse && r.push("rds-e-link--inverse"), e.underline && r.push("rds-e-link--underline"), e.disabled && r.push("rds-e-style-state-disabled"), !!(e.arrow || e.icon?.name) && r.push("rds-e-arrow-link"), e.customClass === "rds-e-breadcrumbs__link--text" && r.push("rds-e-link__breadcrumbs"), r.join(" ");
111
111
  }), m = t(() => {
@@ -113,16 +113,16 @@ import './style/link.css';const L = /* @__PURE__ */ D({
113
113
  return e.arrow && r.push("rds-e-arrow-link__icon--arrow"), e.icon?.name && !e.arrow && (r.push("rds-e-arrow-link__icon"), e.disabled && r.push("rds-e-arrow-link__icon--disabled"), e.inverse && r.push("rds-e-arrow-link__icon--inverse")), r.push(
114
114
  e.right ? "rds-e-arrow-link__icon--animation-right" : "rds-e-arrow-link__icon--animation-left"
115
115
  ), r.join(" ");
116
- }), k = t(() => !!(e.arrow || e.icon?.name)), B = (r) => {
116
+ }), k = t(() => !!(e.arrow || e.icon?.name)), z = (r) => {
117
117
  if (e.disabled) {
118
118
  r.preventDefault(), r.stopPropagation();
119
119
  return;
120
120
  }
121
121
  p("click", r);
122
122
  }, I = (r) => {
123
- if (e.disabled || o.value !== "button") return;
124
- const n = r.key?.toLowerCase();
125
- if (!(n === "enter") && !(n === " " || n === "space")) return;
123
+ if (e.disabled) return;
124
+ const n = r.key?.toLowerCase(), D = n === "enter", j = n === " " || n === "space", A = o.value === "button" && j;
125
+ if (!D && !A) return;
126
126
  r.preventDefault();
127
127
  const y = r.currentTarget;
128
128
  if (y) {
@@ -131,9 +131,9 @@ import './style/link.css';const L = /* @__PURE__ */ D({
131
131
  }
132
132
  p("click", r);
133
133
  }, _ = t(() => e.icon?.size ?? 20);
134
- return (r, n) => (i(), l(A(o.value), d({
134
+ return (r, n) => (i(), l(E(o.value), d({
135
135
  id: e.id,
136
- class: z.value,
136
+ class: B.value,
137
137
  type: o.value === "button" ? "button" : void 0,
138
138
  to: o.value === "router-link" ? e.to : null,
139
139
  href: o.value === "a" ? x.value : null
@@ -143,10 +143,10 @@ import './style/link.css';const L = /* @__PURE__ */ D({
143
143
  tabindex: e.disabled ? -1 : 0,
144
144
  "aria-disabled": e.disabled,
145
145
  disabled: o.value === "button" ? e.disabled : void 0,
146
- onClick: B,
146
+ onClick: z,
147
147
  onKeydown: I
148
148
  }), {
149
- default: E(() => [
149
+ default: L(() => [
150
150
  e.icon.name && !e.right && !e.arrow ? (i(), l(c, d({
151
151
  key: 0,
152
152
  name: e.icon.name
@@ -199,7 +199,7 @@ import './style/link.css';const L = /* @__PURE__ */ D({
199
199
  _: 3
200
200
  }, 16, ["id", "class", "type", "to", "href", "rel", "style", "tabindex", "aria-disabled", "disabled"]));
201
201
  }
202
- }), M = /* @__PURE__ */ T(L, [["__scopeId", "data-v-724ec928"]]);
202
+ }), U = /* @__PURE__ */ $(K, [["__scopeId", "data-v-1c89a29a"]]);
203
203
  export {
204
- M as default
204
+ U as default
205
205
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as B, ref as f, computed as m, inject as i, onMounted as _, onBeforeUnmount as D, openBlock as r, createElementBlock as b, normalizeClass as a, createElementVNode as v, unref as E, toDisplayString as N, createCommentVNode as w, createBlock as x } from "vue";
1
+ import { defineComponent as L, ref as b, computed as f, inject as n, onMounted as D, onBeforeUnmount as p, openBlock as t, createElementBlock as m, normalizeClass as o, createElementVNode as v, unref as x, toDisplayString as E, createCommentVNode as h, createBlock as N } from "vue";
2
2
  import { R as C } from "./icon-svg-CW3eQRcp.js";
3
3
  import { g as G } from "./getInstance-GhoEcxLF.js";
4
4
  import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
- import './style/radioButton.css';const L = ["id", "value", "name", "disabled", "checked"], V = ["for"], $ = /* @__PURE__ */ B({
5
+ import './style/radioButton.css';const V = ["id", "value", "name", "disabled", "checked", "aria-label"], U = ["for"], $ = /* @__PURE__ */ L({
6
6
  __name: "radio-button",
7
7
  props: {
8
8
  /**
@@ -47,61 +47,75 @@ import './style/radioButton.css';const L = ["id", "value", "name", "disabled", "
47
47
  disabled: {
48
48
  type: Boolean,
49
49
  default: !1
50
+ },
51
+ /**
52
+ * <span>Oculta visualmente el label manteniendo su accesibilidad para lectores de pantalla</span>
53
+ */
54
+ hideLabel: {
55
+ type: Boolean,
56
+ default: !1
50
57
  }
51
58
  },
52
59
  setup(e) {
53
- const o = e, d = f(!1), t = f(!1), p = G(), l = m(() => o.id || `input-${p}`), n = i("radioGroupValue"), y = i("radioGroupName");
54
- n || console.warn("RDSRadioButton debe estar dentro de un RDSRadioGroup");
55
- const g = i("validateId");
56
- o.id && !g(o.id) && console.warn(
57
- `RDSRadioButton con id ${o.id} tiene un id duplicado. Se generará un id único.`
60
+ const a = e, i = b(!1), l = b(!1), w = G(), r = f(() => a.id || `input-${w}`), d = n("radioGroupValue"), y = n("radioGroupName");
61
+ d || console.warn("RDSRadioButton debe estar dentro de un RDSRadioGroup"), a.label || console.warn('RDSRadioButton: la prop "label" es obligatoria por accesibilidad. Usa hideLabel para ocultarla visualmente.');
62
+ const g = n("validateId");
63
+ a.id && !g(a.id) && console.warn(
64
+ `RDSRadioButton con id ${a.id} tiene un id duplicado. Se generará un id único.`
58
65
  );
59
- const S = m(() => n?.value === o.option), k = () => {
60
- !o.disabled && n && (n.value = o.option);
61
- }, R = () => {
62
- t.value && (d.value = !0);
63
- }, h = () => d.value = !1, s = (u) => {
64
- u.key === "Tab" && (t.value = !0);
66
+ const R = f(() => d?.value === a.option), S = () => {
67
+ !a.disabled && d && (d.value = a.option);
68
+ }, B = () => {
69
+ l.value && (i.value = !0);
70
+ }, k = () => i.value = !1, s = (u) => {
71
+ u.key === "Tab" && (l.value = !0);
65
72
  }, c = () => {
66
- t.value = !1;
73
+ l.value = !1;
67
74
  };
68
- return _(() => {
75
+ return D(() => {
69
76
  window.addEventListener("keydown", s), window.addEventListener("mousedown", c);
70
- }), D(() => {
77
+ }), p(() => {
71
78
  window.removeEventListener("keydown", s), window.removeEventListener("mousedown", c);
72
- }), (u, j) => (r(), b("div", {
73
- class: a(["rds-e-radio__container", { "rds-e-radio__container--focused": d.value }])
79
+ }), (u, j) => (t(), m("div", {
80
+ class: o(["rds-e-radio__container", { "rds-e-radio__container--focused": i.value }])
74
81
  }, [
75
82
  v("input", {
76
- id: l.value,
83
+ id: r.value,
77
84
  type: "radio",
78
85
  value: e.option,
79
- class: a(`rds-e-radio ${e.error ? " rds-e-radio--error" : ""}`),
80
- name: E(y),
86
+ class: o(`rds-e-radio ${e.error ? " rds-e-radio--error" : ""}`),
87
+ name: x(y),
81
88
  disabled: e.disabled,
82
- checked: S.value,
83
- onChange: k,
84
- onFocus: R,
85
- onBlur: h
86
- }, null, 42, L),
89
+ checked: R.value,
90
+ "aria-label": e.hideLabel ? e.label : void 0,
91
+ onChange: S,
92
+ onFocus: B,
93
+ onBlur: k
94
+ }, null, 42, V),
87
95
  v("label", {
88
- for: l.value,
89
- class: a(["rds-e-radio__label", { "rds-e-radio__label--error": e.error }])
96
+ for: r.value,
97
+ class: o(["rds-e-radio__label", {
98
+ "rds-e-radio__label--error": e.error,
99
+ "rds-e-radio__label--no-text": !e.label || e.hideLabel
100
+ }])
90
101
  }, [
91
- e.label ? (r(), b("span", {
102
+ e.label ? (t(), m("span", {
92
103
  key: 0,
93
- class: a(["rds-e-radio__label-text", { "rds-e-radio__label-text--disabled": e.disabled }])
94
- }, N(e.label), 3)) : w("", !0),
95
- e.label && e.icon ? (r(), x(C, {
104
+ class: o(["rds-e-radio__label-text", {
105
+ "rds-e-radio__label-text--disabled": e.disabled,
106
+ "rds-e-radio__label-text--hidden": e.hideLabel
107
+ }])
108
+ }, E(e.label), 3)) : h("", !0),
109
+ e.label && e.icon && !e.hideLabel ? (t(), N(C, {
96
110
  key: 1,
97
- class: a(["rds-e-radio__label-icon", { "rds-e-radio__label-icon--disabled": e.disabled }]),
111
+ class: o(["rds-e-radio__label-icon", { "rds-e-radio__label-icon--disabled": e.disabled }]),
98
112
  name: e.icon,
99
113
  "aria-hidden": "true"
100
- }, null, 8, ["class", "name"])) : w("", !0)
101
- ], 10, V)
114
+ }, null, 8, ["class", "name"])) : h("", !0)
115
+ ], 10, U)
102
116
  ], 2));
103
117
  }
104
- }), U = /* @__PURE__ */ I($, [["__scopeId", "data-v-c8280e86"]]);
118
+ }), z = /* @__PURE__ */ I($, [["__scopeId", "data-v-e765812e"]]);
105
119
  export {
106
- U as default
120
+ z as default
107
121
  };
@@ -1,4 +1,4 @@
1
- import { ref as u, onMounted as L, onUnmounted as A, defineComponent as O, computed as i, openBlock as E, createElementBlock as B, normalizeStyle as Q, normalizeClass as w, createElementVNode as b, renderSlot as S, createCommentVNode as j } from "vue";
1
+ import { ref as u, onMounted as L, onUnmounted as A, defineComponent as O, computed as i, openBlock as E, createElementBlock as B, normalizeStyle as Q, normalizeClass as w, createElementVNode as b, renderSlot as x, createCommentVNode as j } from "vue";
2
2
  import { _ as R } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  import './style/sidebar.css';function V() {
4
4
  const s = {
@@ -33,10 +33,10 @@ import './style/sidebar.css';function V() {
33
33
  });
34
34
  }), c;
35
35
  }
36
- const q = ["role", "aria-label"], H = ["aria-expanded"], I = { class: "rds-e-sidebar__sidebar__container" }, U = { class: "rds-e-sidebar__content-switch" }, F = ["aria-hidden"], G = ["aria-hidden"], J = {
36
+ const q = ["role", "aria-label"], H = { class: "rds-e-sidebar__sidebar__container" }, I = { class: "rds-e-sidebar__content-switch" }, U = ["aria-hidden"], F = ["aria-hidden"], G = {
37
37
  key: 0,
38
38
  class: "rds-e-sidebar__spacer"
39
- }, K = /* @__PURE__ */ O({
39
+ }, J = /* @__PURE__ */ O({
40
40
  __name: "sidebar",
41
41
  props: {
42
42
  /**
@@ -117,13 +117,13 @@ const q = ["role", "aria-label"], H = ["aria-expanded"], I = { class: "rds-e-sid
117
117
  }, N);
118
118
  } else
119
119
  a("sidebarContentSwitchEnd", { from: v, to: h, animated: !1 });
120
- }, x = () => {
120
+ }, S = () => {
121
121
  e.value = !0, r.value = !1, m.value = !0, p.value = !0, t.value.mobile && (r.value = !0, p.value = !1), t.value.desktop && (r.value = !1), t.value.desktopLarge && (e.value = !1, m.value = !1, p.value = !1), t.value.ultrawide && (e.value = !1, m.value = !1), C();
122
122
  };
123
123
  return L(() => {
124
- x(), window.addEventListener("resize", x);
124
+ S(), window.addEventListener("resize", S);
125
125
  }), A(() => {
126
- window.removeEventListener("resize", x), o && (window.clearTimeout(o), o = void 0);
126
+ window.removeEventListener("resize", S), o && (window.clearTimeout(o), o = void 0);
127
127
  }), c({
128
128
  /**
129
129
  * { boolean } Muestra el estado actual del sidebar.
@@ -155,32 +155,31 @@ const q = ["role", "aria-label"], H = ["aria-expanded"], I = { class: "rds-e-sid
155
155
  b("div", {
156
156
  ref_key: "sidebar",
157
157
  ref: d,
158
- class: w(["rds-e-sidebar__sidebar", M.value]),
159
- "aria-expanded": !e.value
158
+ class: w(["rds-e-sidebar__sidebar", M.value])
160
159
  }, [
161
- S(l.$slots, "content", {}, () => [
162
- b("div", I, [
163
- b("div", U, [
160
+ x(l.$slots, "content", {}, () => [
161
+ b("div", H, [
162
+ b("div", I, [
164
163
  b("div", {
165
164
  class: w(["rds-e-sidebar__section rds-e-sidebar__section--collapsed", { "is-active": e.value }]),
166
165
  "aria-hidden": !e.value
167
166
  }, [
168
- S(l.$slots, "collapsed", {}, void 0, !0)
169
- ], 10, F),
167
+ x(l.$slots, "collapsed", {}, void 0, !0)
168
+ ], 10, U),
170
169
  b("div", {
171
170
  class: w(["rds-e-sidebar__section rds-e-sidebar__section--expanded", { "is-active": !e.value }]),
172
171
  "aria-hidden": e.value
173
172
  }, [
174
- S(l.$slots, "expanded", {}, void 0, !0)
175
- ], 10, G)
173
+ x(l.$slots, "expanded", {}, void 0, !0)
174
+ ], 10, F)
176
175
  ])
177
176
  ])
178
177
  ], !0)
179
- ], 10, H),
180
- p.value ? (E(), B("div", J)) : j("", !0)
178
+ ], 2),
179
+ p.value ? (E(), B("div", G)) : j("", !0)
181
180
  ], 14, q));
182
181
  }
183
- }), X = /* @__PURE__ */ R(K, [["__scopeId", "data-v-e66b8e96"]]);
182
+ }), W = /* @__PURE__ */ R(J, [["__scopeId", "data-v-ded5b09f"]]);
184
183
  export {
185
- X as default
184
+ W as default
186
185
  };
@@ -1,13 +1,14 @@
1
- import { defineComponent as $, toRefs as B, ref as n, computed as u, watch as N, openBlock as a, createElementBlock as i, normalizeClass as v, createElementVNode as o, withModifiers as O, normalizeStyle as R, renderSlot as c, toDisplayString as V, createCommentVNode as w, createVNode as z } from "vue";
2
- import { R as A } from "./icon-svg-CW3eQRcp.js";
3
- import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import './style/sidedrawer.css';const E = { class: "rds-e-sidedrawer__header rds-mb-24" }, H = {
1
+ import { defineComponent as B, toRefs as A, ref as c, computed as u, watch as N, openBlock as d, createElementBlock as l, normalizeClass as m, createElementVNode as o, withModifiers as O, normalizeStyle as R, renderSlot as v, toDisplayString as V, createCommentVNode as f, createVNode as z } from "vue";
2
+ import { R as D } from "./icon-svg-CW3eQRcp.js";
3
+ import { g as E } from "./getInstance-GhoEcxLF.js";
4
+ import { _ as H } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
+ import './style/sidedrawer.css';const I = ["aria-label"], T = { class: "rds-e-sidedrawer__header rds-mb-24" }, U = {
5
6
  key: 0,
6
7
  class: "rds-e-sidedrawer__title"
7
- }, I = {
8
+ }, W = {
8
9
  key: 1,
9
10
  class: "rds-headline-04 rds-content-high"
10
- }, L = ["aria-label"], T = { class: "rds-e-sidedrawer__content-inner" }, W = { class: "rds-e-sidedrawer__footer rds-pt-12" }, x = /* @__PURE__ */ $({
11
+ }, x = ["aria-label"], M = { class: "rds-e-sidedrawer__content-inner" }, P = { class: "rds-e-sidedrawer__footer rds-pt-12" }, j = /* @__PURE__ */ B({
11
12
  __name: "sidedrawer",
12
13
  props: {
13
14
  /**
@@ -51,29 +52,36 @@ import './style/sidedrawer.css';const E = { class: "rds-e-sidedrawer__header rds
51
52
  closeAriaLabel: {
52
53
  type: String,
53
54
  default: "Cerrar"
55
+ },
56
+ /**
57
+ * <span>Etiqueta accesible del panel lateral para lectores de pantalla.</span>
58
+ */
59
+ ariaLabel: {
60
+ type: String,
61
+ default: ""
54
62
  }
55
63
  },
56
64
  emits: ["sidedrawerChange"],
57
- setup(r, { expose: f, emit: h }) {
58
- const m = r, _ = h, { blurOverlay: p, persistent: y } = B(m), C = n(), t = n(!0), l = n(!0), b = u(() => ({
65
+ setup(r, { expose: w, emit: h }) {
66
+ const a = r, p = h, { blurOverlay: _, persistent: b } = A(a), y = c(), t = c(!0), n = c(!0), g = E(), C = u(() => a.ariaLabel?.trim() ? a.ariaLabel.trim() : a.title?.trim() ? a.title.trim() : `Panel lateral ${g}`), S = u(() => ({
59
67
  "rds-e-sidedrawer--hide": t.value,
60
68
  "rds-e-sidedrawer--show": !t.value,
61
- "rds-e-sidedrawer--blur-overlay": p.value
62
- })), g = u(() => ({
69
+ "rds-e-sidedrawer--blur-overlay": _.value
70
+ })), k = u(() => ({
63
71
  "rds-e-sidedrawer__content--hide": t.value,
64
72
  "rds-e-sidedrawer__content--show": !t.value
65
- })), S = () => {
66
- _("sidedrawerChange", t.value);
73
+ })), $ = () => {
74
+ p("sidedrawerChange", t.value);
67
75
  }, s = (e) => {
68
- t.value = e, S();
69
- }, k = (e) => {
70
- e.target === e.currentTarget && !y.value && !t.value && s(!0);
76
+ t.value = e, $();
77
+ }, L = (e) => {
78
+ e.target === e.currentTarget && !b.value && !t.value && s(!0);
71
79
  };
72
80
  return N(t, (e) => {
73
81
  e ? setTimeout(() => {
74
- l.value = !0;
75
- }, 500) : l.value = !1;
76
- }), f({
82
+ n.value = !0;
83
+ }, 500) : n.value = !1;
84
+ }), w({
77
85
  /**
78
86
  * { boolean } Muestra el estado actual del sidebar.
79
87
  */
@@ -92,45 +100,47 @@ import './style/sidedrawer.css';const E = { class: "rds-e-sidedrawer__header rds
92
100
  toogleSidedrawer: () => {
93
101
  s(!t.value);
94
102
  }
95
- }), (e, d) => (a(), i("div", {
96
- class: v(["rds-e-sidedrawer", [b.value, { "rds-e-sidedrawer--hidden": l.value }]]),
97
- onClick: k
103
+ }), (e, i) => (d(), l("div", {
104
+ class: m(["rds-e-sidedrawer", [S.value, { "rds-e-sidedrawer--hidden": n.value }]]),
105
+ onClick: L
98
106
  }, [
99
107
  o("div", {
100
108
  ref_key: "sidebar",
101
- ref: C,
102
- class: v(["rds-e-sidedrawer__content rds-pa-24", g.value]),
109
+ ref: y,
110
+ class: m(["rds-e-sidedrawer__content rds-pa-24", k.value]),
111
+ role: "complementary",
112
+ "aria-label": C.value,
103
113
  style: R({ "--container-width": `${r.containerWidth}px` }),
104
- onClick: d[1] || (d[1] = O(() => {
114
+ onClick: i[1] || (i[1] = O(() => {
105
115
  }, ["stop"]))
106
116
  }, [
107
- o("div", E, [
108
- e.$slots.title ? (a(), i("div", H, [
109
- c(e.$slots, "title", {}, void 0, !0)
110
- ])) : r.title ? (a(), i("h2", I, V(r.title), 1)) : w("", !0),
111
- r.iconClose ? (a(), i("button", {
117
+ o("div", T, [
118
+ e.$slots.title ? (d(), l("div", U, [
119
+ v(e.$slots, "title", {}, void 0, !0)
120
+ ])) : r.title ? (d(), l("h2", W, V(r.title), 1)) : f("", !0),
121
+ r.iconClose ? (d(), l("button", {
112
122
  key: 2,
113
123
  type: "button",
114
124
  class: "rds-e-sidedrawer__close-btn",
115
125
  "aria-label": r.closeAriaLabel,
116
- onClick: d[0] || (d[0] = (M) => s(!0))
126
+ onClick: i[0] || (i[0] = (q) => s(!0))
117
127
  }, [
118
- z(A, {
128
+ z(D, {
119
129
  name: "close",
120
130
  "aria-hidden": "true"
121
131
  })
122
- ], 8, L)) : w("", !0)
132
+ ], 8, x)) : f("", !0)
123
133
  ]),
124
- o("div", T, [
125
- c(e.$slots, "content", {}, void 0, !0)
134
+ o("div", M, [
135
+ v(e.$slots, "content", {}, void 0, !0)
126
136
  ]),
127
- o("div", W, [
128
- c(e.$slots, "footer", {}, void 0, !0)
137
+ o("div", P, [
138
+ v(e.$slots, "footer", {}, void 0, !0)
129
139
  ])
130
- ], 6)
140
+ ], 14, I)
131
141
  ], 2));
132
142
  }
133
- }), G = /* @__PURE__ */ D(x, [["__scopeId", "data-v-6cf78ea3"]]);
143
+ }), Q = /* @__PURE__ */ H(j, [["__scopeId", "data-v-89213a4a"]]);
134
144
  export {
135
- G as default
145
+ Q as default
136
146
  };
@@ -1 +1 @@
1
- [data-v-b0db67b1]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-dropdown__text-only[data-v-b0db67b1]{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;max-width:100%;overflow:hidden;padding:4px;transition:background-color .2s ease-in-out;width:100%}.rds-e-dropdown__text-only span[data-v-b0db67b1]{font:1rem/1.5rem RepsolSoleTextRegular;color:#43637d;margin-right:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rds-e-dropdown__text-only[data-v-b0db67b1]:hover{background-color:#f4f8fa}.rds-e-dropdown__text-only:hover span[data-v-b0db67b1]{color:#009bbe}.rds-e-dropdown__text-only.active[data-v-b0db67b1]{background-color:#f4f8fa}.rds-e-dropdown__text-only .rds-e-dropdown__input-caret[data-v-b0db67b1]{flex-shrink:0;margin-left:auto}.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only span[data-v-b0db67b1],.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only .rds-e-icon-svg[data-v-b0db67b1]{color:#fff}.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only[data-v-b0db67b1]:hover{background-color:#ffffff80}.rds-e-dropdown--disabled[data-v-b0db67b1]{cursor:not-allowed;pointer-events:none}.rds-e-dropdown__option[data-v-b0db67b1]{align-content:center;align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between;padding:4px 0;width:100%}.rds-e-dropdown__option--content[data-v-b0db67b1]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;min-width:0;width:100%}.rds-e-dropdown__option--content>span[data-v-b0db67b1]:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rds-e-dropdown__option-detail[data-v-b0db67b1]{font:.875rem/1.25rem RepsolSoleTextRegular;-webkit-box-orient:vertical;color:#43637d;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.rds-e-dropdown__option-container[data-v-b0db67b1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;white-space:normal}.rds-e-dropdown__option--append[data-v-b0db67b1]{align-content:center}.rds-e-dropdown__option--prepend[data-v-b0db67b1] .rds-e-checkbox__container{padding-top:9px}.rds-e-dropdown__option--prepend[data-v-b0db67b1] .rds-e-radio__container{padding:7px 0 0}.rds-e-dropdown__option--prepend[data-v-b0db67b1] .rds-e-radio__label{margin:0}.rds-e-dropdown__before-list[data-v-b0db67b1]{background:linear-gradient(0deg,#fff0,#fff 20%);display:block;padding:16px 0;position:relative;top:0;width:100%}.rds-e-dropdown__before-list-container[data-v-b0db67b1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;width:100%}.rds-e-dropdown__before-list-container .rds-e-textfield[data-v-b0db67b1]{width:100%;z-index:6}.rds-e-dropdown__after-list[data-v-b0db67b1]{background:linear-gradient(180deg,#fff0,#fff 20%);bottom:-16px;display:block;padding:16px;position:sticky}.rds-e-dropdown__after-list-container[data-v-b0db67b1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.rds-e-dropdown__input-caret[data-v-b0db67b1]{transition:transform .2s ease}.rds-e-dropdown__input-caret--open[data-v-b0db67b1]{transform:rotate(-180deg)}.rds-e-dropdown__input-wrapper[data-v-b0db67b1],.rds-e-dropdown__input-wrapper[data-v-b0db67b1] .rds-e-textfield__input{cursor:pointer}.rds-e-dropdown[data-v-b0db67b1] .multiselect__select{display:none}.rds-e-dropdown[data-v-b0db67b1] .multiselect__tags{background:transparent;border:none;border-radius:none;display:block;font-size:unset;min-height:unset;padding:0}.rds-e-dropdown[data-v-b0db67b1] .multiselect__single{display:none}.rds-e-dropdown[data-v-b0db67b1] .multiselect__option{align-content:center;align-items:center;border-radius:12px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;line-height:unset;padding:8px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__option--highlight{background-color:#f4f8fa!important;color:#009bbe!important}.rds-e-dropdown[data-v-b0db67b1] .multiselect__option--selected{color:#001e37;font-weight:400}.rds-e-dropdown[data-v-b0db67b1] .multiselect__option--disabled{opacity:.3}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper{box-shadow:0 4px 16px #00132414;border:none;border-radius:16px;margin-top:.5rem;padding:16px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--small{padding:8px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported{box-shadow:0 4px 16px #00132414;border:none;border-radius:16px;padding:16px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported .multiselect__option{align-content:center;align-items:center;border-radius:12px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;line-height:unset;padding:8px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported .multiselect__option--highlight{background-color:#f4f8fa!important;color:#009bbe!important}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported .multiselect__option--selected{color:#001e37;font-weight:400}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported .multiselect__option--disabled{opacity:.3}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported.multiselect__content-wrapper--small{padding:8px}.rds-e-dropdown[data-v-b0db67b1] .multiselect__content-wrapper--teleported.multiselect__content-wrapper--small .multiselect__option,.rds-e-dropdown--small[data-v-b0db67b1] .multiselect__option{padding:4px}.rds-e-dropdown--small[data-v-b0db67b1] .rds-e-checkbox__container{padding:0}
1
+ [data-v-82a10aa1]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-dropdown__text-only[data-v-82a10aa1]{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;max-width:100%;overflow:hidden;padding:4px;transition:background-color .2s ease-in-out;width:100%}.rds-e-dropdown__text-only span[data-v-82a10aa1]{font:1rem/1.5rem RepsolSoleTextRegular;color:#43637d;margin-right:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rds-e-dropdown__text-only[data-v-82a10aa1]:hover{background-color:#f4f8fa}.rds-e-dropdown__text-only:hover span[data-v-82a10aa1]{color:#009bbe}.rds-e-dropdown__text-only.active[data-v-82a10aa1]{background-color:#f4f8fa}.rds-e-dropdown__text-only .rds-e-dropdown__input-caret[data-v-82a10aa1]{flex-shrink:0;margin-left:auto}.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only span[data-v-82a10aa1],.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only .rds-e-icon-svg[data-v-82a10aa1]{color:#fff}.rds-e-dropdown--inverse.rds-e-dropdown--text-only .rds-e-dropdown__text-only[data-v-82a10aa1]:hover{background-color:#ffffff80}.rds-e-dropdown--disabled[data-v-82a10aa1]{cursor:not-allowed;pointer-events:none}.rds-e-dropdown__option[data-v-82a10aa1]{align-content:center;align-items:center;display:grid;grid-template-columns:1fr auto;justify-content:space-between;padding:4px 0;width:100%}.rds-e-dropdown__option--content[data-v-82a10aa1]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;min-width:0;width:100%}.rds-e-dropdown__option--content>span[data-v-82a10aa1]:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rds-e-dropdown__option-detail[data-v-82a10aa1]{font:.875rem/1.25rem RepsolSoleTextRegular;-webkit-box-orient:vertical;color:#43637d;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.rds-e-dropdown__option-container[data-v-82a10aa1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;white-space:normal}.rds-e-dropdown__option--append[data-v-82a10aa1]{align-content:center}.rds-e-dropdown__option--prepend[data-v-82a10aa1] .rds-e-checkbox__container{padding-top:9px}.rds-e-dropdown__option--prepend[data-v-82a10aa1] .rds-e-radio__container{padding:7px 0 0}.rds-e-dropdown__option--prepend[data-v-82a10aa1] .rds-e-radio__label{margin:0}.rds-e-dropdown__before-list[data-v-82a10aa1]{background:linear-gradient(0deg,#fff0,#fff 20%);display:block;padding:16px 0;position:relative;top:0;width:100%}.rds-e-dropdown__before-list-container[data-v-82a10aa1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;width:100%}.rds-e-dropdown__before-list-container .rds-e-textfield[data-v-82a10aa1]{width:100%;z-index:6}.rds-e-dropdown__after-list[data-v-82a10aa1]{background:linear-gradient(180deg,#fff0,#fff 20%);bottom:-16px;display:block;padding:16px;position:sticky}.rds-e-dropdown__after-list-container[data-v-82a10aa1]{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.rds-e-dropdown__input-caret[data-v-82a10aa1]{transition:transform .2s ease}.rds-e-dropdown__input-caret--open[data-v-82a10aa1]{transform:rotate(-180deg)}.rds-e-dropdown__input-wrapper[data-v-82a10aa1],.rds-e-dropdown__input-wrapper[data-v-82a10aa1] .rds-e-textfield__input{cursor:pointer}.rds-e-dropdown[data-v-82a10aa1] .multiselect__select{display:none}.rds-e-dropdown[data-v-82a10aa1] .multiselect__tags{background:transparent;border:none;border-radius:none;display:block;font-size:unset;min-height:unset;padding:0}.rds-e-dropdown[data-v-82a10aa1] .multiselect__single{display:none}.rds-e-dropdown[data-v-82a10aa1] .multiselect__option{align-content:center;align-items:center;border-radius:12px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;line-height:unset;padding:8px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__option--highlight{background-color:#f4f8fa!important;color:#009bbe!important}.rds-e-dropdown[data-v-82a10aa1] .multiselect__option--selected{color:#001e37;font-weight:400}.rds-e-dropdown[data-v-82a10aa1] .multiselect__option--disabled{opacity:.3}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper{box-shadow:0 4px 16px #00132414;border:none;border-radius:16px;margin-top:.5rem;padding:16px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--small{padding:8px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported{box-shadow:0 4px 16px #00132414;border:none;border-radius:16px;padding:16px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported .multiselect__option{align-content:center;align-items:center;border-radius:12px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;line-height:unset;padding:8px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported .multiselect__option--highlight{background-color:#f4f8fa!important;color:#009bbe!important}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported .multiselect__option--selected{color:#001e37;font-weight:400}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported .multiselect__option--disabled{opacity:.3}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported.multiselect__content-wrapper--small{padding:8px}.rds-e-dropdown[data-v-82a10aa1] .multiselect__content-wrapper--teleported.multiselect__content-wrapper--small .multiselect__option,.rds-e-dropdown--small[data-v-82a10aa1] .multiselect__option{padding:4px}.rds-e-dropdown--small[data-v-82a10aa1] .rds-e-checkbox__container{padding:0}
@@ -1 +1 @@
1
- [data-v-724ec928]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-link[data-v-724ec928]{font:1rem/1.5rem RepsolSoleTextBold;align-items:center;color:#006a82;display:inline-flex}.rds-e-link__breadcrumbs[data-v-724ec928]:hover{color:#001e37!important}.rds-e-link[data-v-724ec928]:hover{color:#009bbe;cursor:pointer}.rds-e-link:hover:not(.rds-e-link--underline) .rds-e-link__text[data-v-724ec928]:after{width:100%}.rds-e-link[data-v-724ec928]:active{color:#00809c}.rds-e-link[data-v-724ec928]:focus-visible{border-radius:4px;box-shadow:0 0 0 1px #fff,0 0 0 4px #009bbe,0 0 0 5px #fff;outline:none}@media(forced-colors:active){.rds-e-link[data-v-724ec928]:focus-visible{box-shadow:none;outline:2px solid CanvasText}}.rds-e-link__icon[data-v-724ec928]{padding-right:.5rem}.rds-e-link__icon-left[data-v-724ec928]{margin-right:6px}.rds-e-link__icon-right[data-v-724ec928]{margin-left:6px}.rds-e-link__text[data-v-724ec928]{font:1rem/1.5rem RepsolSoleTextBold;position:relative}.rds-e-link__text[data-v-724ec928]:after{background-color:currentColor;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .2s ease-in-out;width:0}.rds-e-link__text--underline[data-v-724ec928]{text-decoration:underline}.rds-e-link__text--underline[data-v-724ec928]:after{display:none}.rds-e-link--inverse[data-v-724ec928]{color:#fff}.rds-e-link--inverse[data-v-724ec928]:hover{color:#fff;opacity:.75}.rds-e-link--inverse[data-v-724ec928]:active{color:#fff;opacity:.5}.rds-e-link--grey[data-v-724ec928]{color:#006a82}.rds-e-link--grey[data-v-724ec928]:hover{color:#006a82;opacity:.75}.rds-e-link--grey[data-v-724ec928]:active{color:#006a82;opacity:.5}.rds-e-arrow-link[data-v-724ec928]{align-items:center;display:inline-flex}.rds-e-arrow-link__icon[data-v-724ec928]{color:inherit;height:.875rem}.rds-e-arrow-link__icon--inverse[data-v-724ec928]{fill:#fff}.rds-e-arrow-link__icon--inverse[data-v-724ec928]:active{opacity:.5}.rds-e-arrow-link__icon--arrow[data-v-724ec928]{color:inherit;height:.875rem;min-height:1.25rem;min-width:1.25rem;width:1.25rem}.rds-e-arrow-link__icon--grey[data-v-724ec928]{fill:#fff}.rds-e-arrow-link__icon--grey[data-v-724ec928]:active{opacity:.5}
1
+ [data-v-1c89a29a]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-link[data-v-1c89a29a]{font:1rem/1.5rem RepsolSoleTextBold;align-items:center;color:#006a82;display:inline-flex}.rds-e-link__breadcrumbs[data-v-1c89a29a]:hover{color:#001e37!important}.rds-e-link[data-v-1c89a29a]:hover{color:#009bbe;cursor:pointer}.rds-e-link:hover:not(.rds-e-link--underline) .rds-e-link__text[data-v-1c89a29a]:after{width:100%}.rds-e-link[data-v-1c89a29a]:active{color:#00809c}.rds-e-link[data-v-1c89a29a]:focus-visible{border-radius:4px;box-shadow:0 0 0 1px #fff,0 0 0 4px #009bbe,0 0 0 5px #fff;outline:none}@media(forced-colors:active){.rds-e-link[data-v-1c89a29a]:focus-visible{box-shadow:none;outline:2px solid CanvasText}}.rds-e-link__icon[data-v-1c89a29a]{padding-right:.5rem}.rds-e-link__icon-left[data-v-1c89a29a]{margin-right:6px}.rds-e-link__icon-right[data-v-1c89a29a]{margin-left:6px}.rds-e-link__text[data-v-1c89a29a]{font:1rem/1.5rem RepsolSoleTextBold;position:relative}.rds-e-link__text[data-v-1c89a29a]:after{background-color:currentColor;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .2s ease-in-out;width:0}.rds-e-link__text--underline[data-v-1c89a29a]{text-decoration:underline}.rds-e-link__text--underline[data-v-1c89a29a]:after{display:none}.rds-e-link--inverse[data-v-1c89a29a]{color:#fff}.rds-e-link--inverse[data-v-1c89a29a]:hover{color:#fff;opacity:.75}.rds-e-link--inverse[data-v-1c89a29a]:active{color:#fff;opacity:.5}.rds-e-link--grey[data-v-1c89a29a]{color:#006a82}.rds-e-link--grey[data-v-1c89a29a]:hover{color:#006a82;opacity:.75}.rds-e-link--grey[data-v-1c89a29a]:active{color:#006a82;opacity:.5}.rds-e-arrow-link[data-v-1c89a29a]{align-items:center;display:inline-flex}.rds-e-arrow-link__icon[data-v-1c89a29a]{color:inherit;height:.875rem}.rds-e-arrow-link__icon--inverse[data-v-1c89a29a]{fill:#fff}.rds-e-arrow-link__icon--inverse[data-v-1c89a29a]:active{opacity:.5}.rds-e-arrow-link__icon--arrow[data-v-1c89a29a]{color:inherit;height:.875rem;min-height:1.25rem;min-width:1.25rem;width:1.25rem}.rds-e-arrow-link__icon--grey[data-v-1c89a29a]{fill:#fff}.rds-e-arrow-link__icon--grey[data-v-1c89a29a]:active{opacity:.5}
@@ -1 +1 @@
1
- [data-v-c8280e86]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-radio[data-v-c8280e86]{border:0;clip:rect(0,0,0,0);height:.0625rem;margin:-.0625rem;overflow:hidden;padding:0;position:absolute;visibility:visible;white-space:nowrap;width:.0625rem}.rds-e-radio__container[data-v-c8280e86]{border-radius:.25rem;display:inline-block;padding:.25rem}.rds-e-radio__container--focused[data-v-c8280e86]{border-radius:.375rem;outline:.125rem solid #009BBE}.rds-e-radio__label-text[data-v-c8280e86]{font:1rem/1.5rem RepsolSoleTextRegular;color:#001e37}.rds-e-radio__label-text--disabled[data-v-c8280e86]{opacity:.3}.rds-e-radio__label[data-v-c8280e86]{cursor:pointer;display:flex;margin:.5rem 1rem .5rem 0;min-height:24px;padding-left:32px;padding-top:0;position:relative;-webkit-user-select:none;user-select:none}.rds-e-radio__label[data-v-c8280e86]:before{background-color:#fff;border:solid 1px #95b0c6;border-radius:100%;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.rds-e-radio__label[data-v-c8280e86]:after{border-radius:.375rem;content:"";height:.75rem;left:.375rem;opacity:0;position:absolute;top:.375rem;width:.75rem}.rds-e-radio__label-icon[data-v-c8280e86]{align-items:center;color:#001e37;display:flex;font-size:1.375rem;justify-content:center;margin-left:.375rem}.rds-e-radio__label-icon--disabled[data-v-c8280e86]{opacity:.3}.rds-e-radio__label--error .rds-e-radio__label-text[data-v-c8280e86],.rds-e-radio__label--error .rds-e-radio__label-icon[data-v-c8280e86]{color:#de1c2e}.rds-e-radio__label--error[data-v-c8280e86]:before{border-color:#de1c2e}.rds-e-radio:checked+.rds-e-radio__label[data-v-c8280e86]:after{background-color:#fff;opacity:1}.rds-e-radio:checked:disabled+.rds-e-radio__label[data-v-c8280e86]:after{background-color:#fff;opacity:1}.rds-e-radio:checked+.rds-e-radio__label[data-v-c8280e86]:before{background-color:#001e37;border:none}.rds-e-radio:checked+.rds-e-radio__label--error[data-v-c8280e86]:after{background-color:#fff;opacity:1}.rds-e-radio:checked+.rds-e-radio__label--error[data-v-c8280e86]:before{background-color:#de1c2e;border:none}.rds-e-radio:hover+.rds-e-radio__label[data-v-c8280e86]:before{border:1px solid #001e37}.rds-e-radio:checked:hover+.rds-e-radio__label--error[data-v-c8280e86]:before{border:none}.rds-e-radio:hover+.rds-e-radio__label--error[data-v-c8280e86]:before{border:1px solid #dE1c2e}.rds-e-radio:disabled+.rds-e-radio__label[data-v-c8280e86]:before{opacity:.3}.rds-e-radio:disabled+.rds-e-radio__label[data-v-c8280e86]:after{opacity:.3}
1
+ [data-v-e765812e]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-radio[data-v-e765812e]{border:0;clip:rect(0,0,0,0);height:.0625rem;margin:-.0625rem;overflow:hidden;padding:0;position:absolute;visibility:visible;white-space:nowrap;width:.0625rem}.rds-e-radio__container[data-v-e765812e]{border-radius:.25rem;display:inline-block;padding:.25rem}.rds-e-radio__container--focused[data-v-e765812e]{border-radius:.375rem;outline:.125rem solid #009BBE}.rds-e-radio__label-text[data-v-e765812e]{font:1rem/1.5rem RepsolSoleTextRegular;color:#001e37}.rds-e-radio__label-text--disabled[data-v-e765812e]{opacity:.3}.rds-e-radio__label-text--hidden[data-v-e765812e]{border:0;clip:rect(0,0,0,0);height:.0625rem;margin:-.0625rem;overflow:hidden;padding:0;position:absolute;visibility:visible;white-space:nowrap;width:.0625rem}.rds-e-radio__label[data-v-e765812e]{cursor:pointer;display:flex;margin:.5rem 1rem .5rem 0;min-height:24px;padding-left:32px;padding-top:0;position:relative;-webkit-user-select:none;user-select:none}.rds-e-radio__label--no-text[data-v-e765812e]{margin-right:0;padding-left:24px}.rds-e-radio__label[data-v-e765812e]:before{background-color:#fff;border:solid 1px #95b0c6;border-radius:100%;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.rds-e-radio__label[data-v-e765812e]:after{border-radius:.375rem;content:"";height:.75rem;left:.375rem;opacity:0;position:absolute;top:.375rem;width:.75rem}.rds-e-radio__label-icon[data-v-e765812e]{align-items:center;color:#001e37;display:flex;font-size:1.375rem;justify-content:center;margin-left:.375rem}.rds-e-radio__label-icon--disabled[data-v-e765812e]{opacity:.3}.rds-e-radio__label--error .rds-e-radio__label-text[data-v-e765812e],.rds-e-radio__label--error .rds-e-radio__label-icon[data-v-e765812e]{color:#de1c2e}.rds-e-radio__label--error[data-v-e765812e]:before{border-color:#de1c2e}.rds-e-radio:checked+.rds-e-radio__label[data-v-e765812e]:after{background-color:#fff;opacity:1}.rds-e-radio:checked:disabled+.rds-e-radio__label[data-v-e765812e]:after{background-color:#fff;opacity:1}.rds-e-radio:checked+.rds-e-radio__label[data-v-e765812e]:before{background-color:#001e37;border:none}.rds-e-radio:checked+.rds-e-radio__label--error[data-v-e765812e]:after{background-color:#fff;opacity:1}.rds-e-radio:checked+.rds-e-radio__label--error[data-v-e765812e]:before{background-color:#de1c2e;border:none}.rds-e-radio:hover+.rds-e-radio__label[data-v-e765812e]:before{border:1px solid #001e37}.rds-e-radio:checked:hover+.rds-e-radio__label--error[data-v-e765812e]:before{border:none}.rds-e-radio:hover+.rds-e-radio__label--error[data-v-e765812e]:before{border:1px solid #dE1c2e}.rds-e-radio:disabled+.rds-e-radio__label[data-v-e765812e]:before{opacity:.3}.rds-e-radio:disabled+.rds-e-radio__label[data-v-e765812e]:after{opacity:.3}
@@ -1 +1 @@
1
- [data-v-e66b8e96]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-sidebar[data-v-e66b8e96]{background-color:#fff;display:block;height:100%;position:relative}.rds-e-sidebar__spacer[data-v-e66b8e96]{display:block;position:relative;width:72px}.rds-e-sidebar--mobile[data-v-e66b8e96]:has(.rds-e-sidebar__sidebar--expanded){display:block;left:0;position:fixed;top:0;width:100%;z-index:400}.rds-e-sidebar--mobile:has(.rds-e-sidebar__sidebar--expanded) .rds-e-sidebar__sidebar--expanded[data-v-e66b8e96]{width:100%!important}.rds-e-sidebar__sidebar[data-v-e66b8e96]{display:block;height:100%;overflow:hidden;position:relative;transition:width var(--_duration) ease,box-shadow var(--_duration) ease;will-change:width;--_duration: var(--rds-sidebar-transition-duration, .32s)}.rds-e-sidebar__sidebar__container[data-v-e66b8e96]{display:flex;flex:1;flex-direction:column;height:100%;min-width:72px}.rds-e-sidebar__sidebar--collapsed[data-v-e66b8e96]{width:72px}.rds-e-sidebar__sidebar--collapsed.rds-e-sidebar__sidebar--hide[data-v-e66b8e96]{display:none}.rds-e-sidebar__sidebar--expanded[data-v-e66b8e96]{width:256px}.rds-e-sidebar__sidebar--overlay[data-v-e66b8e96]{background-color:#fff;box-shadow:0 0 #0000;height:100%;left:0;position:absolute;top:0;z-index:400}.rds-e-sidebar__sidebar--overlay.rds-e-entering[data-v-e66b8e96],.rds-e-sidebar__sidebar--overlay.rds-e-leaving[data-v-e66b8e96]{box-shadow:0 4px 24px #0000001f}.rds-e-sidebar-fade-enter-active[data-v-e66b8e96],.rds-e-sidebar-fade-leave-active[data-v-e66b8e96]{pointer-events:none;transition:opacity var(--_duration, .32s) ease,transform var(--_duration, .32s) ease}.rds-e-sidebar-fade-enter-from[data-v-e66b8e96],.rds-e-sidebar-fade-leave-to[data-v-e66b8e96]{opacity:0;transform:translateY(4px)}.rds-e-sidebar__content[data-v-e66b8e96]{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.rds-e-sidebar__content-switch[data-v-e66b8e96]{height:100%;overflow:hidden;position:relative;width:100%}.rds-e-sidebar__section[data-v-e66b8e96]{--rds-sidebar-ease: cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity var(--rds-sidebar-content-transition-duration, var(--_duration, .32s)) var(--rds-sidebar-ease);width:100%;will-change:opacity}.rds-e-sidebar__section--collapsed.is-active[data-v-e66b8e96],.rds-e-sidebar__section--expanded.is-active[data-v-e66b8e96]{opacity:1;pointer-events:auto;z-index:2}
1
+ [data-v-ded5b09f]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-monospaced-body-01: 1rem/1.5rem SourceCodeProRegular;--rds-monospaced-body-01-bold: 1rem/1.5rem SourceCodeProBold;--rds-monospaced-body-02: .875rem/1.25rem SourceCodeProRegular;--rds-monospaced-body-02-bold: .875rem/1.25rem SourceCodeProBold;--rds-monospaced-caption-01: .875rem/1.125rem SourceCodeProRegular;--rds-monospaced-caption-01-bold: .875rem/1.125rem SourceCodeProBold;--rds-monospaced-caption-02: .75rem/1rem SourceCodeProRegular;--rds-monospaced-caption-02-bold: .75rem/1rem SourceCodeProBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-sidebar[data-v-ded5b09f]{background-color:#fff;display:block;height:100%;position:relative}.rds-e-sidebar__spacer[data-v-ded5b09f]{display:block;position:relative;width:72px}.rds-e-sidebar--mobile[data-v-ded5b09f]:has(.rds-e-sidebar__sidebar--expanded){display:block;left:0;position:fixed;top:0;width:100%;z-index:400}.rds-e-sidebar--mobile:has(.rds-e-sidebar__sidebar--expanded) .rds-e-sidebar__sidebar--expanded[data-v-ded5b09f]{width:100%!important}.rds-e-sidebar__sidebar[data-v-ded5b09f]{display:block;height:100%;overflow:hidden;position:relative;transition:width var(--_duration) ease,box-shadow var(--_duration) ease;will-change:width;--_duration: var(--rds-sidebar-transition-duration, .32s)}.rds-e-sidebar__sidebar__container[data-v-ded5b09f]{display:flex;flex:1;flex-direction:column;height:100%;min-width:72px}.rds-e-sidebar__sidebar--collapsed[data-v-ded5b09f]{width:72px}.rds-e-sidebar__sidebar--collapsed.rds-e-sidebar__sidebar--hide[data-v-ded5b09f]{display:none}.rds-e-sidebar__sidebar--expanded[data-v-ded5b09f]{width:256px}.rds-e-sidebar__sidebar--overlay[data-v-ded5b09f]{background-color:#fff;box-shadow:0 0 #0000;height:100%;left:0;position:absolute;top:0;z-index:400}.rds-e-sidebar__sidebar--overlay.rds-e-entering[data-v-ded5b09f],.rds-e-sidebar__sidebar--overlay.rds-e-leaving[data-v-ded5b09f]{box-shadow:0 4px 24px #0000001f}.rds-e-sidebar-fade-enter-active[data-v-ded5b09f],.rds-e-sidebar-fade-leave-active[data-v-ded5b09f]{pointer-events:none;transition:opacity var(--_duration, .32s) ease,transform var(--_duration, .32s) ease}.rds-e-sidebar-fade-enter-from[data-v-ded5b09f],.rds-e-sidebar-fade-leave-to[data-v-ded5b09f]{opacity:0;transform:translateY(4px)}.rds-e-sidebar__content[data-v-ded5b09f]{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.rds-e-sidebar__content-switch[data-v-ded5b09f]{height:100%;overflow:hidden;position:relative;width:100%}.rds-e-sidebar__section[data-v-ded5b09f]{--rds-sidebar-ease: cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity var(--rds-sidebar-content-transition-duration, var(--_duration, .32s)) var(--rds-sidebar-ease);width:100%;will-change:opacity}.rds-e-sidebar__section--collapsed.is-active[data-v-ded5b09f],.rds-e-sidebar__section--expanded.is-active[data-v-ded5b09f]{opacity:1;pointer-events:auto;z-index:2}