@telefonica/mistica 14.13.0 → 14.14.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.
- package/css/mistica.css +1 -1
- package/dist/boxed.css-mistica.js +4 -4
- package/dist/boxed.css.d.ts +1 -1
- package/dist/boxed.js +12 -14
- package/dist/card.css-mistica.js +27 -12
- package/dist/card.css.d.ts +7 -0
- package/dist/card.d.ts +36 -34
- package/dist/card.js +611 -469
- package/dist/fixed-footer-layout.js +8 -7
- package/dist/generated/mistica-icons/icon-alert-filled.js +15 -5
- package/dist/generated/mistica-icons/icon-alert-light.js +24 -8
- package/dist/generated/mistica-icons/icon-alert-regular.js +30 -14
- package/dist/generated/mistica-icons/icon-bell-filled.js +19 -9
- package/dist/generated/mistica-icons/icon-bell-light.js +16 -6
- package/dist/generated/mistica-icons/icon-bell-regular.js +19 -9
- package/dist/generated/mistica-icons/icon-dollar-symbol-circle-light.js +28 -11
- package/dist/generated/mistica-icons/icon-dollar-symbol-circle-regular.js +20 -9
- package/dist/generated/mistica-icons/icon-edit-pencil-light.js +21 -10
- package/dist/generated/mistica-icons/icon-edit-pencil-regular.js +22 -12
- package/dist/generated/mistica-icons/icon-gift-filled.js +19 -9
- package/dist/generated/mistica-icons/icon-gift-light.js +20 -10
- package/dist/generated/mistica-icons/icon-gift-regular.js +19 -9
- package/dist/generated/mistica-icons/icon-heart-filled.js +16 -6
- package/dist/generated/mistica-icons/icon-heart-light.js +18 -8
- package/dist/generated/mistica-icons/icon-heart-regular.js +24 -14
- package/dist/generated/mistica-icons/icon-home-filled.js +23 -13
- package/dist/generated/mistica-icons/icon-home-light.js +24 -14
- package/dist/generated/mistica-icons/icon-home-regular.js +21 -11
- package/dist/generated/mistica-icons/icon-home-wifi-filled.js +24 -7
- package/dist/generated/mistica-icons/icon-home-wifi-light.js +25 -8
- package/dist/generated/mistica-icons/icon-home-wifi-regular.js +24 -7
- package/dist/generated/mistica-icons/icon-pause-regular.js +10 -12
- package/dist/generated/mistica-icons/icon-play-regular.js +14 -16
- package/dist/generated/mistica-icons/icon-reload-light.js +22 -12
- package/dist/generated/mistica-icons/icon-reload-regular.js +24 -14
- package/dist/generated/mistica-icons/icon-share-filled.js +20 -10
- package/dist/generated/mistica-icons/icon-share-light.js +21 -11
- package/dist/generated/mistica-icons/icon-share-regular.js +21 -11
- package/dist/generated/mistica-icons/icon-shopping-bag-filled.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-shopping-bag-filled.js +110 -0
- package/dist/generated/mistica-icons/icon-shopping-bag-light.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-shopping-bag-light.js +110 -0
- package/dist/generated/mistica-icons/icon-shopping-bag-regular.d.ts +4 -0
- package/dist/generated/mistica-icons/icon-shopping-bag-regular.js +110 -0
- package/dist/generated/mistica-icons/icon-tickets-filled.js +17 -7
- package/dist/generated/mistica-icons/icon-tickets-light.js +26 -10
- package/dist/generated/mistica-icons/icon-tickets-regular.js +35 -19
- package/dist/hooks.js +57 -56
- package/dist/index.d.ts +3 -0
- package/dist/index.js +14 -1
- package/dist/package-version.js +1 -1
- package/dist/skins/blau.js +13 -1
- package/dist/skins/defaults.js +12 -0
- package/dist/skins/movistar-legacy.js +15 -3
- package/dist/skins/movistar.js +12 -0
- package/dist/skins/o2.js +12 -0
- package/dist/skins/telefonica.js +12 -0
- package/dist/skins/types/index.d.ts +1 -1
- package/dist/skins/vivo-new.js +12 -0
- package/dist/skins/vivo.js +12 -0
- package/dist/theme-context-provider.js +34 -30
- package/dist/tooltip.js +35 -34
- package/dist/utils/dom.js +10 -10
- package/dist/utils/environment.d.ts +1 -0
- package/dist/utils/environment.js +12 -4
- package/dist-es/boxed.css-mistica.js +3 -3
- package/dist-es/boxed.js +16 -18
- package/dist-es/card.css-mistica.js +2 -2
- package/dist-es/card.js +652 -511
- package/dist-es/fixed-footer-layout.js +18 -17
- package/dist-es/generated/mistica-icons/icon-alert-filled.js +18 -8
- package/dist-es/generated/mistica-icons/icon-alert-light.js +30 -14
- package/dist-es/generated/mistica-icons/icon-alert-regular.js +36 -20
- package/dist-es/generated/mistica-icons/icon-bell-filled.js +26 -16
- package/dist-es/generated/mistica-icons/icon-bell-light.js +20 -10
- package/dist-es/generated/mistica-icons/icon-bell-regular.js +20 -10
- package/dist-es/generated/mistica-icons/icon-dollar-symbol-circle-light.js +33 -16
- package/dist-es/generated/mistica-icons/icon-dollar-symbol-circle-regular.js +25 -14
- package/dist-es/generated/mistica-icons/icon-edit-pencil-light.js +25 -14
- package/dist-es/generated/mistica-icons/icon-edit-pencil-regular.js +30 -20
- package/dist-es/generated/mistica-icons/icon-gift-filled.js +22 -12
- package/dist-es/generated/mistica-icons/icon-gift-light.js +23 -13
- package/dist-es/generated/mistica-icons/icon-gift-regular.js +22 -12
- package/dist-es/generated/mistica-icons/icon-heart-filled.js +18 -8
- package/dist-es/generated/mistica-icons/icon-heart-light.js +24 -14
- package/dist-es/generated/mistica-icons/icon-heart-regular.js +25 -15
- package/dist-es/generated/mistica-icons/icon-home-filled.js +30 -20
- package/dist-es/generated/mistica-icons/icon-home-light.js +27 -17
- package/dist-es/generated/mistica-icons/icon-home-regular.js +27 -17
- package/dist-es/generated/mistica-icons/icon-home-wifi-filled.js +28 -11
- package/dist-es/generated/mistica-icons/icon-home-wifi-light.js +29 -12
- package/dist-es/generated/mistica-icons/icon-home-wifi-regular.js +28 -11
- package/dist-es/generated/mistica-icons/icon-pause-regular.js +12 -14
- package/dist-es/generated/mistica-icons/icon-play-regular.js +19 -21
- package/dist-es/generated/mistica-icons/icon-reload-light.js +27 -17
- package/dist-es/generated/mistica-icons/icon-reload-regular.js +27 -17
- package/dist-es/generated/mistica-icons/icon-share-filled.js +25 -15
- package/dist-es/generated/mistica-icons/icon-share-light.js +28 -18
- package/dist-es/generated/mistica-icons/icon-share-regular.js +28 -18
- package/dist-es/generated/mistica-icons/icon-shopping-bag-filled.js +101 -0
- package/dist-es/generated/mistica-icons/icon-shopping-bag-light.js +101 -0
- package/dist-es/generated/mistica-icons/icon-shopping-bag-regular.js +101 -0
- package/dist-es/generated/mistica-icons/icon-tickets-filled.js +21 -11
- package/dist-es/generated/mistica-icons/icon-tickets-light.js +30 -14
- package/dist-es/generated/mistica-icons/icon-tickets-regular.js +43 -27
- package/dist-es/hooks.js +51 -50
- package/dist-es/index.js +1762 -1758
- package/dist-es/package-version.js +1 -1
- package/dist-es/skins/blau.js +13 -1
- package/dist-es/skins/defaults.js +12 -0
- package/dist-es/skins/movistar-legacy.js +15 -3
- package/dist-es/skins/movistar.js +12 -0
- package/dist-es/skins/o2.js +12 -0
- package/dist-es/skins/telefonica.js +12 -0
- package/dist-es/skins/vivo-new.js +12 -0
- package/dist-es/skins/vivo.js +12 -0
- package/dist-es/style.css +1 -1
- package/dist-es/theme-context-provider.js +72 -68
- package/dist-es/tooltip.js +37 -36
- package/dist-es/utils/dom.js +9 -9
- package/dist-es/utils/environment.js +2 -2
- package/package.json +1 -1
- package/dist/boxed.css.ts.vanilla.css-mistica.js +0 -11
- package/dist-es/boxed.css.ts.vanilla.css-mistica.js +0 -2
|
@@ -77,42 +77,52 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import {
|
|
81
|
-
import { useTheme as
|
|
80
|
+
import { jsx as h, jsxs as a } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as v } from "../../hooks.js";
|
|
82
82
|
import { useIsInverseVariant as n } from "../../theme-variant-context.js";
|
|
83
|
-
import { vars as
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
83
|
+
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const s = (_param)=>{
|
|
85
|
+
var { color: i , size: c = 24 } = _param, e = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
91
|
-
width:
|
|
92
|
-
height:
|
|
89
|
+
const r = n(), l = i !== null && i !== void 0 ? i : r ? t.colors.inverse : t.colors.neutralHigh, { skinName: o } = v();
|
|
90
|
+
return o.match(/^vivo-new/i) ? /* @__PURE__ */ h("svg", _object_spread_props(_object_spread({
|
|
91
|
+
width: c,
|
|
92
|
+
height: c,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, e), {
|
|
96
|
+
children: /* @__PURE__ */ h("path", {
|
|
97
|
+
fill: l,
|
|
98
|
+
d: "M13.14 2.782c-.287-.283-.712-.432-1.148-.432-.436 0-.859.15-1.145.432l-8.083 7.953c-.412.4-.523.962-.303 1.466.231.535.798.894 1.45.894h.586v7.133c0 .758.684 1.408 1.56 1.408h11.756c.876 0 1.559-.65 1.559-1.411v-7.133h.704c.652 0 1.218-.358 1.45-.893.22-.503.107-1.063-.304-1.467l-8.082-7.95zm-1.148.418c.259 0 .453.09.552.188l8.082 7.95a.51.51 0 01.152.262.42.42 0 01-.03.257l-.003.005c-.081.189-.317.38-.669.38h-1.554v7.983c0 .12-.05.25-.175.364a.79.79 0 01-.534.197H6.056a.79.79 0 01-.534-.197.489.489 0 01-.175-.361v-7.983H3.911c-.352 0-.588-.192-.67-.38l-.001-.005a.426.426 0 01-.032-.26.496.496 0 01.148-.255l8.087-7.957.001-.001c.097-.096.29-.187.548-.187z"
|
|
99
|
+
})
|
|
100
|
+
})) : o.match(/^o2/i) ? /* @__PURE__ */ a("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: c,
|
|
102
|
+
height: c,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, e), {
|
|
96
106
|
children: [
|
|
97
107
|
/* @__PURE__ */ h("path", {
|
|
98
|
-
fill:
|
|
108
|
+
fill: l,
|
|
99
109
|
d: "M12.01 2l9.43 10.284c.1.108.103.252.065.392-.038.144-.171.216-.308.216h-1.7v4.464c0 .212-.134.356-.34.356-.202 0-.339-.14-.339-.356v-5.18h1.631L12.01 3.072l-8.404 9.104H5.21v9.108h4.083v-6.428h5.439v6.432h4.421c.203 0 .34.144.34.356s-.134.356-.34.356H14.05v-6.428H9.967V22H4.524v-9.104h-1.7c-.137 0-.24-.072-.308-.216a.34.34 0 01.068-.396L12.01 2z"
|
|
100
110
|
}),
|
|
101
111
|
/* @__PURE__ */ h("path", {
|
|
102
|
-
fill:
|
|
112
|
+
fill: l,
|
|
103
113
|
d: "M19.161 20.212c.377 0 .682-.32.682-.716 0-.395-.305-.716-.682-.716-.377 0-.682.32-.682.716 0 .395.305.716.682.716z"
|
|
104
114
|
})
|
|
105
115
|
]
|
|
106
116
|
})) : /* @__PURE__ */ h("svg", _object_spread_props(_object_spread({
|
|
107
|
-
width:
|
|
108
|
-
height:
|
|
117
|
+
width: c,
|
|
118
|
+
height: c,
|
|
109
119
|
viewBox: "0 0 24 24",
|
|
110
120
|
role: "presentation"
|
|
111
|
-
},
|
|
121
|
+
}, e), {
|
|
112
122
|
children: /* @__PURE__ */ h("path", {
|
|
113
|
-
fill:
|
|
123
|
+
fill: l,
|
|
114
124
|
d: "M15.002 21.837h2.939c.874 0 1.585-.644 1.585-1.437v-7.283h.726c.655 0 1.232-.359 1.473-.91.227-.519.107-1.093-.308-1.502l-8.26-8.115c-.597-.585-1.729-.585-2.325 0l-8.258 8.12a1.326 1.326 0 00-.311 1.502c.244.552.82.908 1.473.908h.611v7.283c0 .792.709 1.437 1.583 1.437h3.109a.42.42 0 00.426-.412v-4.045h5.112v4.042a.417.417 0 00.425.412zm2.939-.824h-2.513l-.003-4.045a.42.42 0 00-.425-.411H9.036a.42.42 0 00-.426.412v4.047H5.927c-.4 0-.728-.274-.728-.613v-7.695a.42.42 0 00-.426-.412H3.736c-.375 0-.6-.21-.686-.406a.528.528 0 01.132-.608l8.26-8.115c.278-.274.827-.274 1.107 0l8.257 8.112a.52.52 0 01.132.608c-.087.196-.31.406-.686.406h-1.154a.42.42 0 00-.426.412V20.4c0 .339-.328.613-.731.613z"
|
|
115
125
|
})
|
|
116
126
|
}));
|
|
117
|
-
}, d =
|
|
127
|
+
}, d = s;
|
|
118
128
|
export { d as default };
|
|
@@ -77,50 +77,60 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import {
|
|
80
|
+
import { jsx as l, jsxs as i } from "react/jsx-runtime";
|
|
81
81
|
import { useTheme as a } from "../../hooks.js";
|
|
82
82
|
import { useIsInverseVariant as n } from "../../theme-variant-context.js";
|
|
83
83
|
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
84
|
const s = (_param)=>{
|
|
85
|
-
var { color:
|
|
85
|
+
var { color: r , size: h = 24 } = _param, c = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const v = n(),
|
|
90
|
-
return
|
|
89
|
+
const v = n(), e = r !== null && r !== void 0 ? r : v ? t.colors.inverse : t.colors.neutralHigh, { skinName: o } = a();
|
|
90
|
+
return o.match(/^vivo-new/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: h,
|
|
92
92
|
height: h,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, c), {
|
|
96
|
+
children: /* @__PURE__ */ l("path", {
|
|
97
|
+
fill: e,
|
|
98
|
+
d: "M18.322 12.042h1.754c.278 0 .438-.149.486-.26l.002-.005a.22.22 0 00.018-.137.316.316 0 00-.096-.159l-8.082-7.95c-.055-.055-.197-.131-.412-.131-.215 0-.354.076-.407.129l-.002.001-8.087 7.96a.296.296 0 00-.092.15.226.226 0 00.02.14l.001.006c.048.11.208.259.486.259h1.636v8.183c0 .057.024.134.11.213a.59.59 0 00.4.145h11.756a.59.59 0 00.399-.145c.086-.078.11-.156.11-.216v-8.183zm3.04-1.453c.468.46.602 1.107.347 1.69-.266.616-.91 1.013-1.633 1.013h-.504v6.933c0 .888-.79 1.61-1.76 1.61H6.058c-.97 0-1.76-.722-1.76-1.607v-6.933h-.386c-.723 0-1.367-.398-1.633-1.014-.255-.583-.123-1.232.347-1.69l8.081-7.951c.662-.653 1.91-.653 2.575 0l8.08 7.95z"
|
|
99
|
+
})
|
|
100
|
+
})) : o.match(/^blau/i) ? /* @__PURE__ */ i("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: h,
|
|
102
|
+
height: h,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, c), {
|
|
96
106
|
children: [
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
fill:
|
|
107
|
+
/* @__PURE__ */ l("path", {
|
|
108
|
+
fill: e,
|
|
99
109
|
d: "M13.577 14.289v3.2h-3.2v-3.2h3.2z"
|
|
100
110
|
}),
|
|
101
|
-
/* @__PURE__ */
|
|
102
|
-
fill:
|
|
111
|
+
/* @__PURE__ */ l("path", {
|
|
112
|
+
fill: e,
|
|
103
113
|
d: "M11.977 2l10.001 10-.481 1.162h-1.916v5.378c0 1.33-1.082 2.41-2.411 2.41H6.784a2.414 2.414 0 01-2.411-2.41v-5.378H2.457L1.976 12 11.977 2zm6.243 9.802h1.635l-7.878-7.879-7.879 7.879h1.635v6.738c0 .58.472 1.05 1.051 1.05H17.17c.579 0 1.05-.47 1.05-1.05v-6.738z"
|
|
104
114
|
})
|
|
105
115
|
]
|
|
106
|
-
})) :
|
|
116
|
+
})) : o.match(/^o2/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
107
117
|
width: h,
|
|
108
118
|
height: h,
|
|
109
119
|
viewBox: "0 0 24 24",
|
|
110
120
|
role: "presentation"
|
|
111
|
-
},
|
|
112
|
-
children: /* @__PURE__ */
|
|
113
|
-
fill:
|
|
121
|
+
}, c), {
|
|
122
|
+
children: /* @__PURE__ */ l("path", {
|
|
123
|
+
fill: e,
|
|
114
124
|
d: "M11.99 2l9.321 10.036c.206.18.274.5.13.748-.103.284-.343.464-.614.464h-1.36V22h-5.782v-6.428h-3.403V22H4.5v-8.716H3.14c-.275 0-.51-.212-.614-.464-.103-.284-.068-.568.137-.784L11.99 2zm3.06 12.144v6.424h3.06V11.82h1.193l-7.314-7.856-7.317 7.856h1.193v8.752h3.06v-6.428h6.124z"
|
|
115
125
|
})
|
|
116
|
-
})) : /* @__PURE__ */
|
|
126
|
+
})) : /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
117
127
|
width: h,
|
|
118
128
|
height: h,
|
|
119
129
|
viewBox: "0 0 24 24",
|
|
120
130
|
role: "presentation"
|
|
121
|
-
},
|
|
122
|
-
children: /* @__PURE__ */
|
|
123
|
-
fill:
|
|
131
|
+
}, c), {
|
|
132
|
+
children: /* @__PURE__ */ l("path", {
|
|
133
|
+
fill: e,
|
|
124
134
|
d: "M14.942 21.841h2.877c.969 0 1.759-.722 1.759-1.61v-6.933h.504c.723 0 1.367-.398 1.633-1.014.255-.583.12-1.23-.347-1.69l-8.081-7.949c-.664-.652-1.914-.652-2.575 0l-8.08 7.953c-.471.456-.603 1.106-.348 1.689.266.616.91 1.014 1.633 1.014h.386v6.932c0 .886.79 1.608 1.76 1.608h3.044a.616.616 0 00.625-.605v-3.759h4.585v3.76c.006.341.286.61.625.604zm2.877-1.21h-2.25v-3.759a.614.614 0 00-.624-.605H9.107a.616.616 0 00-.627.605v3.762H6.063c-.278 0-.505-.18-.505-.4v-7.538a.614.614 0 00-.624-.605H3.917c-.266 0-.423-.14-.48-.272-.041-.095-.06-.235.085-.378l8.081-7.95c.196-.193.591-.193.787 0l8.084 7.944c.146.146.126.283.087.378-.056.135-.213.275-.479.275h-1.129a.617.617 0 00-.627.605v7.538c0 .22-.227.4-.507.4z"
|
|
125
135
|
})
|
|
126
136
|
}));
|
|
@@ -77,25 +77,42 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as h } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as s } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as l } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const m = (_param)=>{
|
|
85
|
+
var { color: a , size: c = 24 } = _param, i = _object_without_properties(_param, [
|
|
85
86
|
"color",
|
|
86
87
|
"size"
|
|
87
88
|
]);
|
|
88
|
-
const
|
|
89
|
-
return /* @__PURE__ */
|
|
89
|
+
const r = s(), o = a !== null && a !== void 0 ? a : r ? l.colors.inverse : l.colors.neutralHigh, { skinName: t } = h();
|
|
90
|
+
return t.match(/^vivo-new/i) ? /* @__PURE__ */ n("svg", _object_spread_props(_object_spread({
|
|
90
91
|
width: c,
|
|
91
92
|
height: c,
|
|
92
93
|
viewBox: "0 0 24 24",
|
|
93
94
|
role: "presentation"
|
|
94
95
|
}, i), {
|
|
95
|
-
children:
|
|
96
|
-
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ e("path", {
|
|
98
|
+
fill: o,
|
|
99
|
+
d: "M3.998 17.364c.298-.073.61-.111.93-.111 2.125 0 3.846 1.692 3.846 3.779 0 .335-.044.66-.127.968h1.552a5.093 5.093 0 00.09-.968c0-2.91-2.4-5.268-5.36-5.268-.318 0-.629.027-.931.079v1.521zm2.047 3.59a1.023 1.023 0 11-2.046-.001 1.023 1.023 0 012.046.001z"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ e("path", {
|
|
102
|
+
fill: o,
|
|
103
|
+
d: "M2.267 10.833c.06-.086.135-.17.21-.26l1.767-1.736v-.002l6.448-6.338c.672-.663 1.941-.663 2.615 0l8.21 8.067c.476.466.613 1.123.354 1.714-.27.625-.925 1.029-1.66 1.029H19.7v7.035c0 .898-.797 1.63-1.777 1.635H12.66a7.685 7.685 0 00.053-1.269h.005a7.63 7.63 0 00-7.267-7.302c-.137-.006-1.505-.039-1.668-.039-.666 0-1.247-.316-1.555-.844-.277-.404-.344-1.136.039-1.69z"
|
|
104
|
+
})
|
|
105
|
+
]
|
|
106
|
+
})) : /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
107
|
+
width: c,
|
|
108
|
+
height: c,
|
|
109
|
+
viewBox: "0 0 24 24",
|
|
110
|
+
role: "presentation"
|
|
111
|
+
}, i), {
|
|
112
|
+
children: /* @__PURE__ */ e("path", {
|
|
113
|
+
fill: o,
|
|
97
114
|
d: "M21.715 12.287c.252-.586.12-1.233-.347-1.692l-8.081-7.95c-.664-.652-1.914-.652-2.575 0l-8.084 7.947c-.467.462-.6 1.11-.347 1.692.269.616.908 1.014 1.633 1.014h.39v6.933c0 .887.79 1.61 1.758 1.61h11.76c.969 0 1.756-.72 1.756-1.608v-6.932h.504c.726 0 1.364-.398 1.633-1.014zm-3.977-.244a.638.638 0 01-.42.154.634.634 0 01-.468-.202c-1.894-2.047-4.835-1.916-4.869-1.913-3.13.033-4.79 1.73-4.842 1.783v.002a.644.644 0 01-.886.041.589.589 0 01-.042-.852c.081-.086 2.053-2.142 5.731-2.178.107-.009 3.535-.177 5.843 2.313a.588.588 0 01-.048.851zm-1.264 1.83a.641.641 0 01-.885-.049c-1.318-1.425-3.504-1.388-3.607-1.386h-.004c-2.207.022-3.536 1.373-3.576 1.414a.64.64 0 01-.905.02.585.585 0 01-.026-.83c.068-.072 1.698-1.783 4.477-1.814.095-.009 2.832-.093 4.577 1.79a.59.59 0 01-.05.854zm-1.423.994c.21.246.18.618-.07.829a.64.64 0 01-.88-.045c-.757-.822-2.042-.805-2.098-.804H12c-1.297.014-2.054.774-2.103.822v.001a.632.632 0 01-.463.197.63.63 0 01-.423-.157l-.017-.017a.59.59 0 01-.028-.835c.045-.048 1.14-1.196 2.997-1.218.06-.003 1.891-.068 3.068 1.204a.035.035 0 00.01.011l.01.011zm-3 3.983h-.103c-.704-.012-1.415-.449-1.415-1.418 0-.966.709-1.406 1.412-1.412 0 0 .05 0 .056.003.753.02 1.462.462 1.462 1.415 0 .958-.709 1.4-1.412 1.412z"
|
|
98
115
|
})
|
|
99
116
|
}));
|
|
100
|
-
},
|
|
101
|
-
export {
|
|
117
|
+
}, u = m;
|
|
118
|
+
export { u as default };
|
|
@@ -77,25 +77,42 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as n } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as s } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as a } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const v = (_param)=>{
|
|
85
|
+
var { color: e , size: c = 24 } = _param, o = _object_without_properties(_param, [
|
|
85
86
|
"color",
|
|
86
87
|
"size"
|
|
87
88
|
]);
|
|
88
|
-
const
|
|
89
|
-
return /* @__PURE__ */
|
|
89
|
+
const i = s(), h = e !== null && e !== void 0 ? e : i ? a.colors.inverse : a.colors.neutralHigh, { skinName: t } = n();
|
|
90
|
+
return t.match(/^vivo-new/i) ? /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
|
|
90
91
|
width: c,
|
|
91
92
|
height: c,
|
|
92
93
|
viewBox: "0 0 24 24",
|
|
93
94
|
role: "presentation"
|
|
94
|
-
},
|
|
95
|
-
children:
|
|
96
|
-
|
|
95
|
+
}, o), {
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ l("path", {
|
|
98
|
+
fill: h,
|
|
99
|
+
d: "M13.307 2.497c-.674-.663-1.943-.663-2.615 0L4.244 8.838v.003l-1.767 1.737-.036.043a2.7 2.7 0 00-.174.216c-.383.554-.316 1.287-.039 1.691.308.529.889.845 1.555.845.163 0 1.531.033 1.668.039a7.634 7.634 0 017.267 7.305h-.005a8.283 8.283 0 01.006.42l-.001.051a8.258 8.258 0 01-.058.799h5.262c.98-.005 1.777-.737 1.777-1.636v-7.038h.513c.734 0 1.388-.404 1.659-1.03.259-.591.122-1.248-.353-1.715l-8.21-8.071zM3.079 11.183l.021-.025 1.995-1.96v-.003l6.194-6.092h.001c.147-.146.403-.253.71-.253.307 0 .564.107.713.254l8.21 8.071c.236.231.28.514.17.767l-.001.004c-.122.281-.447.516-.88.516H18.85v7.89c0 .36-.345.78-.929.784h-4.335l-.018-.453a8.482 8.482 0 00-8.077-8.12c-.149-.008-1.53-.04-1.707-.04-.396 0-.68-.182-.82-.423l-.016-.027-.018-.026a.621.621 0 01-.079-.318.704.704 0 01.115-.407c.024-.034.053-.068.113-.139z"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ l("path", {
|
|
102
|
+
fill: h,
|
|
103
|
+
d: "M9.9 22A5.001 5.001 0 004 16.097v.872A4.151 4.151 0 019.029 22H9.9zM6 21a1 1 0 11-2 0 1 1 0 012 0z"
|
|
104
|
+
})
|
|
105
|
+
]
|
|
106
|
+
})) : /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
107
|
+
width: c,
|
|
108
|
+
height: c,
|
|
109
|
+
viewBox: "0 0 24 24",
|
|
110
|
+
role: "presentation"
|
|
111
|
+
}, o), {
|
|
112
|
+
children: /* @__PURE__ */ l("path", {
|
|
113
|
+
fill: h,
|
|
97
114
|
d: "M21.57 10.69c.425.416.544 1.002.317 1.529-.245.56-.831.922-1.497.922h-.737v7.4c0 .805-.72 1.459-1.608 1.459H5.838c-.885 0-1.607-.654-1.607-1.46v-7.4h-.62c-.667 0-1.25-.36-1.498-.921-.227-.527-.108-1.11.316-1.526l8.389-8.247c.609-.595 1.755-.595 2.361 0l8.392 8.245zm-.483 1.204a.53.53 0 00-.134-.617l-8.388-8.245a.804.804 0 00-.56-.219.806.806 0 00-.564.22L3.05 11.276a.53.53 0 00-.134.617c.085.2.316.413.697.413h1.053c.239 0 .432.188.432.418v7.818c0 .344.333.623.74.623h12.204c.41 0 .743-.279.743-.623v-7.818c0-.23.194-.418.433-.418h1.172c.381 0 .612-.213.697-.413zm-8.562 5.749c0-.122 0-.495-.495-.507h-.077c-.478.006-.478.367-.478.501v.006c.003.144.01.498.49.504.56-.012.56-.367.56-.504zm-.47-1.34c.664.014 1.338.435 1.338 1.34 0 .908-.672 1.326-1.338 1.337h-.096c-.672-.008-1.346-.426-1.346-1.343 0-.916.671-1.332 1.334-1.337h.006l.103.003zm5.794-5c-2.325-2.51-5.776-2.343-5.902-2.331-3.71.037-5.692 2.087-5.792 2.19l-.001.001a.408.408 0 00.031.59c.177.156.45.141.612-.03h.001c.053-.055 1.84-1.88 5.178-1.918h.018c.26-.005 3.237-.07 5.206 2.052a.45.45 0 00.615.035.406.406 0 00.034-.59zm-5.899.11c.106-.005 2.843-.094 4.587 1.785.16.17.145.435-.034.589a.446.446 0 01-.612-.034c-1.468-1.583-3.892-1.517-3.918-1.506-2.397.026-3.814 1.483-3.863 1.533l-.001.001a.445.445 0 01-.612.031.406.406 0 01-.034-.589l.006-.006c.13-.132 1.748-1.776 4.481-1.804zm3.04 3.677c-1.156-1.246-2.957-1.184-3.023-1.18-1.796.019-2.865 1.105-2.95 1.19l-.003.005a.408.408 0 00.031.589.443.443 0 00.612-.029c.024-.024.892-.905 2.333-.922.037 0 1.486-.03 2.353.902.16.174.436.185.612.034a.406.406 0 00.034-.589z"
|
|
98
115
|
})
|
|
99
116
|
}));
|
|
100
|
-
},
|
|
101
|
-
export {
|
|
117
|
+
}, z = v;
|
|
118
|
+
export { z as default };
|
|
@@ -77,25 +77,42 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
80
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as n } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as m } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as a } from "../../skins/skin-contract.css-mistica.js";
|
|
83
84
|
const s = (_param)=>{
|
|
84
|
-
var { color:
|
|
85
|
+
var { color: r , size: c = 24 } = _param, o = _object_without_properties(_param, [
|
|
85
86
|
"color",
|
|
86
87
|
"size"
|
|
87
88
|
]);
|
|
88
|
-
const
|
|
89
|
-
return /* @__PURE__ */
|
|
89
|
+
const h = m(), l = r !== null && r !== void 0 ? r : h ? a.colors.inverse : a.colors.neutralHigh, { skinName: i } = n();
|
|
90
|
+
return i.match(/^vivo-new/i) ? /* @__PURE__ */ t("svg", _object_spread_props(_object_spread({
|
|
90
91
|
width: c,
|
|
91
92
|
height: c,
|
|
92
93
|
viewBox: "0 0 24 24",
|
|
93
94
|
role: "presentation"
|
|
94
|
-
},
|
|
95
|
-
children:
|
|
96
|
-
|
|
95
|
+
}, o), {
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ e("path", {
|
|
98
|
+
fill: l,
|
|
99
|
+
d: "M3.998 17.364c.298-.073.61-.111.93-.111 2.125 0 3.846 1.692 3.846 3.779 0 .335-.044.66-.127.968h1.552a5.093 5.093 0 00.09-.968c0-2.91-2.4-5.268-5.36-5.268-.318 0-.629.027-.931.079v1.521zm2.047 3.59a1.023 1.023 0 11-2.046-.001 1.023 1.023 0 012.046.001z"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ e("path", {
|
|
102
|
+
fill: l,
|
|
103
|
+
d: "M2.267 10.833c.06-.086.135-.17.21-.26l1.767-1.736v-.002l6.448-6.338c.672-.663 1.941-.663 2.615 0l8.21 8.067c.476.466.613 1.123.354 1.714-.27.625-.925 1.029-1.66 1.029H19.7v7.035c0 .898-.797 1.63-1.777 1.635H12.66a7.685 7.685 0 00.053-1.269h.005a7.63 7.63 0 00-7.267-7.302c-.137-.006-1.505-.039-1.668-.039-.666 0-1.247-.316-1.555-.844-.277-.404-.344-1.136.039-1.69zm2.823 1.194c4.89 0 8.874 3.837 9.04 8.681h3.782a.6.6 0 00.405-.146c.088-.08.112-.16.112-.22v-8.304h1.783c.282 0 .444-.15.493-.263l.002-.005a.223.223 0 00.019-.14.322.322 0 00-.098-.161L12.417 3.4c-.057-.055-.2-.133-.42-.133-.218 0-.36.078-.414.131l-.001.002-8.217 8.076a.403.403 0 00-.08.109.227.227 0 00-.018.051.245.245 0 00.022.148c.048.112.21.263.493.263.437-.02.87-.02 1.307-.02z"
|
|
104
|
+
})
|
|
105
|
+
]
|
|
106
|
+
})) : /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
107
|
+
width: c,
|
|
108
|
+
height: c,
|
|
109
|
+
viewBox: "0 0 24 24",
|
|
110
|
+
role: "presentation"
|
|
111
|
+
}, o), {
|
|
112
|
+
children: /* @__PURE__ */ e("path", {
|
|
113
|
+
fill: l,
|
|
97
114
|
d: "M21.368 10.595c.468.46.6 1.106.347 1.692-.269.616-.91 1.014-1.633 1.014h-.504v6.932c0 .888-.787 1.611-1.756 1.611H6.062c-.969 0-1.759-.723-1.759-1.61V13.3h-.389c-.723 0-1.364-.398-1.633-1.014-.252-.583-.12-1.23.347-1.692l8.084-7.953c.661-.65 1.91-.65 2.575 0l8.08 7.953zm-.81 1.221c.042-.092.06-.232-.087-.375l-8.08-7.953a.565.565 0 00-.393-.15.56.56 0 00-.392.15l-8.081 7.953c-.146.143-.126.283-.087.375.059.132.213.275.479.275H4.93c.344 0 .627.271.627.605v7.535c0 .22.227.4.507.4h11.76c.277 0 .504-.18.504-.4v-7.535c0-.334.28-.605.627-.605h1.129c.26 0 .417-.14.473-.275zm-8.179 5.622c0-.134 0-.359-.356-.367h-.067c-.31.003-.336.18-.336.364 0 .143 0 .364.345.367.414-.005.414-.23.414-.364zm-.378-1.415c.75.02 1.462.463 1.462 1.415 0 .958-.709 1.398-1.412 1.412h-.1c-.704-.009-1.415-.451-1.415-1.418 0-.966.709-1.406 1.412-1.411 0 .002.05.002.053.002zm5.784-4.834c-2.305-2.49-5.736-2.325-5.843-2.314-3.62.039-5.587 2.028-5.731 2.174l-.006.005a.589.589 0 00.045.854.647.647 0 00.885-.041l.001-.002c.051-.052 1.713-1.75 4.845-1.783.034-.003 2.972-.134 4.869 1.913a.635.635 0 00.467.202c.149 0 .297-.05.418-.154a.592.592 0 00.05-.854zm-5.837.042c.095-.009 2.832-.096 4.577 1.79.23.249.207.63-.05.854a.644.644 0 01-.886-.048c-1.318-1.425-3.504-1.388-3.607-1.386h-.003c-2.208.025-3.537 1.375-3.577 1.416v.001a.633.633 0 01-.466.196.63.63 0 01-.42-.157.588.588 0 01-.045-.851c.07-.076 1.698-1.787 4.477-1.815zm.025 2.406h-.009c-1.857.02-2.952 1.17-3 1.221a.587.587 0 00.045.849.65.65 0 00.885-.04c.031-.033.79-.809 2.104-.823h.014c.142.002 1.358.014 2.087.804.232.25.627.269.885.048a.592.592 0 00.05-.855c-1.147-1.237-2.912-1.207-3.06-1.204z"
|
|
98
115
|
})
|
|
99
116
|
}));
|
|
100
|
-
},
|
|
101
|
-
export {
|
|
117
|
+
}, u = s;
|
|
118
|
+
export { u as default };
|
|
@@ -78,37 +78,35 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
80
|
import { jsx as o } from "react/jsx-runtime";
|
|
81
|
-
import { useTheme as
|
|
82
|
-
import { useIsInverseVariant as
|
|
81
|
+
import { useTheme as l } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as a } from "../../theme-variant-context.js";
|
|
83
83
|
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
84
|
+
const v = (_param)=>{
|
|
85
|
+
var { color: s , size: e = 24 } = _param, r = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
89
|
+
const i = a(), c = s !== null && s !== void 0 ? s : i ? t.colors.inverse : t.colors.neutralHigh, { skinName: n } = l();
|
|
90
90
|
return n.match(/^o2/i) ? /* @__PURE__ */ o("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: e,
|
|
92
92
|
height: e,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, r), {
|
|
96
96
|
children: /* @__PURE__ */ o("path", {
|
|
97
|
-
fill:
|
|
98
|
-
|
|
99
|
-
d: "M8.11 4.5c1.465 0 2.61 1.204 2.61 2.63v9.748A2.615 2.615 0 018.11 19.5c-1.466 0-2.61-1.204-2.61-2.63V7.13c0-1.426 1.144-2.63 2.61-2.63zm7.78 0c1.466 0 2.61 1.204 2.61 2.63v9.748a2.615 2.615 0 01-2.61 2.622c-1.465 0-2.61-1.204-2.61-2.63V7.13c0-1.426 1.145-2.63 2.61-2.63zM8.11 6c.611 0 1.11.507 1.11 1.13v9.748C9.22 17.5 8.72 18 8.11 18 7.498 18 7 17.493 7 16.87V7.13C7 6.506 7.498 6 8.11 6zM17 7.13A1.12 1.12 0 0015.89 6c-.611 0-1.11.507-1.11 1.13v9.74c0 .623.499 1.13 1.11 1.13.612 0 1.11-.5 1.11-1.122V7.129z",
|
|
100
|
-
clipRule: "evenodd"
|
|
97
|
+
fill: c,
|
|
98
|
+
d: "M8.11 4.5c1.465 0 2.61 1.204 2.61 2.63v9.748A2.615 2.615 0 018.11 19.5c-1.466 0-2.61-1.204-2.61-2.63V7.13c0-1.426 1.144-2.63 2.61-2.63zm7.78 0c1.466 0 2.61 1.204 2.61 2.63v9.748a2.615 2.615 0 01-2.61 2.622c-1.465 0-2.61-1.204-2.61-2.63V7.13c0-1.426 1.145-2.63 2.61-2.63zM8.11 6C7.498 6 7 6.507 7 7.13v9.74c0 .623.498 1.13 1.11 1.13.611 0 1.11-.5 1.11-1.122V7.129C9.22 6.507 8.72 6 8.11 6zM17 7.13A1.12 1.12 0 0015.89 6c-.611 0-1.11.507-1.11 1.13v9.74c0 .623.499 1.13 1.11 1.13.612 0 1.11-.5 1.11-1.122V7.129z"
|
|
101
99
|
})
|
|
102
100
|
})) : /* @__PURE__ */ o("svg", _object_spread_props(_object_spread({
|
|
103
101
|
width: e,
|
|
104
102
|
height: e,
|
|
105
103
|
viewBox: "0 0 24 24",
|
|
106
104
|
role: "presentation"
|
|
107
|
-
},
|
|
105
|
+
}, r), {
|
|
108
106
|
children: /* @__PURE__ */ o("path", {
|
|
109
|
-
fill:
|
|
107
|
+
fill: c,
|
|
110
108
|
d: "M6.5 2C5.1 2 4 3.162 4 4.55v14.4c0 1.388 1.1 2.55 2.5 2.55S9 20.338 9 18.95V4.55C9 3.162 7.9 2 6.5 2zm-1 2.55c0-.6.467-1.05 1-1.05.533 0 1 .45 1 1.05v14.4c0 .6-.467 1.05-1 1.05-.533 0-1-.45-1-1.05V4.55zM17 2c-1.4 0-2.5 1.162-2.5 2.55v14.4c0 1.388 1.1 2.55 2.5 2.55s2.5-1.162 2.5-2.55V4.55C19.5 3.162 18.4 2 17 2zm-1 2.55c0-.6.467-1.05 1-1.05.533 0 1 .45 1 1.05v14.4c0 .6-.467 1.05-1 1.05-.533 0-1-.45-1-1.05V4.55z"
|
|
111
109
|
})
|
|
112
110
|
}));
|
|
113
|
-
},
|
|
114
|
-
export {
|
|
111
|
+
}, p = v;
|
|
112
|
+
export { p as default };
|
|
@@ -77,38 +77,36 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import { useTheme as
|
|
80
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as n } from "../../hooks.js";
|
|
82
82
|
import { useIsInverseVariant as s } from "../../theme-variant-context.js";
|
|
83
83
|
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
84
|
const h = (_param)=>{
|
|
85
|
-
var { color:
|
|
85
|
+
var { color: a , size: o = 24 } = _param, e = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
91
|
-
width:
|
|
92
|
-
height:
|
|
89
|
+
const c = s(), l = a !== null && a !== void 0 ? a : c ? t.colors.inverse : t.colors.neutralHigh, { skinName: i } = n();
|
|
90
|
+
return i.match(/^o2/i) ? /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
|
|
91
|
+
width: o,
|
|
92
|
+
height: o,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
96
|
-
children: /* @__PURE__ */
|
|
97
|
-
fill:
|
|
95
|
+
}, e), {
|
|
96
|
+
children: /* @__PURE__ */ r("path", {
|
|
97
|
+
fill: l,
|
|
98
98
|
d: "M4.444 21.68c.336.212.71.32 1.08.32.369 0 .739-.108 1.045-.284l13.176-8.112c.034 0 .068-.036.102-.072.472-.432.71-1.108.642-1.752a2.044 2.044 0 00-.978-1.572L6.603 2.28c-.642-.396-1.42-.36-2.091.032A1.997 1.997 0 003.5 4.064v15.9c0 .716.336 1.36.944 1.716zm.743-18.152a.85.85 0 01.404-.108c.098 0 .2.036.302.072l12.98 7.932a.639.639 0 01.302.5.88.88 0 01-.17.5l-13.112 8.04c-.268.144-.57.072-.774-.036-.098-.072-.268-.212-.268-.464v-15.9c0-.284.234-.464.336-.536z"
|
|
99
99
|
})
|
|
100
|
-
})) : /* @__PURE__ */
|
|
101
|
-
width:
|
|
102
|
-
height:
|
|
100
|
+
})) : /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: o,
|
|
102
|
+
height: o,
|
|
103
103
|
viewBox: "0 0 24 24",
|
|
104
104
|
role: "presentation"
|
|
105
|
-
},
|
|
106
|
-
children: /* @__PURE__ */
|
|
107
|
-
fill:
|
|
108
|
-
|
|
109
|
-
d: "M6.368 1.983c-1.166-.667-2.618.176-2.618 1.52v16.553c0 1.344 1.452 2.186 2.618 1.52l14.485-8.277c1.175-.672 1.175-2.368 0-3.04L6.368 1.984zM5.25 3.503a.25.25 0 01.374-.218l14.484 8.277a.25.25 0 010 .434L5.624 20.273a.25.25 0 01-.374-.217V3.502z",
|
|
110
|
-
clipRule: "evenodd"
|
|
105
|
+
}, e), {
|
|
106
|
+
children: /* @__PURE__ */ r("path", {
|
|
107
|
+
fill: l,
|
|
108
|
+
d: "M6.368 1.983c-1.166-.667-2.618.176-2.618 1.52v16.553c0 1.344 1.452 2.186 2.618 1.52l14.485-8.277c1.175-.672 1.175-2.368 0-3.04L6.368 1.984zM5.25 3.503a.25.25 0 01.374-.218l14.484 8.277a.25.25 0 010 .434L5.624 20.273a.25.25 0 01-.374-.217V3.502z"
|
|
111
109
|
})
|
|
112
110
|
}));
|
|
113
|
-
},
|
|
114
|
-
export {
|
|
111
|
+
}, u = h;
|
|
112
|
+
export { u as default };
|
|
@@ -77,36 +77,46 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
80
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
81
81
|
import { useTheme as n } from "../../hooks.js";
|
|
82
|
-
import { useIsInverseVariant as
|
|
82
|
+
import { useIsInverseVariant as h } from "../../theme-variant-context.js";
|
|
83
83
|
import { vars as r } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
84
|
+
const s = (_param)=>{
|
|
85
|
+
var { color: i , size: a = 24 } = _param, o = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const c =
|
|
90
|
-
return
|
|
91
|
-
width:
|
|
92
|
-
height:
|
|
89
|
+
const c = h(), l = i !== null && i !== void 0 ? i : c ? r.colors.inverse : r.colors.neutralHigh, { skinName: t } = n();
|
|
90
|
+
return t.match(/^vivo-new/i) ? /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
91
|
+
width: a,
|
|
92
|
+
height: a,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
96
|
-
children: /* @__PURE__ */
|
|
95
|
+
}, o), {
|
|
96
|
+
children: /* @__PURE__ */ e("path", {
|
|
97
|
+
fill: l,
|
|
98
|
+
d: "M14 7.495v-.85h2.744a7.15 7.15 0 00-11.894 5.35H4a8 8 0 0113.345-5.952V3.3h.85v4.195H14zm-4.005 9v.85H7.256a7.15 7.15 0 0011.894-5.35H20a8 8 0 01-13.35 5.948v2.747H5.8v-4.195h4.195z"
|
|
99
|
+
})
|
|
100
|
+
})) : t.match(/^o2/i) ? /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: a,
|
|
102
|
+
height: a,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, o), {
|
|
106
|
+
children: /* @__PURE__ */ e("path", {
|
|
97
107
|
fill: l,
|
|
98
108
|
d: "M21.585 17.96l-2.155.322a10.252 10.252 0 002.123-6.28C21.553 6.484 17.271 2 12.002 2A9.215 9.215 0 006.9 3.545a.382.382 0 00-.112.52c.104.18.332.23.496.116a8.52 8.52 0 014.722-1.423c4.87-.009 8.828 4.145 8.828 9.24 0 2.215-.736 4.3-2.087 5.97l-.348-2.5c-.032-.204-.212-.347-.404-.322a.382.382 0 00-.308.423l.504 3.664 3.498-.528a.382.382 0 00.308-.423c-.032-.213-.216-.36-.412-.322zm-4.178 2.344c0 .417-.322.754-.72.754-.397 0-.719-.337-.719-.754 0-.416.322-.753.72-.753.397 0 .72.337.72.753zm-5.405.942c.908 0 1.795-.142 2.655-.422a.34.34 0 01.435.246c.056.201-.047.415-.235.474a9.147 9.147 0 01-2.875.456c-5.27 0-9.551-4.484-9.551-10.002 0-2.315.755-4.522 2.13-6.293l-2.154.323c-.192.025-.372-.118-.404-.323a.382.382 0 01.308-.423l3.494-.527.52 3.663a.382.382 0 01-.308.423h-.048a.363.363 0 01-.356-.322l-.348-2.5C3.905 7.69 3.17 9.783 3.17 11.998c0 5.095 3.958 9.248 8.832 9.248z"
|
|
99
109
|
})
|
|
100
|
-
})) : /* @__PURE__ */
|
|
101
|
-
width:
|
|
102
|
-
height:
|
|
110
|
+
})) : /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
111
|
+
width: a,
|
|
112
|
+
height: a,
|
|
103
113
|
viewBox: "0 0 24 24",
|
|
104
114
|
role: "presentation"
|
|
105
|
-
},
|
|
106
|
-
children: /* @__PURE__ */
|
|
115
|
+
}, o), {
|
|
116
|
+
children: /* @__PURE__ */ e("path", {
|
|
107
117
|
fill: l,
|
|
108
118
|
d: "M21.501 2.206a.615.615 0 00-.647.112l-2.818 2.673a9.88 9.88 0 00-6.075-2.017c-4.958-.009-9.138 3.557-9.734 8.302-.597 4.745 2.585 9.171 7.4 10.3 4.816 1.129 9.748-1.392 11.482-5.871a.552.552 0 00-.336-.714.598.598 0 00-.445.01.568.568 0 00-.306.315c-1.308 3.358-4.703 5.529-8.42 5.383-3.717-.145-6.919-2.577-7.935-6.025-1.02-3.45.372-7.143 3.45-9.154 3.079-2.011 7.152-1.893 10.099.297l-2.6 2.473a.54.54 0 00-.134.611c.09.21.302.347.538.347l5.916-.355a.569.569 0 00.543-.524l.358-5.569a.574.574 0 00-.336-.594z"
|
|
109
119
|
})
|
|
110
120
|
}));
|
|
111
|
-
},
|
|
112
|
-
export {
|
|
121
|
+
}, p = s;
|
|
122
|
+
export { p as default };
|
|
@@ -78,35 +78,45 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
80
|
import { jsx as l } from "react/jsx-runtime";
|
|
81
|
-
import { useTheme as
|
|
82
|
-
import { useIsInverseVariant as
|
|
83
|
-
import { vars as
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
81
|
+
import { useTheme as c } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as h } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const s = (_param)=>{
|
|
85
|
+
var { color: i , size: e = 24 } = _param, a = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
91
|
-
width:
|
|
92
|
-
height:
|
|
89
|
+
const n = h(), o = i !== null && i !== void 0 ? i : n ? t.colors.inverse : t.colors.neutralHigh, { skinName: r } = c();
|
|
90
|
+
return r.match(/^vivo-new/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
91
|
+
width: e,
|
|
92
|
+
height: e,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, a), {
|
|
96
96
|
children: /* @__PURE__ */ l("path", {
|
|
97
|
-
fill:
|
|
97
|
+
fill: o,
|
|
98
|
+
d: "M18.2 7.905h-4.405v-1.25h2.321a6.75 6.75 0 00-10.865 5.45H4l-.001-.1A8 8 0 0116.95 5.72V3.5h1.25v4.405zm-12.4 8.2h4.405v1.25H7.884a6.75 6.75 0 0010.866-5.45H20v.1A8 8 0 017.05 18.29v2.22H5.8v-4.405z"
|
|
99
|
+
})
|
|
100
|
+
})) : r.match(/^o2/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: e,
|
|
102
|
+
height: e,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, a), {
|
|
106
|
+
children: /* @__PURE__ */ l("path", {
|
|
107
|
+
fill: o,
|
|
98
108
|
d: "M21.209 17.378a.71.71 0 01.784.619.732.732 0 01-.584.823l-3.717.56-.536-3.89a.72.72 0 01.592-.82.71.71 0 01.784.619l.212 1.546a8.773 8.773 0 001.44-4.83c0-4.715-3.668-8.547-8.18-8.547a7.81 7.81 0 00-3.5.82.691.691 0 01-.932-.347c-.16-.364-.016-.807.332-.974A9.178 9.178 0 0112 2c5.28 0 9.573 4.484 9.573 10 0 2.014-.569 3.932-1.62 5.566l1.256-.188zM12 20.542c1.24 0 2.432-.276 3.54-.836a.672.672 0 01.912.338.744.744 0 01-.324.974 9.113 9.113 0 01-4.136.982c-5.28 0-9.573-4.484-9.573-10 0-2.006.576-3.932 1.629-5.575l-1.257.188c-.38.059-.728-.221-.784-.618a.725.725 0 01.592-.823l3.72-.56.537 3.89a.72.72 0 01-.592.82c-.032.008-.064.008-.096.008a.707.707 0 01-.688-.627l-.212-1.546a8.764 8.764 0 00-1.448 4.839c0 4.714 3.668 8.546 8.18 8.546z"
|
|
99
109
|
})
|
|
100
110
|
})) : /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
101
|
-
width:
|
|
102
|
-
height:
|
|
111
|
+
width: e,
|
|
112
|
+
height: e,
|
|
103
113
|
viewBox: "0 0 24 24",
|
|
104
114
|
role: "presentation"
|
|
105
|
-
},
|
|
115
|
+
}, a), {
|
|
106
116
|
children: /* @__PURE__ */ l("path", {
|
|
107
|
-
fill:
|
|
117
|
+
fill: o,
|
|
108
118
|
d: "M14.591 8.791c.096.202.3.328.521.325h.034l5.81-.336a.56.56 0 00.535-.516l.352-5.518a.553.553 0 00-.333-.538.59.59 0 00-.636.11l-2.571 2.448a10.112 10.112 0 00-6.21-2.12c-5.48 0-9.933 4.305-9.933 9.599 0 5.294 4.454 9.6 9.93 9.6 4.123 0 7.863-2.51 9.305-6.247a.818.818 0 00-.479-1.054l-.025-.008a.865.865 0 00-1.1.485c-1.194 3.092-4.29 5.17-7.701 5.17-4.532.003-8.218-3.563-8.218-7.946 0-4.384 3.686-7.95 8.218-7.95 1.818 0 3.56.574 4.989 1.63l-2.37 2.25a.535.535 0 00-.118.616z"
|
|
109
119
|
})
|
|
110
120
|
}));
|
|
111
|
-
},
|
|
112
|
-
export {
|
|
121
|
+
}, p = s;
|
|
122
|
+
export { p as default };
|