energy-components 1.15.0 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/components/accordion.es.js +1 -1
- package/dist/components/avatar.es.js +1 -1
- package/dist/components/button.es.js +1 -1
- package/dist/components/checkbox.es.js +1 -1
- package/dist/components/collapsable.es.js +1 -1
- package/dist/components/{collapsable.scss_vue_type_style_index_0_src_true_lang-Bi5q6Y3n.js → collapsable.scss_vue_type_style_index_0_src_true_lang-CWwaY_PV.js} +1 -1
- package/dist/components/directAccess.es.js +1 -1
- package/dist/components/dragAndDrop.es.js +1 -1
- package/dist/components/dropdown.es.js +1 -1
- package/dist/components/fileUploadItem.es.js +1 -1
- package/dist/components/filterChip.es.js +1 -1
- package/dist/components/filterTag.es.js +1 -1
- package/dist/components/{icon-svg-BU0OQFKH.js → icon-svg-BGa9K9qG.js} +4 -4
- package/dist/components/iconList.es.js +1 -1
- package/dist/components/iconSvg.es.js +1 -1
- package/dist/components/index.es.js +2 -2
- package/dist/components/infoBox.es.js +1 -1
- package/dist/components/link.es.js +1 -1
- package/dist/components/modal.es.js +1 -1
- package/dist/components/persistentToast.es.js +1 -1
- package/dist/components/popover.es.js +1 -1
- package/dist/components/progressBar.es.js +1 -1
- package/dist/components/quantitySelector.es.js +1 -1
- package/dist/components/radioButton.es.js +1 -1
- package/dist/components/selectionChip.es.js +1 -1
- package/dist/components/sidedrawer.es.js +1 -1
- package/dist/components/style/button.css +1 -1
- package/dist/components/style/icon-svg.css +1 -1
- package/dist/components/switch.es.js +1 -1
- package/dist/components/tabBar.es.js +1 -1
- package/dist/components/tableslotedcomponent.es.js +1 -1
- package/dist/components/tag.es.js +1 -1
- package/dist/components/textArea.es.js +1 -1
- package/dist/components/textField.es.js +1 -1
- package/dist/components/tooltip.es.js +1 -1
- package/dist/energy-components.es.js +4 -4
- package/dist/energy-components.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ which is also available for use.
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
You need Vue.js version 3.2+ to use this library.
|
|
12
|
-
It's also necessary to install energy-foundations
|
|
12
|
+
It's also necessary to install energy-foundations on its [latest version](https://www.npmjs.com/package/energy-foundations?activeTab=versions).
|
|
13
13
|
|
|
14
14
|
**Yarn**
|
|
15
15
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as R, toRefs as B, ref as s, watch as D, nextTick as N, inject as v, onMounted as V, onBeforeUnmount as q, createElementBlock as w, openBlock as _, createElementVNode as n, toDisplayString as h, createBlock as H, createCommentVNode as P, createVNode as T, unref as d, mergeProps as j, normalizeClass as y, renderSlot as A, createTextVNode as E } from "vue";
|
|
2
|
-
import { R as I } from "./icon-svg-
|
|
2
|
+
import { R as I } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import O from "./tag.es.js";
|
|
4
4
|
import { _ as $ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/accordion.css';const b = ["id"], z = { class: "rds-e-accordion-title" }, M = { class: "rds-e-accordion-title_right" }, U = /* @__PURE__ */ R({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as h, computed as a, createElementBlock as s, openBlock as n, withKeys as o, normalizeStyle as u, normalizeClass as k, createBlock as _, createCommentVNode as b, toDisplayString as z } from "vue";
|
|
2
|
-
import { R as C } from "./icon-svg-
|
|
2
|
+
import { R as C } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/avatar.css';const A = ["id", "aria-label"], B = ["src", "alt"], D = {
|
|
5
5
|
key: 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as x, toRefs as I, computed as r, createElementBlock as $, openBlock as b, normalizeClass as m, unref as n, createBlock as k, createCommentVNode as C, createElementVNode as N, renderSlot as R, createTextVNode as V, toDisplayString as D } from "vue";
|
|
2
|
-
import { R as E } from "./icon-svg-
|
|
2
|
+
import { R as E } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as L } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/button.css';const w = ["id", "type", "disabled"], W = { class: "rds-e-btn__text" }, j = /* @__PURE__ */ x({
|
|
5
5
|
__name: "button",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as V, computed as r, ref as c, watch as _, onMounted as D, onBeforeUnmount as E, createElementBlock as L, openBlock as u, normalizeClass as d, createElementVNode as b, renderSlot as N, createTextVNode as R, createBlock as x, createCommentVNode as T, toDisplayString as q, withCtx as U, createVNode as z } from "vue";
|
|
2
|
-
import { R as y } from "./icon-svg-
|
|
2
|
+
import { R as y } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import I from "./tooltip.es.js";
|
|
4
4
|
import { g as F } from "./getInstance-GhoEcxLF.js";
|
|
5
5
|
import { _ as K } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as w, ref as d, computed as r, watch as f, nextTick as c, createElementBlock as B, openBlock as m, normalizeClass as i, createElementVNode as a, withKeys as C, createBlock as S, createCommentVNode as $, createVNode as I, toDisplayString as v, renderSlot as N, createTextVNode as V } from "vue";
|
|
2
|
-
import { R as h } from "./icon-svg-
|
|
2
|
+
import { R as h } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import './style/collapsable.css';const H = ["id", "aria-expanded", "aria-controls", "disabled"], x = { class: "rds-e-collapsable__header-title" }, D = { class: "rds-e-collapsable__header-title-text" }, E = ["id", "aria-labelledby"], W = /* @__PURE__ */ w({
|
|
4
4
|
__name: "collapsable",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as j, toRefs as E, computed as o, createBlock as d, openBlock as l, resolveDynamicComponent as I, unref as t, normalizeClass as N, withCtx as O, renderSlot as u, createElementVNode as m, createCommentVNode as b, createElementBlock as T, normalizeStyle as w, toDisplayString as V } from "vue";
|
|
2
|
-
import { R as S } from "./icon-svg-
|
|
2
|
+
import { R as S } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as q } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/directAccess.css';const A = { class: "rds-e-direct-access__artwork-container" }, M = ["src", "alt", "aria-hidden"], F = { class: "rds-e-direct-access__text-container" }, G = { class: "rds-e-direct-access__text" }, H = /* @__PURE__ */ j({
|
|
5
5
|
__name: "direct-access",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as k, ref as _, computed as c, createElementBlock as b, openBlock as x, withModifiers as f, normalizeClass as q, createElementVNode as u, renderSlot as L, createVNode as M, createCommentVNode as z, toDisplayString as D } from "vue";
|
|
2
2
|
import { g as A } from "./getInstance-GhoEcxLF.js";
|
|
3
|
-
import { R as U } from "./icon-svg-
|
|
3
|
+
import { R as U } from "./icon-svg-BGa9K9qG.js";
|
|
4
4
|
import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/dragAndDrop.css';const O = ["id", "accept", "multiple", "disabled"], P = ["for"], j = { class: "rds-e-drag-and-drop__icon-wrapper" }, G = { class: "rds-e-drag-and-drop__text-container" }, H = { class: "rds-e-drag-and-drop__text" }, J = {
|
|
6
6
|
key: 0,
|
|
@@ -3,7 +3,7 @@ import he from "./multiselect.es.js";
|
|
|
3
3
|
import ke from "./checkbox.es.js";
|
|
4
4
|
import { _ as $e } from "./radio-group.vue_vue_type_script_setup_true_lang-DpguLlRK.js";
|
|
5
5
|
import Ce from "./radioButton.es.js";
|
|
6
|
-
import { R as Y } from "./icon-svg-
|
|
6
|
+
import { R as Y } from "./icon-svg-BGa9K9qG.js";
|
|
7
7
|
import Z from "./textField.es.js";
|
|
8
8
|
import { _ as De } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
9
|
import './style/dropdown.css';const Se = ["id"], Oe = { class: "rds-e-dropdown__option" }, xe = { class: "rds-e-dropdown__option-container" }, Ve = { class: "rds-e-dropdown__option--prepend" }, Be = { class: "rds-e-dropdown__option--content" }, Ae = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as M, ref as N, computed as c, createElementBlock as l, openBlock as o, normalizeClass as $, createElementVNode as r, renderSlot as v, createVNode as p, createCommentVNode as n, toDisplayString as m, withModifiers as I } from "vue";
|
|
2
|
-
import { R as g } from "./icon-svg-
|
|
2
|
+
import { R as g } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import z from "./progressBar.es.js";
|
|
4
4
|
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/fileUploadItem.css';const R = ["id"], w = { class: "rds-e-file-upload-item__icon-container" }, E = { class: "rds-e-file-upload-item__details" }, F = { class: "rds-e-file-upload-item__info-wrapper" }, x = { class: "rds-e-file-upload-item__name" }, D = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as g, ref as b, computed as s, createElementBlock as a, openBlock as l, normalizeClass as y, createCommentVNode as r, createElementVNode as k, createBlock as c, toDisplayString as n } from "vue";
|
|
2
|
-
import { R as o } from "./icon-svg-
|
|
2
|
+
import { R as o } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/filterChip.css';const _ = ["id", "disabled"], I = {
|
|
5
5
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as u, ref as m, createElementBlock as b, openBlock as g, withKeys as s, normalizeClass as v, createElementVNode as x, createVNode as p, toDisplayString as y, withModifiers as l } from "vue";
|
|
2
|
-
import { R as S } from "./icon-svg-
|
|
2
|
+
import { R as S } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/filterTag.css';const w = ["id", "aria-disabled", "tabindex"], _ = { class: "rds-e-filter-tag__text" }, k = /* @__PURE__ */ u({
|
|
5
5
|
__name: "filter-tag",
|
|
@@ -16132,10 +16132,10 @@ import './style/icon-svg.css';const I = [
|
|
|
16132
16132
|
return (e, l) => (r(), s("span", {
|
|
16133
16133
|
id: c.id,
|
|
16134
16134
|
"aria-hidden": "true",
|
|
16135
|
-
class: a(["
|
|
16135
|
+
class: a(["rds-e-icon", [
|
|
16136
16136
|
`rds-e-icon-${c.name}`,
|
|
16137
|
-
c.modifier && `icon--${c.modifier}`,
|
|
16138
|
-
c.small && !c.size && "icon--small"
|
|
16137
|
+
c.modifier && `rds-e-icon--${c.modifier}`,
|
|
16138
|
+
c.small && !c.size && "rds-e-icon--small"
|
|
16139
16139
|
]]),
|
|
16140
16140
|
style: n(M.value)
|
|
16141
16141
|
}, [
|
|
@@ -16145,7 +16145,7 @@ import './style/icon-svg.css';const I = [
|
|
|
16145
16145
|
}, null, 2))), 128))
|
|
16146
16146
|
], 14, g));
|
|
16147
16147
|
}
|
|
16148
|
-
}), b = /* @__PURE__ */ u(x, [["__scopeId", "data-v-
|
|
16148
|
+
}), b = /* @__PURE__ */ u(x, [["__scopeId", "data-v-9a07cd0e"]]);
|
|
16149
16149
|
export {
|
|
16150
16150
|
b as R,
|
|
16151
16151
|
d as i,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as p, ref as a, computed as v, createElementBlock as s, openBlock as i, Fragment as u, withDirectives as f, createElementVNode as r, vModelText as C, renderList as L, normalizeClass as x, createVNode as g, toDisplayString as h } from "vue";
|
|
2
|
-
import { i as m, R as k } from "./icon-svg-
|
|
2
|
+
import { i as m, R as k } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/iconList.css';const y = { class: "rds-e-icon-list" }, D = ["onClick"], N = /* @__PURE__ */ p({
|
|
5
5
|
__name: "icon-list",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as i } from "./icon-svg-
|
|
1
|
+
import { R as i } from "./icon-svg-BGa9K9qG.js";
|
|
2
2
|
import a from "./button.es.js";
|
|
3
3
|
import e from "./floatingActionButton.es.js";
|
|
4
4
|
import m from "./actionButton.es.js";
|
|
@@ -24,7 +24,7 @@ import _ from "./divider.es.js";
|
|
|
24
24
|
import h from "./card.es.js";
|
|
25
25
|
import x from "./tablepaginatedcomponent.es.js";
|
|
26
26
|
import I from "./avatar.es.js";
|
|
27
|
-
import { _ as F } from "./collapsable.scss_vue_type_style_index_0_src_true_lang-
|
|
27
|
+
import { _ as F } from "./collapsable.scss_vue_type_style_index_0_src_true_lang-CWwaY_PV.js";
|
|
28
28
|
import P from "./link.es.js";
|
|
29
29
|
import k from "./breadcrumbs.es.js";
|
|
30
30
|
import w from "./tabBar.es.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as h, ref as u, toRefs as k, computed as $, watch as S, nextTick as w, createElementBlock as t, openBlock as o, normalizeClass as m, createElementVNode as a, createCommentVNode as s, createVNode as b, toDisplayString as r, renderSlot as v } from "vue";
|
|
2
|
-
import { R as _ } from "./icon-svg-
|
|
2
|
+
import { R as _ } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/infoBox.css';const q = ["id"], B = { class: "alert" }, H = {
|
|
5
5
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as N, toRefs as V, computed as f, createBlock as p, openBlock as s, resolveDynamicComponent as $, unref as e, normalizeStyle as M, normalizeClass as _, withCtx as O, createCommentVNode as d, createElementBlock as I, mergeProps as k, renderSlot as D, createTextVNode as R, toDisplayString as j } from "vue";
|
|
2
|
-
import { R as v } from "./icon-svg-
|
|
2
|
+
import { R as v } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as P } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/link.css';const T = /* @__PURE__ */ N({
|
|
5
5
|
__name: "link",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as v, ref as C, computed as R, createBlock as u, createCommentVNode as l, openBlock as a, unref as n, withCtx as c, createVNode as k, withModifiers as g, normalizeStyle as S, createElementVNode as r, createElementBlock as p, renderSlot as i } from "vue";
|
|
2
2
|
import w from "./overlay.es.js";
|
|
3
3
|
import x from "./card.es.js";
|
|
4
|
-
import { R as b } from "./icon-svg-
|
|
4
|
+
import { R as b } from "./icon-svg-BGa9K9qG.js";
|
|
5
5
|
import { _ as q } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = { class: "rds-e-modal__header" }, O = { class: "rds-e-modal__header-text" }, M = {
|
|
7
7
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as f, toRefs as y, computed as g, createElementBlock as t, openBlock as s, normalizeClass as h, createElementVNode as r, createCommentVNode as o, createVNode as a, toDisplayString as c, renderSlot as d } from "vue";
|
|
2
|
-
import { R as l } from "./icon-svg-
|
|
2
|
+
import { R as l } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as k } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/persistentToast.css';const S = ["id"], $ = { class: "alert" }, C = {
|
|
5
5
|
key: 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref as m, computed as k, onBeforeUnmount as R, createElementBlock as d, openBlock as s, createElementVNode as v, createBlock as _, renderSlot as h, Teleport as x, createCommentVNode as b, normalizeStyle as C, unref as F, Fragment as N, renderList as O, toDisplayString as P, nextTick as $ } from "vue";
|
|
2
2
|
import { o as H, f as M, s as V, a as z, u as A, d as D } from "./floating-ui.vue-7LKzPqHI.js";
|
|
3
|
-
import { R as I } from "./icon-svg-
|
|
3
|
+
import { R as I } from "./icon-svg-BGa9K9qG.js";
|
|
4
4
|
import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/popover.css';const j = { class: "rds-e-popover" }, W = { class: "rds-e-popover__list" }, q = ["onClick"], G = {
|
|
6
6
|
__name: "popover",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, computed as o, createElementBlock as a, openBlock as n, normalizeClass as u, createCommentVNode as p, createElementVNode as t, renderSlot as m, normalizeProps as g, mergeProps as B, createVNode as S, createTextVNode as h, guardReactiveProps as k, toDisplayString as d, normalizeStyle as x } from "vue";
|
|
2
|
-
import { R as C } from "./icon-svg-
|
|
2
|
+
import { R as C } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as N } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/progressBar.css';const w = ["id"], P = {
|
|
5
5
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as w, mergeModels as c, useModel as B, ref as s, createElementBlock as I, openBlock as D, normalizeClass as r, createElementVNode as o, withDirectives as m, createVNode as v, vShow as f, vModelText as b } from "vue";
|
|
2
|
-
import { R as y } from "./icon-svg-
|
|
2
|
+
import { R as y } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/quantitySelector.css';const M = ["id"], x = ["id", "disabled"], $ = ["id", "disabled"], R = ["id", "disabled"], z = ["id", "disabled"], E = /* @__PURE__ */ w({
|
|
5
5
|
__name: "quantity-selector",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, ref as f, computed as m, inject as i, onMounted as _, onBeforeUnmount as D, createElementBlock as b, openBlock as r, normalizeClass as n, createElementVNode as v, unref as E, createCommentVNode as w, createBlock as N, toDisplayString as x } from "vue";
|
|
2
|
-
import { R as C } from "./icon-svg-
|
|
2
|
+
import { R as C } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { g as G } from "./getInstance-GhoEcxLF.js";
|
|
4
4
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/radioButton.css';const L = ["id", "value", "name", "disabled", "checked"], $ = ["for"], j = /* @__PURE__ */ B({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, ref as r, computed as h, createElementBlock as p, openBlock as s, normalizeClass as u, createBlock as f, createCommentVNode as m, createElementVNode as g, toDisplayString as y } from "vue";
|
|
2
|
-
import { R as _ } from "./icon-svg-
|
|
2
|
+
import { R as _ } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as b } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/selectionChip.css';const C = ["id", "disabled"], k = { class: "rds-e-selection-chip__text" }, S = /* @__PURE__ */ d({
|
|
5
5
|
__name: "selection-chip",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as B, toRefs as $, ref as n, computed as u, watch as O, createElementBlock as l, openBlock as a, normalizeClass as v, createElementVNode as o, withModifiers as R, normalizeStyle as z, createCommentVNode as w, createBlock as D, renderSlot as c, toDisplayString as E } from "vue";
|
|
2
|
-
import { R as H } from "./icon-svg-
|
|
2
|
+
import { R as H } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/sidedrawer.css';const N = { class: "rds-e-sidedrawer__header rds-mb-24" }, T = {
|
|
5
5
|
key: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-508169ab]: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-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-btn--commercial[data-v-508169ab]{background-color:#e50052;color:#fff}.rds-e-btn--commercial[data-v-508169ab]:before{background-color:#fa590a;content:"";height:100%;left:0;position:absolute;top:100%;transition:top .3s ease-in-out;width:100%}.rds-e-btn--commercial[data-v-508169ab]:hover:before{top:0}.rds-e-btn--commercial[data-v-508169ab]:active{background-color:#ff8346}.rds-e-btn__icon--commercial[data-v-508169ab]{color:#fff}.rds-e-btn[data-v-508169ab]{font:1rem/1.5rem RepsolSoleTextBold;align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;max-width:21.4375rem;outline:0;padding:.75rem 1rem;overflow:hidden;position:relative}@media (min-width: 1280px){.rds-e-btn[data-v-508169ab]{height:3rem;padding:.75rem 1.5rem;width:auto}}.rds-e-btn[data-v-508169ab]:disabled{pointer-events:none}.rds-e-btn span.icon[data-v-508169ab]{color:inherit}.rds-e-btn[data-v-508169ab]:before{border-radius:50%;content:"";left:-50%;min-height:300px;position:absolute;top:100%;transition:all .25s ease-in-out;width:200%;z-index:0}.rds-e-btn[data-v-508169ab]:focus{outline:none}.rds-e-btn[data-v-508169ab]:focus-visible{border-color:#009bbe;box-shadow:inset 0 0 0 2px #009bbe}.rds-e-btn[data-v-508169ab]:hover:before{top:-50%}.rds-e-btn__icon[data-v-508169ab]{text-indent:0;z-index:0}.rds-e-btn__icon--primary[data-v-508169ab],.rds-e-btn__icon--secondary-inverse[data-v-508169ab],.rds-e-btn__icon--tertiary-inverse[data-v-508169ab]{color:#fff}.rds-e-btn__icon--disabled[data-v-508169ab]{color:#717b84}.rds-e-btn__icon--primary-inverse[data-v-508169ab]{color:#005870}.rds-e-btn__icon--inverse-inverse[data-v-508169ab]{color:#fff}.rds-e-btn__text[data-v-508169ab]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:0}.rds-e-btn--mobile-width[data-v-508169ab]{min-width:100%}@media (min-width: 720px){.rds-e-btn--mobile-width[data-v-508169ab]{min-width:unset}}.rds-e-btn--revert[data-v-508169ab]{flex-direction:row-reverse}.rds-e-btn--revert .icon[data-v-508169ab]{margin-left:.75rem;margin-right:0!important}.rds-e-btn--no-size[data-v-508169ab]{height:auto;margin:0;padding:0;width:auto}.rds-e-btn--loading[data-v-508169ab]{pointer-events:none}.rds-e-btn--loading .icon[data-v-508169ab]{align-content:center;align-items:center;animation:spin-508169ab 2s linear infinite;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.rds-e-btn--loading .icon[data-v-508169ab]:before{display:block;margin:0;padding:0}.rds-e-btn--fluid[data-v-508169ab]{width:auto}@media (min-width: 1280px){.rds-e-btn--fluid[data-v-508169ab]{min-width:0}}.rds-e-btn--small[data-v-508169ab]{font:.875rem/1.25rem RepsolSoleTextRegular;height:2rem;padding:.5rem .75rem;width:auto}@media (min-width: 1280px){.rds-e-btn--small[data-v-508169ab]{min-width:0}}.rds-e-btn--small .rds-e-btn__icon.icon[data-v-508169ab]{font-size:1rem}.rds-e-btn--with-icon .rds-e-btn__icon[data-v-508169ab]{margin-right:.5rem}.rds-e-btn--icon[data-v-508169ab]{width:auto;padding:.75rem;width:3.5rem}@media (min-width: 1280px){.rds-e-btn--icon[data-v-508169ab]{min-width:0}}@media (min-width: 1280px){.rds-e-btn--icon[data-v-508169ab]{height:3rem;width:3rem}}.rds-e-btn--icon.rds-e-btn--small[data-v-508169ab]{border-radius:.5rem;padding:.375rem;width:2.5rem}@media (min-width: 1280px){.rds-e-btn--icon.rds-e-btn--small[data-v-508169ab]{width:2rem}}.rds-e-btn--primary[data-v-508169ab]{background-color:#001e37;color:#fff}.rds-e-btn--primary[data-v-508169ab]:active{background-color:#006a82;box-shadow:none}.rds-e-btn--primary[data-v-508169ab]:hover:not(:active):before{background-color:#009bbe}.rds-e-btn--primary-inverse[data-v-508169ab]{background-color:#fff;color:#001e37}.rds-e-btn--primary-inverse[data-v-508169ab]:hover:before{background-color:#e6e6e6}.rds-e-btn--primary-inverse[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--primary-inverse[data-v-508169ab]:active{background-color:#fffc;box-shadow:none;color:#001e37}.rds-e-btn--secondary[data-v-508169ab]{background-color:transparent;border:1px solid #001e37;color:#001e37}.rds-e-btn--secondary-destructive[data-v-508169ab],.rds-e-btn--secondary-destructive[data-v-508169ab]:hover{border:1px solid #dE1c2e;color:#de1c2e}.rds-e-btn--secondary-destructive[data-v-508169ab]:hover:before{background-color:#f4f8fa}.rds-e-btn--secondary[data-v-508169ab]:active{background-color:#f4f8fa;border:1px solid #009BBE;color:#006a82}.rds-e-btn--secondary[data-v-508169ab]:not(.rds-e-btn--secondary-destructive):hover:not(:active){border:1px solid #006A82;color:#009bbe}.rds-e-btn--secondary[data-v-508169ab]:not(.rds-e-btn--secondary-destructive):hover:not(:active):before{background-color:#f4f8fa}.rds-e-btn--secondary-inverse[data-v-508169ab]{background-color:transparent;border-color:#fff;color:#fff}.rds-e-btn--secondary-inverse[data-v-508169ab]:not(.rds-e-btn--secondary-inverse-destructive):hover:not(:active){background-color:transparent;border-color:#fff;color:#fff}.rds-e-btn--secondary-inverse[data-v-508169ab]:not(.rds-e-btn--secondary-inverse-destructive):hover:not(:active):before{background-color:#e6e6e6;opacity:.3}.rds-e-btn--secondary-inverse[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--secondary-inverse[data-v-508169ab]:active{background-color:#fff6;border-color:#fff;color:#fff}.rds-e-btn--ghost[data-v-508169ab]{background-color:transparent;color:#001e37}.rds-e-btn--ghost-destructive[data-v-508169ab],.rds-e-btn--ghost-destructive[data-v-508169ab]:hover{color:#de1c2e}.rds-e-btn--ghost-destructive[data-v-508169ab]:hover:before{background-color:#f4f8fa}.rds-e-btn--ghost[data-v-508169ab]:active{background-color:#f4f8fa;color:#006a82}.rds-e-btn--ghost[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--ghost[data-v-508169ab]:not(.rds-e-btn--ghost-destructive):hover:not(:active){color:#009bbe}.rds-e-btn--ghost[data-v-508169ab]:not(.rds-e-btn--ghost-destructive):hover:not(:active):before{background-color:#f4f8fa}.rds-e-btn--ghost-inverse[data-v-508169ab]{background-color:transparent;border:none;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:hover{color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:hover:before{background-color:#fff3}.rds-e-btn--ghost-inverse[data-v-508169ab]:focus{background-color:transparent;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:active{background-color:#fff6;border-color:#fff;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:disabled{opacity:.3}@keyframes spin-508169ab{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
1
|
+
[data-v-508169ab]: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-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-btn--commercial[data-v-508169ab]{background-color:#e50052;color:#fff}.rds-e-btn--commercial[data-v-508169ab]:before{background-color:#fa590a;content:"";height:100%;left:0;position:absolute;top:100%;transition:top .3s ease-in-out;width:100%}.rds-e-btn--commercial[data-v-508169ab]:hover:before{top:0}.rds-e-btn--commercial[data-v-508169ab]:active{background-color:#ff8346}.rds-e-btn__icon--commercial[data-v-508169ab]{color:#fff}.rds-e-btn[data-v-508169ab]{font:1rem/1.5rem RepsolSoleTextBold;align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;max-width:21.4375rem;outline:0;padding:.75rem 1rem;overflow:hidden;position:relative}@media (min-width: 1280px){.rds-e-btn[data-v-508169ab]{height:3rem;padding:.75rem 1.5rem;width:auto}}.rds-e-btn[data-v-508169ab]:disabled{pointer-events:none}.rds-e-btn span.rds-e-icon[data-v-508169ab]{color:inherit}.rds-e-btn[data-v-508169ab]:before{border-radius:50%;content:"";left:-50%;min-height:300px;position:absolute;top:100%;transition:all .25s ease-in-out;width:200%;z-index:0}.rds-e-btn[data-v-508169ab]:focus{outline:none}.rds-e-btn[data-v-508169ab]:focus-visible{border-color:#009bbe;box-shadow:inset 0 0 0 2px #009bbe}.rds-e-btn[data-v-508169ab]:hover:before{top:-50%}.rds-e-btn__icon[data-v-508169ab]{text-indent:0;z-index:0}.rds-e-btn__icon--primary[data-v-508169ab],.rds-e-btn__icon--secondary-inverse[data-v-508169ab],.rds-e-btn__icon--tertiary-inverse[data-v-508169ab]{color:#fff}.rds-e-btn__icon--disabled[data-v-508169ab]{color:#717b84}.rds-e-btn__icon--primary-inverse[data-v-508169ab]{color:#005870}.rds-e-btn__icon--inverse-inverse[data-v-508169ab]{color:#fff}.rds-e-btn__text[data-v-508169ab]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:0}.rds-e-btn--mobile-width[data-v-508169ab]{min-width:100%}@media (min-width: 720px){.rds-e-btn--mobile-width[data-v-508169ab]{min-width:unset}}.rds-e-btn--revert[data-v-508169ab]{flex-direction:row-reverse}.rds-e-btn--revert .rds-e-icon[data-v-508169ab]{margin-left:.75rem;margin-right:0!important}.rds-e-btn--no-size[data-v-508169ab]{height:auto;margin:0;padding:0;width:auto}.rds-e-btn--loading[data-v-508169ab]{pointer-events:none}.rds-e-btn--loading .rds-e-icon[data-v-508169ab]{align-content:center;align-items:center;animation:spin-508169ab 2s linear infinite;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.rds-e-btn--loading .rds-e-icon[data-v-508169ab]:before{display:block;margin:0;padding:0}.rds-e-btn--fluid[data-v-508169ab]{width:auto}@media (min-width: 1280px){.rds-e-btn--fluid[data-v-508169ab]{min-width:0}}.rds-e-btn--small[data-v-508169ab]{font:.875rem/1.25rem RepsolSoleTextRegular;height:2rem;padding:.5rem .75rem;width:auto}@media (min-width: 1280px){.rds-e-btn--small[data-v-508169ab]{min-width:0}}.rds-e-btn--small .rds-e-btn__icon.rds-e-icon[data-v-508169ab]{font-size:1rem}.rds-e-btn--with-icon .rds-e-btn__icon[data-v-508169ab]{margin-right:.5rem}.rds-e-btn--icon[data-v-508169ab]{width:auto;padding:.75rem;width:3.5rem}@media (min-width: 1280px){.rds-e-btn--icon[data-v-508169ab]{min-width:0}}@media (min-width: 1280px){.rds-e-btn--icon[data-v-508169ab]{height:3rem;width:3rem}}.rds-e-btn--icon.rds-e-btn--small[data-v-508169ab]{border-radius:.5rem;padding:.375rem;width:2.5rem}@media (min-width: 1280px){.rds-e-btn--icon.rds-e-btn--small[data-v-508169ab]{width:2rem}}.rds-e-btn--primary[data-v-508169ab]{background-color:#001e37;color:#fff}.rds-e-btn--primary[data-v-508169ab]:active{background-color:#006a82;box-shadow:none}.rds-e-btn--primary[data-v-508169ab]:hover:not(:active):before{background-color:#009bbe}.rds-e-btn--primary-inverse[data-v-508169ab]{background-color:#fff;color:#001e37}.rds-e-btn--primary-inverse[data-v-508169ab]:hover:before{background-color:#e6e6e6}.rds-e-btn--primary-inverse[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--primary-inverse[data-v-508169ab]:active{background-color:#fffc;box-shadow:none;color:#001e37}.rds-e-btn--secondary[data-v-508169ab]{background-color:transparent;border:1px solid #001e37;color:#001e37}.rds-e-btn--secondary-destructive[data-v-508169ab],.rds-e-btn--secondary-destructive[data-v-508169ab]:hover{border:1px solid #dE1c2e;color:#de1c2e}.rds-e-btn--secondary-destructive[data-v-508169ab]:hover:before{background-color:#f4f8fa}.rds-e-btn--secondary[data-v-508169ab]:active{background-color:#f4f8fa;border:1px solid #009BBE;color:#006a82}.rds-e-btn--secondary[data-v-508169ab]:not(.rds-e-btn--secondary-destructive):hover:not(:active){border:1px solid #006A82;color:#009bbe}.rds-e-btn--secondary[data-v-508169ab]:not(.rds-e-btn--secondary-destructive):hover:not(:active):before{background-color:#f4f8fa}.rds-e-btn--secondary-inverse[data-v-508169ab]{background-color:transparent;border-color:#fff;color:#fff}.rds-e-btn--secondary-inverse[data-v-508169ab]:not(.rds-e-btn--secondary-inverse-destructive):hover:not(:active){background-color:transparent;border-color:#fff;color:#fff}.rds-e-btn--secondary-inverse[data-v-508169ab]:not(.rds-e-btn--secondary-inverse-destructive):hover:not(:active):before{background-color:#e6e6e6;opacity:.3}.rds-e-btn--secondary-inverse[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--secondary-inverse[data-v-508169ab]:active{background-color:#fff6;border-color:#fff;color:#fff}.rds-e-btn--ghost[data-v-508169ab]{background-color:transparent;color:#001e37}.rds-e-btn--ghost-destructive[data-v-508169ab],.rds-e-btn--ghost-destructive[data-v-508169ab]:hover{color:#de1c2e}.rds-e-btn--ghost-destructive[data-v-508169ab]:hover:before{background-color:#f4f8fa}.rds-e-btn--ghost[data-v-508169ab]:active{background-color:#f4f8fa;color:#006a82}.rds-e-btn--ghost[data-v-508169ab]:disabled{opacity:.3}.rds-e-btn--ghost[data-v-508169ab]:not(.rds-e-btn--ghost-destructive):hover:not(:active){color:#009bbe}.rds-e-btn--ghost[data-v-508169ab]:not(.rds-e-btn--ghost-destructive):hover:not(:active):before{background-color:#f4f8fa}.rds-e-btn--ghost-inverse[data-v-508169ab]{background-color:transparent;border:none;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:hover{color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:hover:before{background-color:#fff3}.rds-e-btn--ghost-inverse[data-v-508169ab]:focus{background-color:transparent;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:active{background-color:#fff6;border-color:#fff;color:#fff}.rds-e-btn--ghost-inverse[data-v-508169ab]:disabled{opacity:.3}@keyframes spin-508169ab{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-9a07cd0e]: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-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-icon[data-v-9a07cd0e]{color:#005870;display:inline-block;fill:#005870;font-size:1.25rem}.rds-e-icon--left[data-v-9a07cd0e]{transform:rotate(90deg)}.rds-e-icon--up[data-v-9a07cd0e]{transform:scale(-1)}.rds-e-icon--right[data-v-9a07cd0e]{transform:rotate(270deg)}.rds-e-icon--custom[data-v-9a07cd0e]{width:1.25rem}.rds-e-icon--small[data-v-9a07cd0e]{font-size:1rem}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as p, ref as r, computed as y, onMounted as g, onBeforeUnmount as S, createElementBlock as u, openBlock as d, normalizeClass as V, createElementVNode as m, createCommentVNode as h, renderSlot as B, createBlock as _, createTextVNode as C, toDisplayString as x } from "vue";
|
|
2
|
-
import { R as E } from "./icon-svg-
|
|
2
|
+
import { R as E } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/switch.css';const N = ["id", "disabled", "checked"], L = ["for", "aria-label"], I = {
|
|
5
5
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as F, mergeModels as E, toRefs as P, useModel as q, ref as _, computed as B, onMounted as H, onUnmounted as O, watch as $, createElementBlock as b, openBlock as f, normalizeClass as p, createCommentVNode as C, createElementVNode as g, createVNode as M, Fragment as U, renderList as j, unref as G, withKeys as h, withModifiers as m, createBlock as J, createTextVNode as Q, toDisplayString as X, renderSlot as Y } from "vue";
|
|
2
|
-
import { R as L } from "./icon-svg-
|
|
2
|
+
import { R as L } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { d as Z } from "./functions-DIHwdgF0.js";
|
|
4
4
|
import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/tabBar.css';const te = ["id"], ae = ["aria-selected", "tabindex", "onClick", "onKeydown"], ne = { class: "rds-e-top-bar__item-title" }, re = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as w, toRefs as I, getCurrentInstance as ee, ref as p, computed as m, watchEffect as le, watch as te, onMounted as se, createElementBlock as n, openBlock as c, normalizeClass as u, createElementVNode as i, createVNode as f, createCommentVNode as b, Fragment as g, renderList as x, renderSlot as h, normalizeStyle as ae, toDisplayString as U, unref as C, Transition as O, withCtx as N, nextTick as oe } from "vue";
|
|
2
|
-
import { R as ne } from "./icon-svg-
|
|
2
|
+
import { R as ne } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import E from "./checkbox.es.js";
|
|
4
4
|
import { g as ce } from "./getInstance-GhoEcxLF.js";
|
|
5
5
|
import { _ as ie } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, toRefs as S, computed as u, createElementBlock as $, openBlock as o, normalizeClass as l, createBlock as d, createCommentVNode as p, createElementVNode as x, unref as s, toDisplayString as B } from "vue";
|
|
2
|
-
import { R as f } from "./icon-svg-
|
|
2
|
+
import { R as f } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as b } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/tag.css';const k = ["id"], C = { class: "rds-caption-tag" }, N = /* @__PURE__ */ y({
|
|
5
5
|
__name: "tag",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as Q, mergeModels as W, useModel as X, toRefs as Y, ref as k, computed as s, createElementBlock as f, openBlock as o, normalizeClass as u, createElementVNode as r, withDirectives as Z, unref as e, vModelText as ee, renderSlot as S, createTextVNode as te, createBlock as z, createCommentVNode as i, mergeProps as F, toHandlers as T, toDisplayString as _ } from "vue";
|
|
2
|
-
import { R as A } from "./icon-svg-
|
|
2
|
+
import { R as A } from "./icon-svg-BGa9K9qG.js";
|
|
3
3
|
import { _ as ae } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/textArea.css';function V(t, p = !0, d = !0) {
|
|
5
5
|
return p && !t.trim() ? (console.warn("Advertencia: El valor no puede estar vacío"), !1) : d && !/^[\w\s\u00C0-\u017F\-:.,;()¿?¡!%"'$€]+$/.test(t) ? (console.warn("Advertencia: El valor contiene caracteres inválidos"), !1) : !0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as re, toRefs as ie, ref as f, computed as v, watch as F, onMounted as ue, onBeforeUnmount as de, createElementBlock as V, openBlock as h, normalizeClass as k, createElementVNode as g, createCommentVNode as S, renderSlot as E, createBlock as R, mergeProps as A, toHandlers as ce, unref as d, toDisplayString as M, withModifiers as fe } from "vue";
|
|
2
2
|
import { g as ve } from "./getInstance-GhoEcxLF.js";
|
|
3
|
-
import { R as K, s as pe } from "./icon-svg-
|
|
3
|
+
import { R as K, s as pe } from "./icon-svg-BGa9K9qG.js";
|
|
4
4
|
import { _ as me } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/textField.css';const he = { class: "rds-e-textfield__input-container" }, ge = ["id", "type", "maxlength", "minlength", "disabled", "value", "autocomplete", "readonly"], _e = ["for"], ye = {
|
|
6
6
|
key: 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as j, toRefs as O, ref as o, computed as W, createElementBlock as h, openBlock as x, createElementVNode as l, renderSlot as w, normalizeClass as S, createCommentVNode as z, unref as R, createVNode as E, toDisplayString as $, createTextVNode as H } from "vue";
|
|
2
2
|
import { c as I, o as P, f as T, s as A, a as F, b as X } from "./floating-ui.vue-7LKzPqHI.js";
|
|
3
|
-
import { R as Y } from "./icon-svg-
|
|
3
|
+
import { R as Y } from "./icon-svg-BGa9K9qG.js";
|
|
4
4
|
import { _ as q } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/tooltip.css';const G = ["id"], J = {
|
|
6
6
|
key: 0,
|
|
@@ -16134,10 +16134,10 @@ const G6 = [
|
|
|
16134
16134
|
return (r, s) => (f(), S("span", {
|
|
16135
16135
|
id: e.id,
|
|
16136
16136
|
"aria-hidden": "true",
|
|
16137
|
-
class: Z(["
|
|
16137
|
+
class: Z(["rds-e-icon", [
|
|
16138
16138
|
`rds-e-icon-${e.name}`,
|
|
16139
|
-
e.modifier && `icon--${e.modifier}`,
|
|
16140
|
-
e.small && !e.size && "icon--small"
|
|
16139
|
+
e.modifier && `rds-e-icon--${e.modifier}`,
|
|
16140
|
+
e.small && !e.size && "rds-e-icon--small"
|
|
16141
16141
|
]]),
|
|
16142
16142
|
style: q1(t.value)
|
|
16143
16143
|
}, [
|
|
@@ -16152,7 +16152,7 @@ const G6 = [
|
|
|
16152
16152
|
for (const [a, r] of l)
|
|
16153
16153
|
t[a] = r;
|
|
16154
16154
|
return t;
|
|
16155
|
-
}, $1 = /* @__PURE__ */ D1(J6, [["__scopeId", "data-v-
|
|
16155
|
+
}, $1 = /* @__PURE__ */ D1(J6, [["__scopeId", "data-v-9a07cd0e"]]), Z6 = ["id", "type", "disabled"], e8 = { class: "rds-e-btn__text" }, t8 = /* @__PURE__ */ y1({
|
|
16156
16156
|
__name: "button",
|
|
16157
16157
|
props: {
|
|
16158
16158
|
/**
|