@telefonica/mistica 14.12.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 +14 -2
- 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 +13 -1
- 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 +13 -1
- 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 +14 -2
- 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 +13 -1
- package/dist-es/skins/telefonica.js +12 -0
- package/dist-es/skins/vivo-new.js +12 -0
- package/dist-es/skins/vivo.js +13 -1
- 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,36 +77,46 @@ 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 c } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as h } 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
|
-
const
|
|
85
|
-
var { color:
|
|
84
|
+
const s = (_param)=>{
|
|
85
|
+
var { color: i , size: e = 24 } = _param, l = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
89
|
+
const a = n(), o = i !== null && i !== void 0 ? i : a ? t.colors.inverse : t.colors.neutralHigh, { skinName: r } = h();
|
|
90
|
+
return r.match(/^vivo-new/i) ? /* @__PURE__ */ c("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
|
-
},
|
|
96
|
-
children: /* @__PURE__ */
|
|
97
|
-
fill:
|
|
95
|
+
}, l), {
|
|
96
|
+
children: /* @__PURE__ */ c("path", {
|
|
97
|
+
fill: o,
|
|
98
|
+
d: "M17.625 3.003c.589.014 2.875.246 2.875 3.005 0 2.765-2.29 2.98-2.863 2.99L17.46 9h-.098c-.435-.007-1.738-.123-2.426-1.24l-5.557 3.242c.077.291.121.624.121 1.006 0 .376-.042.704-.117.992l5.544 3.233c.68-1.12 1.977-1.23 2.414-1.233h.06c.077 0 .156 0 .224.003.589.014 2.875.246 2.875 3.005 0 2.765-2.29 2.98-2.863 2.99L17.46 21h-.098c-.602-.01-2.862-.227-2.862-3.01 0-.192.01-.372.03-.54L8.8 14.107c-.722.793-1.796.884-2.163.891L6.46 15h-.097c-.603-.01-2.863-.227-2.863-3.01C3.5 9.213 5.738 9.006 6.341 9h.06c.077 0 .156 0 .224.003.376.009 1.444.107 2.167.895l5.741-3.35a4.498 4.498 0 01-.033-.557c0-2.78 2.238-2.986 2.841-2.991h.06c.077 0 .156 0 .224.003z"
|
|
99
|
+
})
|
|
100
|
+
})) : r.match(/^o2/i) ? /* @__PURE__ */ c("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: e,
|
|
102
|
+
height: e,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, l), {
|
|
106
|
+
children: /* @__PURE__ */ c("path", {
|
|
107
|
+
fill: o,
|
|
98
108
|
d: "M18 14.856a3.498 3.498 0 00-2.741 1.328L9.38 13.032a3.608 3.608 0 00-.036-2.176L15.247 7.8a3.498 3.498 0 002.75 1.344c1.943 0 3.527-1.604 3.527-3.572S19.944 2 18 2c-1.943 0-3.527 1.604-3.527 3.572 0 .332.051.652.13.956l-5.973 3.1a3.47 3.47 0 00-2.623-1.2C4.064 8.428 2.48 10.032 2.48 12s1.584 3.572 3.527 3.572a3.51 3.51 0 002.702-1.28l5.902 3.164a3.587 3.587 0 00-.138.972C14.473 20.396 16.057 22 18 22c1.944 0 3.528-1.604 3.528-3.572S19.944 14.856 18 14.856z"
|
|
99
109
|
})
|
|
100
|
-
})) : /* @__PURE__ */
|
|
110
|
+
})) : /* @__PURE__ */ c("svg", _object_spread_props(_object_spread({
|
|
101
111
|
width: e,
|
|
102
112
|
height: e,
|
|
103
113
|
viewBox: "0 0 24 24",
|
|
104
114
|
role: "presentation"
|
|
105
|
-
},
|
|
106
|
-
children: /* @__PURE__ */
|
|
107
|
-
fill:
|
|
115
|
+
}, l), {
|
|
116
|
+
children: /* @__PURE__ */ c("path", {
|
|
117
|
+
fill: o,
|
|
108
118
|
d: "M2.172 11.998c0-6.72 3.594-9.823 9.826-9.823 6.23 0 9.827 3.103 9.827 9.823 0 6.72-3.594 9.827-9.827 9.827-6.232 0-9.826-3.107-9.826-9.827zm8.431.608a3.44 3.44 0 00.053-.608c0-.213-.016-.412-.064-.596l2.647-1.325c.053.07.112.14.174.204.42.431 1.033.658 1.776.658.742 0 1.355-.226 1.776-.658.414-.423.624-1.011.624-1.75 0-.77-.227-1.379-.675-1.805-.415-.394-1.014-.605-1.723-.605-.708 0-1.305.21-1.722.605-.448.426-.675 1.034-.675 1.804 0 .177.014.342.036.502l-2.692 1.344a1.667 1.667 0 00-.165-.179c-.415-.395-1.014-.605-1.723-.605-.708 0-1.305.21-1.722.605-.449.426-.675 1.034-.675 1.804 0 .737.21 1.328.624 1.75.42.432 1.034.659 1.776.659s1.356-.227 1.776-.658c.04-.04.076-.082.11-.124l2.694 1.348a3.13 3.13 0 00-.037.495c0 .737.21 1.328.625 1.751.42.432 1.034.659 1.776.659s1.356-.227 1.776-.659c.415-.423.625-1.011.625-1.75 0-.77-.227-1.379-.675-1.804-.415-.395-1.014-.605-1.723-.605-.709 0-1.305.21-1.723.605-.084.078-.16.168-.23.26l-2.644-1.322z"
|
|
109
119
|
})
|
|
110
120
|
}));
|
|
111
|
-
},
|
|
112
|
-
export {
|
|
121
|
+
}, p = s;
|
|
122
|
+
export { p as default };
|
|
@@ -77,24 +77,34 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import { useTheme as
|
|
82
|
-
import { useIsInverseVariant as
|
|
83
|
-
import { vars as
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
80
|
+
import { jsx as l, jsxs as i } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as s } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as n } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as t } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const m = (_param)=>{
|
|
85
|
+
var { color: o , size: c = 24 } = _param, a = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
89
|
+
const r = n(), e = o !== null && o !== void 0 ? o : r ? t.colors.inverse : t.colors.neutralHigh, { skinName: h } = s();
|
|
90
|
+
return h.match(/^vivo-new/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: c,
|
|
92
92
|
height: c,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
96
|
-
children: /* @__PURE__ */
|
|
97
|
-
fill:
|
|
95
|
+
}, a), {
|
|
96
|
+
children: /* @__PURE__ */ l("path", {
|
|
97
|
+
fill: e,
|
|
98
|
+
d: "M17.46 9c.062 0 .124 0 .177-.002.572-.01 2.863-.225 2.863-2.99 0-2.759-2.286-2.99-2.875-3.005A9.162 9.162 0 0017.4 3h-.06c-.603.005-2.841.212-2.841 2.99 0 .283.023.54.066.771l-5.643 3.292c-.718-.93-1.899-1.04-2.298-1.05A9.169 9.169 0 006.4 9h-.06c-.603.005-2.841.212-2.841 2.99 0 2.783 2.26 3 2.863 3.01h.097c.062 0 .124 0 .177-.002.39-.007 1.576-.109 2.294-1.046l5.631 3.285a4.32 4.32 0 00-.062.754c0 2.782 2.26 3 2.863 3.008l.097.001c.062 0 .124 0 .177-.002.572-.01 2.863-.225 2.863-2.99 0-2.759-2.286-2.99-2.875-3.005A9.204 9.204 0 0017.4 15h-.06c-.459.004-1.866.125-2.511 1.409l-5.505-3.212a3.75 3.75 0 00.175-1.19c0-.47-.067-.867-.18-1.202l5.518-3.218c.654 1.279 2.067 1.406 2.525 1.412L17.46 9zm.144-5.148c.236.006.773.06 1.228.344.39.245.818.717.818 1.812 0 1.098-.428 1.565-.816 1.806-.45.28-.983.33-1.212.334a10.34 10.34 0 01-.237.001h-.01c-.241-.003-.771-.053-1.217-.333-.38-.24-.808-.711-.808-1.825 0-1.116.424-1.582.797-1.816.437-.275.956-.323 1.198-.325h.056c.071 0 .144 0 .203.002zm0 12c.236.006.773.06 1.228.344.39.245.818.717.818 1.812 0 1.098-.428 1.565-.816 1.806-.45.28-.983.33-1.212.334a9.55 9.55 0 01-.162.002h-.085c-.241-.004-.771-.054-1.217-.334-.38-.24-.808-.711-.808-1.825 0-1.116.424-1.582.797-1.817.437-.274.956-.322 1.198-.324h.056c.071 0 .144 0 .203.002zm-11-6c.235.006.773.06 1.228.344.39.245.818.717.818 1.812 0 1.098-.428 1.565-.816 1.806-.45.28-.983.33-1.212.334a9.557 9.557 0 01-.237.001h-.01c-.241-.003-.771-.053-1.217-.333-.38-.24-.808-.712-.808-1.825 0-1.116.424-1.582.797-1.816.437-.275.956-.323 1.198-.325h.056c.071 0 .143 0 .202.002z"
|
|
99
|
+
})
|
|
100
|
+
})) : h.match(/^o2/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: c,
|
|
102
|
+
height: c,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, a), {
|
|
106
|
+
children: /* @__PURE__ */ l("path", {
|
|
107
|
+
fill: e,
|
|
98
108
|
d: "M11.688 14.676l-2.39-1.392a3.619 3.619 0 00-.119-2.848l5.843-2.956A3.51 3.51 0 0018 9.144c1.944 0 3.528-1.604 3.528-3.572S19.944 2 18 2c-1.943 0-3.527 1.604-3.527 3.572 0 .448.083.876.229 1.268L8.804 9.828a3.512 3.512 0 00-2.797-1.4C4.064 8.428 2.48 10.032 2.48 12s1.584 3.572 3.527 3.572c1.245 0 2.343-.66 2.971-1.648l2.358 1.372a.346.346 0 00.478-.132.353.353 0 00-.126-.488zm9.132-9.104c0 1.576-1.264 2.856-2.82 2.856-1.556 0-2.82-1.28-2.82-2.856 0-1.576 1.264-2.856 2.82-2.856 1.556 0 2.82 1.28 2.82 2.856zM6.007 14.856c-1.556 0-2.82-1.28-2.82-2.856 0-1.576 1.264-2.856 2.82-2.856 1.557 0 2.82 1.28 2.82 2.856 0 1.576-1.263 2.856-2.82 2.856zm8.466 3.572c0-1.968 1.584-3.572 3.527-3.572 1.944 0 3.528 1.604 3.528 3.572S19.944 22 18 22c-1.943 0-3.527-1.604-3.527-3.572zm.707 0c0 1.576 1.264 2.856 2.82 2.856 1.556 0 2.82-1.28 2.82-2.856 0-1.576-1.264-2.856-2.82-2.856-1.556 0-2.82 1.28-2.82 2.856zm-1.766-1.784c.39 0 .707-.32.707-.716a.712.712 0 00-.707-.716c-.39 0-.707.32-.707.716 0 .395.316.716.707.716z"
|
|
99
109
|
})
|
|
100
110
|
})) : /* @__PURE__ */ i("svg", _object_spread_props(_object_spread({
|
|
@@ -102,17 +112,17 @@ const h = (_param)=>{
|
|
|
102
112
|
height: c,
|
|
103
113
|
viewBox: "0 0 24 24",
|
|
104
114
|
role: "presentation"
|
|
105
|
-
},
|
|
115
|
+
}, a), {
|
|
106
116
|
children: [
|
|
107
|
-
/* @__PURE__ */
|
|
108
|
-
fill:
|
|
117
|
+
/* @__PURE__ */ l("path", {
|
|
118
|
+
fill: e,
|
|
109
119
|
d: "M14.297 14.238c.378-.359.904-.54 1.568-.54s1.19.181 1.572.543c.4.378.602.93.602 1.638 0 .678-.188 1.216-.557 1.594-.381.39-.922.586-1.614.586-.692 0-1.232-.196-1.613-.586-.37-.378-.558-.916-.558-1.594 0-.24.026-.467.073-.672l-3.193-1.597a1.827 1.827 0 01-.233.295c-.38.389-.921.585-1.613.585s-1.233-.196-1.614-.585c-.37-.379-.557-.916-.557-1.594 0-.706.202-1.258.602-1.639.378-.358.905-.54 1.569-.54.664 0 1.19.182 1.569.54.106.1.201.216.28.345l3.19-1.597a3.057 3.057 0 01-.073-.68c0-.707.202-1.258.603-1.64.378-.358.904-.54 1.568-.54s1.19.182 1.569.54c.4.379.602.93.602 1.64 0 .677-.188 1.215-.557 1.593-.381.39-.922.586-1.614.586-.692 0-1.232-.197-1.613-.586a1.776 1.776 0 01-.286-.386l-3.168 1.582c.064.233.098.493.098.779 0 .289-.034.549-.1.784l3.164 1.583c.09-.163.2-.311.334-.437zm3.179-5.499c0-1.073-.54-1.619-1.61-1.619-1.068 0-1.611.546-1.611 1.62 0 .526.134.93.397 1.201.272.277.678.417 1.213.417s.942-.14 1.213-.417c.264-.269.398-.675.398-1.202zm-8.748 5.19c.535 0 .941-.14 1.21-.411a1.184 1.184 0 00.252-.384l.009-.02.002-.005a2.06 2.06 0 00.138-.795c0-.295-.042-.55-.123-.765a.248.248 0 00-.017-.028c-.011-.023-.017-.045-.023-.067-.232-.507-.717-.762-1.448-.762-1.07 0-1.61.543-1.61 1.619 0 .526.134.93.397 1.201.272.278.678.418 1.213.418zm7.137 3.57c.535 0 .942-.14 1.213-.418.264-.272.398-.675.398-1.204 0-1.073-.54-1.62-1.61-1.62-.785 0-1.286.295-1.496.875l-.01.03a2.266 2.266 0 00-.105.718c0 .526.134.93.398 1.201.271.277.677.417 1.212.417z"
|
|
110
120
|
}),
|
|
111
|
-
/* @__PURE__ */
|
|
112
|
-
fill:
|
|
121
|
+
/* @__PURE__ */ l("path", {
|
|
122
|
+
fill: e,
|
|
113
123
|
d: "M4.779 19.406C6.432 20.997 8.86 21.804 12 21.804c3.14 0 5.569-.807 7.221-2.398 1.715-1.652 2.583-4.142 2.583-7.406 0-3.263-.868-5.753-2.582-7.406C17.569 3.003 15.14 2.196 12 2.196c-3.14 0-5.571.807-7.221 2.398C3.065 6.247 2.196 8.74 2.196 12c0 3.264.869 5.754 2.583 7.406zm.39-14.409C6.711 3.51 9.008 2.757 12 2.757c2.989 0 5.289.756 6.832 2.24 1.6 1.541 2.412 3.9 2.412 7.003 0 3.104-.812 5.462-2.412 7.003-1.543 1.487-3.843 2.24-6.832 2.24s-5.288-.753-6.832-2.24c-1.6-1.54-2.411-3.9-2.411-7.003s.812-5.462 2.411-7.003z"
|
|
114
124
|
})
|
|
115
125
|
]
|
|
116
126
|
}));
|
|
117
|
-
},
|
|
118
|
-
export {
|
|
127
|
+
}, z = m;
|
|
128
|
+
export { z as default };
|
|
@@ -77,24 +77,34 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import { jsx as
|
|
81
|
-
import { useTheme as
|
|
82
|
-
import { useIsInverseVariant as
|
|
83
|
-
import { vars as
|
|
84
|
-
const
|
|
85
|
-
var { color:
|
|
80
|
+
import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as s } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as n } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as a } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const m = (_param)=>{
|
|
85
|
+
var { color: h , size: c = 24 } = _param, r = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const t =
|
|
90
|
-
return
|
|
89
|
+
const t = n(), l = h !== null && h !== void 0 ? h : t ? a.colors.inverse : a.colors.neutralHigh, { skinName: o } = s();
|
|
90
|
+
return o.match(/^vivo-new/i) ? /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: c,
|
|
92
92
|
height: c,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
96
|
-
children: /* @__PURE__ */
|
|
97
|
-
fill:
|
|
95
|
+
}, r), {
|
|
96
|
+
children: /* @__PURE__ */ e("path", {
|
|
97
|
+
fill: l,
|
|
98
|
+
d: "M17.46 9c.062 0 .124 0 .177-.002.572-.01 2.863-.225 2.863-2.99 0-2.759-2.286-2.99-2.875-3.005A9.162 9.162 0 0017.4 3h-.06c-.603.005-2.841.212-2.841 2.99 0 .2.011.385.033.559l-5.74 3.349C8.068 9.11 7 9.012 6.624 9.003A9.169 9.169 0 006.4 9h-.06c-.603.005-2.841.212-2.841 2.99 0 2.783 2.26 3 2.863 3.01h.097c.062 0 .124 0 .177-.002.367-.007 1.44-.098 2.164-.89l5.73 3.342a4.54 4.54 0 00-.031.54c0 2.783 2.26 3 2.863 3.01h.097c.062 0 .124 0 .177-.002.572-.01 2.863-.225 2.863-2.99 0-2.759-2.286-2.99-2.875-3.005A9.204 9.204 0 0017.4 15h-.06c-.437.004-1.735.113-2.415 1.233L9.384 13c.075-.288.117-.616.117-.992a3.97 3.97 0 00-.12-1.006l5.556-3.241c.688 1.116 1.99 1.232 2.427 1.238L17.46 9zm.134-4.748c.208.005.66.054 1.025.283.271.17.631.512.631 1.473 0 .964-.36 1.3-.627 1.466-.36.225-.806.27-1.008.274a9.888 9.888 0 01-.22.002h-.015c-.212-.004-.655-.05-1.009-.273-.258-.163-.621-.503-.621-1.486 0-.987.36-1.32.61-1.478.344-.216.774-.26.987-.263h.054c.069 0 .138 0 .193.002zm0 12c.208.005.66.054 1.025.283.271.17.631.512.631 1.473 0 .963-.36 1.3-.627 1.466-.36.224-.806.27-1.008.274a10.136 10.136 0 01-.22.002h-.015c-.212-.004-.655-.05-1.009-.273-.258-.163-.621-.503-.621-1.486 0-.986.36-1.32.61-1.478.344-.216.774-.26.987-.263h.054c.069 0 .138 0 .193.002zm-11.001-6c.208.005.661.054 1.026.283.271.17.631.512.631 1.473 0 .964-.36 1.3-.627 1.466-.36.224-.806.27-1.008.274a10.137 10.137 0 01-.22.002H6.38c-.212-.004-.655-.05-1.009-.273-.258-.163-.621-.503-.621-1.486 0-.986.36-1.32.61-1.478.344-.216.774-.26.987-.263h.054c.069 0 .137 0 .192.002z"
|
|
99
|
+
})
|
|
100
|
+
})) : o.match(/^o2/i) ? /* @__PURE__ */ e("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: c,
|
|
102
|
+
height: c,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, r), {
|
|
106
|
+
children: /* @__PURE__ */ e("path", {
|
|
107
|
+
fill: l,
|
|
98
108
|
d: "M15.235 16.21A3.516 3.516 0 0118 14.852c1.944 0 3.528 1.608 3.528 3.576S19.944 22 18 22c-1.943 0-3.527-1.604-3.527-3.571 0-.328.043-.64.122-.94l-5.822-3.275a3.516 3.516 0 01-2.766 1.355c-1.943 0-3.527-1.603-3.527-3.571 0-1.968 1.584-3.571 3.527-3.571 1.008 0 1.916.432 2.56 1.12l6.028-3.052a3.545 3.545 0 01-.122-.924C14.473 3.604 16.057 2 18 2c1.944 0 3.528 1.596 3.528 3.563 0 1.968-1.584 3.572-3.528 3.572a3.507 3.507 0 01-2.773-1.368l-5.91 2.991c.143.388.218.804.218 1.236 0 .328-.044.64-.123.94l5.823 3.275zm4.882-10.64c0-1.183-.952-2.143-2.117-2.143-1.17 0-2.117.96-2.117 2.143 0 1.184.948 2.144 2.117 2.144 1.17 0 2.117-.96 2.117-2.144zm-14.11 8.57c1.17 0 2.118-.963 2.118-2.143 0-1.184-.948-2.144-2.118-2.144-1.169 0-2.117.964-2.117 2.144 0 1.184.952 2.144 2.117 2.144zm9.876 4.284c0 1.183.952 2.143 2.117 2.143s2.117-.96 2.117-2.143c0-1.184-.948-2.144-2.117-2.144-1.17 0-2.117.96-2.117 2.144z"
|
|
99
109
|
})
|
|
100
110
|
})) : /* @__PURE__ */ i("svg", _object_spread_props(_object_spread({
|
|
@@ -102,17 +112,17 @@ const h = (_param)=>{
|
|
|
102
112
|
height: c,
|
|
103
113
|
viewBox: "0 0 24 24",
|
|
104
114
|
role: "presentation"
|
|
105
|
-
},
|
|
115
|
+
}, r), {
|
|
106
116
|
children: [
|
|
107
|
-
/* @__PURE__ */
|
|
108
|
-
fill:
|
|
117
|
+
/* @__PURE__ */ e("path", {
|
|
118
|
+
fill: l,
|
|
109
119
|
d: "M15.208 13.068c-.712 0-1.308.21-1.723.605a2.007 2.007 0 00-.23.26l-2.644-1.322c.037-.19.053-.392.053-.608 0-.213-.016-.414-.053-.602l2.647-1.325c.053.073.112.14.174.204.42.432 1.033.659 1.776.659.742 0 1.355-.227 1.776-.659.414-.422.624-1.013.624-1.75 0-.77-.227-1.378-.675-1.804-.417-.395-1.014-.605-1.723-.605-.711 0-1.308.21-1.722.605-.448.426-.675 1.034-.675 1.804 0 .176.01.342.036.501l-2.692 1.345a1.991 1.991 0 00-.165-.18c-.417-.394-1.014-.605-1.723-.605-.708 0-1.308.21-1.722.606-.449.425-.675 1.033-.675 1.803 0 .74.21 1.328.624 1.751.42.431 1.034.658 1.776.658s1.356-.227 1.776-.658c.03-.029.055-.06.081-.09l.028-.033 2.695 1.347a3.498 3.498 0 00-.037.496c0 .74.21 1.328.625 1.75.42.432 1.034.659 1.776.659s1.356-.227 1.776-.658c.415-.423.625-1.014.625-1.751 0-.77-.227-1.378-.675-1.804-.426-.39-1.023-.6-1.734-.6zm0-5.824c.874 0 1.28.41 1.28 1.289 0 .434-.104.762-.305.969-.208.213-.535.32-.975.32-.44 0-.768-.107-.975-.32-.202-.207-.305-.532-.305-.97 0-.879.406-1.288 1.28-1.288zm-7.922 5.728c-.202-.207-.305-.532-.305-.969 0-.88.406-1.288 1.28-1.288.585 0 .96.185 1.146.571.008.025.016.05.03.076l.009.014c.064.173.095.38.095.627 0 .258-.036.476-.106.656a.923.923 0 01-.199.314c-.208.212-.535.319-.975.319-.44 0-.768-.107-.975-.32zm8.897 3.474c-.208.213-.535.32-.975.32-.44 0-.768-.107-.975-.32-.202-.208-.305-.532-.305-.97 0-.879.406-1.288 1.28-1.288s1.28.409 1.28 1.289c0 .437-.104.761-.305.969z"
|
|
110
120
|
}),
|
|
111
|
-
/* @__PURE__ */
|
|
112
|
-
fill:
|
|
121
|
+
/* @__PURE__ */ e("path", {
|
|
122
|
+
fill: l,
|
|
113
123
|
d: "M12.003 21.832c-3.131 0-5.563-.812-7.227-2.414-1.725-1.664-2.602-4.157-2.602-7.415 0-3.255.874-5.75 2.602-7.414 1.661-1.603 4.093-2.415 7.227-2.415 3.135 0 5.563.812 7.227 2.415 1.726 1.663 2.602 4.156 2.602 7.414s-.876 5.75-2.602 7.415c-1.664 1.602-4.095 2.414-7.227 2.414zm0-18.535c-2.832 0-5.003.706-6.448 2.101-1.499 1.443-2.258 3.667-2.258 6.608s.76 5.163 2.258 6.608c1.445 1.395 3.616 2.1 6.448 2.1 2.832 0 5.003-.705 6.448-2.1 1.499-1.443 2.258-3.667 2.258-6.608s-.759-5.162-2.258-6.608c-1.445-1.395-3.616-2.1-6.448-2.1z"
|
|
114
124
|
})
|
|
115
125
|
]
|
|
116
126
|
}));
|
|
117
|
-
},
|
|
118
|
-
export {
|
|
127
|
+
}, g = m;
|
|
128
|
+
export { g as default };
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
function _define_property(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
return obj;
|
|
13
|
+
}
|
|
14
|
+
function _object_spread(target) {
|
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
+
var ownKeys = Object.keys(source);
|
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
ownKeys.forEach(function(key) {
|
|
24
|
+
_define_property(target, key, source[key]);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
return target;
|
|
28
|
+
}
|
|
29
|
+
function ownKeys(object, enumerableOnly) {
|
|
30
|
+
var keys = Object.keys(object);
|
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
+
if (enumerableOnly) {
|
|
34
|
+
symbols = symbols.filter(function(sym) {
|
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
39
|
+
}
|
|
40
|
+
return keys;
|
|
41
|
+
}
|
|
42
|
+
function _object_spread_props(target, source) {
|
|
43
|
+
source = source != null ? source : {};
|
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
+
} else {
|
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return target;
|
|
52
|
+
}
|
|
53
|
+
function _object_without_properties(source, excluded) {
|
|
54
|
+
if (source == null) return {};
|
|
55
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
56
|
+
var key, i;
|
|
57
|
+
if (Object.getOwnPropertySymbols) {
|
|
58
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
59
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
60
|
+
key = sourceSymbolKeys[i];
|
|
61
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
62
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
63
|
+
target[key] = source[key];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return target;
|
|
67
|
+
}
|
|
68
|
+
function _object_without_properties_loose(source, excluded) {
|
|
69
|
+
if (source == null) return {};
|
|
70
|
+
var target = {};
|
|
71
|
+
var sourceKeys = Object.keys(source);
|
|
72
|
+
var key, i;
|
|
73
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
74
|
+
key = sourceKeys[i];
|
|
75
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
76
|
+
target[key] = source[key];
|
|
77
|
+
}
|
|
78
|
+
return target;
|
|
79
|
+
}
|
|
80
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
81
|
+
import { useIsInverseVariant as l } from "../../theme-variant-context.js";
|
|
82
|
+
import { vars as e } from "../../skins/skin-contract.css-mistica.js";
|
|
83
|
+
const s = (_param)=>{
|
|
84
|
+
var { color: a , size: o = 24 } = _param, i = _object_without_properties(_param, [
|
|
85
|
+
"color",
|
|
86
|
+
"size"
|
|
87
|
+
]);
|
|
88
|
+
const n = l(), t = a !== null && a !== void 0 ? a : n ? e.colors.inverse : e.colors.neutralHigh;
|
|
89
|
+
return /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
|
|
90
|
+
width: o,
|
|
91
|
+
height: o,
|
|
92
|
+
viewBox: "0 0 24 24",
|
|
93
|
+
role: "presentation"
|
|
94
|
+
}, i), {
|
|
95
|
+
children: /* @__PURE__ */ r("path", {
|
|
96
|
+
fill: t,
|
|
97
|
+
d: "M11.998 1.81a3.625 3.625 0 00-3.625 3.625v1.75H5.4a1.5 1.5 0 00-1.496 1.4l-.73 10.934a2.5 2.5 0 002.495 2.666h12.656a2.5 2.5 0 002.494-2.666L20.09 8.585a1.5 1.5 0 00-1.496-1.4h-2.972v-1.75a3.625 3.625 0 00-3.625-3.625zm2.375 5.375h-4.75v-1.75a2.375 2.375 0 014.75 0v1.75z"
|
|
98
|
+
})
|
|
99
|
+
}));
|
|
100
|
+
}, c = s;
|
|
101
|
+
export { c as default };
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
function _define_property(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
return obj;
|
|
13
|
+
}
|
|
14
|
+
function _object_spread(target) {
|
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
+
var ownKeys = Object.keys(source);
|
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
ownKeys.forEach(function(key) {
|
|
24
|
+
_define_property(target, key, source[key]);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
return target;
|
|
28
|
+
}
|
|
29
|
+
function ownKeys(object, enumerableOnly) {
|
|
30
|
+
var keys = Object.keys(object);
|
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
+
if (enumerableOnly) {
|
|
34
|
+
symbols = symbols.filter(function(sym) {
|
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
39
|
+
}
|
|
40
|
+
return keys;
|
|
41
|
+
}
|
|
42
|
+
function _object_spread_props(target, source) {
|
|
43
|
+
source = source != null ? source : {};
|
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
+
} else {
|
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return target;
|
|
52
|
+
}
|
|
53
|
+
function _object_without_properties(source, excluded) {
|
|
54
|
+
if (source == null) return {};
|
|
55
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
56
|
+
var key, i;
|
|
57
|
+
if (Object.getOwnPropertySymbols) {
|
|
58
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
59
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
60
|
+
key = sourceSymbolKeys[i];
|
|
61
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
62
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
63
|
+
target[key] = source[key];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return target;
|
|
67
|
+
}
|
|
68
|
+
function _object_without_properties_loose(source, excluded) {
|
|
69
|
+
if (source == null) return {};
|
|
70
|
+
var target = {};
|
|
71
|
+
var sourceKeys = Object.keys(source);
|
|
72
|
+
var key, i;
|
|
73
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
74
|
+
key = sourceKeys[i];
|
|
75
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
76
|
+
target[key] = source[key];
|
|
77
|
+
}
|
|
78
|
+
return target;
|
|
79
|
+
}
|
|
80
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
81
|
+
import { useIsInverseVariant as h } from "../../theme-variant-context.js";
|
|
82
|
+
import { vars as r } from "../../skins/skin-contract.css-mistica.js";
|
|
83
|
+
const s = (_param)=>{
|
|
84
|
+
var { color: t , size: o = 24 } = _param, i = _object_without_properties(_param, [
|
|
85
|
+
"color",
|
|
86
|
+
"size"
|
|
87
|
+
]);
|
|
88
|
+
const n = h(), e = t !== null && t !== void 0 ? t : n ? r.colors.inverse : r.colors.neutralHigh;
|
|
89
|
+
return /* @__PURE__ */ a("svg", _object_spread_props(_object_spread({
|
|
90
|
+
width: o,
|
|
91
|
+
height: o,
|
|
92
|
+
viewBox: "0 0 24 24",
|
|
93
|
+
role: "presentation"
|
|
94
|
+
}, i), {
|
|
95
|
+
children: /* @__PURE__ */ a("path", {
|
|
96
|
+
fill: e,
|
|
97
|
+
d: "M5.401 7.385h3.172v-1.95a3.425 3.425 0 116.85 0v1.95h3.172a1.3 1.3 0 011.297 1.214l.729 10.933a2.3 2.3 0 01-2.295 2.453H5.67a2.3 2.3 0 01-2.295-2.453L4.105 8.6A1.3 1.3 0 015.4 7.385zm9.172 3.05v-2.2h-5.15v2.2a.425.425 0 11-.85 0v-2.2H5.4a.45.45 0 00-.449.42L4.223 19.59a1.45 1.45 0 001.447 1.546h12.656a1.45 1.45 0 001.447-1.546l-.73-10.934a.45.45 0 00-.448-.42h-3.172v2.2a.425.425 0 11-.85 0zm-5.15-3.05h5.15v-1.95a2.575 2.575 0 00-5.15 0v1.95z"
|
|
98
|
+
})
|
|
99
|
+
}));
|
|
100
|
+
}, c = s;
|
|
101
|
+
export { c as default };
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
function _define_property(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
return obj;
|
|
13
|
+
}
|
|
14
|
+
function _object_spread(target) {
|
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
+
var ownKeys = Object.keys(source);
|
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
ownKeys.forEach(function(key) {
|
|
24
|
+
_define_property(target, key, source[key]);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
return target;
|
|
28
|
+
}
|
|
29
|
+
function ownKeys(object, enumerableOnly) {
|
|
30
|
+
var keys = Object.keys(object);
|
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
+
if (enumerableOnly) {
|
|
34
|
+
symbols = symbols.filter(function(sym) {
|
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
39
|
+
}
|
|
40
|
+
return keys;
|
|
41
|
+
}
|
|
42
|
+
function _object_spread_props(target, source) {
|
|
43
|
+
source = source != null ? source : {};
|
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
+
} else {
|
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return target;
|
|
52
|
+
}
|
|
53
|
+
function _object_without_properties(source, excluded) {
|
|
54
|
+
if (source == null) return {};
|
|
55
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
56
|
+
var key, i;
|
|
57
|
+
if (Object.getOwnPropertySymbols) {
|
|
58
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
59
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
60
|
+
key = sourceSymbolKeys[i];
|
|
61
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
62
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
63
|
+
target[key] = source[key];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return target;
|
|
67
|
+
}
|
|
68
|
+
function _object_without_properties_loose(source, excluded) {
|
|
69
|
+
if (source == null) return {};
|
|
70
|
+
var target = {};
|
|
71
|
+
var sourceKeys = Object.keys(source);
|
|
72
|
+
var key, i;
|
|
73
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
74
|
+
key = sourceKeys[i];
|
|
75
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
76
|
+
target[key] = source[key];
|
|
77
|
+
}
|
|
78
|
+
return target;
|
|
79
|
+
}
|
|
80
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
81
|
+
import { useIsInverseVariant as s } from "../../theme-variant-context.js";
|
|
82
|
+
import { vars as r } from "../../skins/skin-contract.css-mistica.js";
|
|
83
|
+
const i = (_param)=>{
|
|
84
|
+
var { color: e , size: a = 24 } = _param, n = _object_without_properties(_param, [
|
|
85
|
+
"color",
|
|
86
|
+
"size"
|
|
87
|
+
]);
|
|
88
|
+
const t = s(), l = e !== null && e !== void 0 ? e : t ? r.colors.inverse : r.colors.neutralHigh;
|
|
89
|
+
return /* @__PURE__ */ o("svg", _object_spread_props(_object_spread({
|
|
90
|
+
width: a,
|
|
91
|
+
height: a,
|
|
92
|
+
viewBox: "0 0 24 24",
|
|
93
|
+
role: "presentation"
|
|
94
|
+
}, n), {
|
|
95
|
+
children: /* @__PURE__ */ o("path", {
|
|
96
|
+
fill: l,
|
|
97
|
+
d: "M11.998 1.81a3.625 3.625 0 00-3.625 3.625v1.75H5.4a1.5 1.5 0 00-1.496 1.4l-.73 10.934a2.5 2.5 0 002.495 2.666h12.656a2.5 2.5 0 002.494-2.666L20.09 8.585a1.5 1.5 0 00-1.496-1.4h-2.972v-1.75a3.625 3.625 0 00-3.625-3.625zm2.375 6.625v2a.625.625 0 101.25 0v-2h2.972a.25.25 0 01.25.233l.728 10.934a1.25 1.25 0 01-1.247 1.333H5.67a1.25 1.25 0 01-1.247-1.333l.729-10.934a.25.25 0 01.25-.233h2.97v2a.625.625 0 101.25 0v-2h4.751zm0-1.25h-4.75v-1.75a2.375 2.375 0 014.75 0v1.75z"
|
|
98
|
+
})
|
|
99
|
+
}));
|
|
100
|
+
}, c = i;
|
|
101
|
+
export { c as default };
|
|
@@ -77,22 +77,32 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
80
|
-
import {
|
|
81
|
-
import { useTheme as
|
|
82
|
-
import { useIsInverseVariant as
|
|
83
|
-
import { vars as
|
|
80
|
+
import { jsx as a, jsxs as n } from "react/jsx-runtime";
|
|
81
|
+
import { useTheme as c } from "../../hooks.js";
|
|
82
|
+
import { useIsInverseVariant as s } from "../../theme-variant-context.js";
|
|
83
|
+
import { vars as o } from "../../skins/skin-contract.css-mistica.js";
|
|
84
84
|
const m = (_param)=>{
|
|
85
|
-
var { color: r , size: l = 24 } = _param,
|
|
85
|
+
var { color: r , size: l = 24 } = _param, t = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return
|
|
89
|
+
const h = s(), e = r !== null && r !== void 0 ? r : h ? o.colors.inverse : o.colors.neutralHigh, { skinName: i } = c();
|
|
90
|
+
return i.match(/^vivo-new/i) ? /* @__PURE__ */ a("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: l,
|
|
92
92
|
height: l,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, t), {
|
|
96
|
+
children: /* @__PURE__ */ a("path", {
|
|
97
|
+
fill: e,
|
|
98
|
+
d: "M6.372 15.918l4.947 4.947a3.859 3.859 0 005.457.002l4.091-4.09a3.859 3.859 0 00-.002-5.458l-4.947-4.947-3.325.766.767-3.324-.683-.683A3.859 3.859 0 007.22 3.13L3.13 7.22a3.859 3.859 0 00.001 5.457l.683.683 3.324-.767-.766 3.325zm4.636-6.324l-1.414 1.414-.884-.884 1.414-1.414.884.884z"
|
|
99
|
+
})
|
|
100
|
+
})) : i.match(/^o2/i) ? /* @__PURE__ */ n("svg", _object_spread_props(_object_spread({
|
|
101
|
+
width: l,
|
|
102
|
+
height: l,
|
|
103
|
+
viewBox: "0 0 24 24",
|
|
104
|
+
role: "presentation"
|
|
105
|
+
}, t), {
|
|
96
106
|
children: [
|
|
97
107
|
/* @__PURE__ */ a("path", {
|
|
98
108
|
fill: e,
|
|
@@ -108,11 +118,11 @@ const m = (_param)=>{
|
|
|
108
118
|
height: l,
|
|
109
119
|
viewBox: "0 0 24 24",
|
|
110
120
|
role: "presentation"
|
|
111
|
-
},
|
|
121
|
+
}, t), {
|
|
112
122
|
children: /* @__PURE__ */ a("path", {
|
|
113
123
|
fill: e,
|
|
114
124
|
d: "M17.693 2.155h2.238c1.05 0 1.905.852 1.905 1.9v14.248c0 1.048-.854 1.9-1.905 1.9h-2.255a1.01 1.01 0 01-.988-.816.898.898 0 00-.883-.722.897.897 0 00-.882.723 1.01 1.01 0 01-.989.815h-.82a.91.91 0 01-.373.434l-1.754.983a1.722 1.722 0 01-.848.221 1.73 1.73 0 01-1.521-.885L2.38 9.892a1.735 1.735 0 01.663-2.364l1.737-.972a.944.944 0 011.213.249.757.757 0 001.305-.731.933.933 0 01.418-1.163l1.736-.972c.11-.061.23-.098.35-.134a1.899 1.899 0 011.88-1.647h2.238c.504 0 .925.364.997.865a.906.906 0 00.891.768c.445 0 .83-.33.894-.768a.993.993 0 01.991-.868zM5.43 10.603l4.373 7.521-.006-9.933-4.367 2.412zm6.448-4.386v9.972c0 .23.185.414.415.414h7.143c.23 0 .414-.185.414-.414V6.214a.414.414 0 00-.414-.415h-7.143v.003a.414.414 0 00-.415.415z"
|
|
115
125
|
})
|
|
116
126
|
}));
|
|
117
|
-
},
|
|
118
|
-
export {
|
|
127
|
+
}, g = m;
|
|
128
|
+
export { g as default };
|
|
@@ -77,24 +77,40 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
77
77
|
}
|
|
78
78
|
return target;
|
|
79
79
|
}
|
|
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:
|
|
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 i } from "../../skins/skin-contract.css-mistica.js";
|
|
84
|
+
const m = (_param)=>{
|
|
85
|
+
var { color: o , size: a = 24 } = _param, e = _object_without_properties(_param, [
|
|
86
86
|
"color",
|
|
87
87
|
"size"
|
|
88
88
|
]);
|
|
89
|
-
const
|
|
90
|
-
return h.match(/^
|
|
89
|
+
const c = s(), t = o !== null && o !== void 0 ? o : c ? i.colors.inverse : i.colors.neutralHigh, { skinName: h } = n();
|
|
90
|
+
return h.match(/^vivo-new/i) ? /* @__PURE__ */ r("svg", _object_spread_props(_object_spread({
|
|
91
91
|
width: a,
|
|
92
92
|
height: a,
|
|
93
93
|
viewBox: "0 0 24 24",
|
|
94
94
|
role: "presentation"
|
|
95
|
-
},
|
|
95
|
+
}, e), {
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ l("path", {
|
|
98
|
+
fill: t,
|
|
99
|
+
d: "M10.867 9.453l-1.414 1.414-.601-.601 1.414-1.414.6.6z"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ l("path", {
|
|
102
|
+
fill: t,
|
|
103
|
+
d: "M6.372 15.918l4.947 4.947a3.859 3.859 0 005.457.002l4.091-4.09a3.859 3.859 0 00-.002-5.458l-4.947-4.947-3.325.766.767-3.324-.683-.683A3.859 3.859 0 007.22 3.13L3.13 7.22a3.859 3.859 0 00.001 5.457l.683.683 3.324-.767-.766 3.325zm-2.29-3.493l-.35-.349a3.009 3.009 0 01-.002-4.255l4.091-4.09a3.009 3.009 0 014.255.001l.35.35-.661 2.866a.85.85 0 001.02 1.019l2.865-.66 4.614 4.614a3.009 3.009 0 01.002 4.254l-4.09 4.091a3.009 3.009 0 01-4.255-.002L7.306 15.65l.66-2.866a.85.85 0 00-1.018-1.019l-2.866.66z"
|
|
104
|
+
})
|
|
105
|
+
]
|
|
106
|
+
})) : h.match(/^o2/i) ? /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
107
|
+
width: a,
|
|
108
|
+
height: a,
|
|
109
|
+
viewBox: "0 0 24 24",
|
|
110
|
+
role: "presentation"
|
|
111
|
+
}, e), {
|
|
96
112
|
children: /* @__PURE__ */ l("path", {
|
|
97
|
-
fill:
|
|
113
|
+
fill: t,
|
|
98
114
|
d: "M9.153 21.893a.326.326 0 00.487-.005.369.369 0 000-.51l-2.162-2.27a1.776 1.776 0 00-.217-2.133 1.581 1.581 0 00-2.033-.228L3.31 14.739l11.305-11.86 1.919 2.014a1.777 1.777 0 00.217 2.133 1.575 1.575 0 002.033.228l1.914 2.013-8.621 9.047a.369.369 0 000 .51c.137.145.354.14.492 0l8.856-9.31a.369.369 0 000-.512l-2.38-2.496a.329.329 0 00-.487 0 .91.91 0 01-1.324 0 1.023 1.023 0 010-1.39.372.372 0 000-.511l-2.38-2.497a.329.329 0 00-.487 0L2.583 14.488a.369.369 0 000 .511l2.379 2.496c.062.07.15.107.244.107a.338.338 0 00.243-.107.91.91 0 011.325 0 1.023 1.023 0 010 1.39.369.369 0 000 .512l2.379 2.496zm1.037-1.766c0-.4.31-.726.69-.726.386 0 .692.326.692.726 0 .4-.31.725-.691.725-.381 0-.691-.326-.691-.725zm.607-4.37l1.448-1.595 2.047.48a.334.334 0 00.35-.136.386.386 0 00.031-.39l-1.014-1.985 1.085-1.837a.374.374 0 00-.009-.395.335.335 0 00-.35-.148l-2.087.418L10.943 8.5a.333.333 0 00-.364-.111.361.361 0 00-.243.306l-.244 2.18-1.958.865a.366.366 0 00-.213.33.363.363 0 00.204.335l1.874.893.208 2.245a.36.36 0 00.23.307.315.315 0 00.116.018.31.31 0 00.244-.111zm-.045-4.588l.178-1.563.974 1.2a.34.34 0 00.328.12l1.51-.301-.775 1.31a.365.365 0 00-.008.363l.753 1.474-1.502-.354a.336.336 0 00-.328.103l-1.059 1.166-.155-1.664a.372.372 0 00-.2-.297l-1.342-.637 1.418-.628a.358.358 0 00.208-.293z"
|
|
99
115
|
})
|
|
100
116
|
})) : /* @__PURE__ */ l("svg", _object_spread_props(_object_spread({
|
|
@@ -102,11 +118,11 @@ const s = (_param)=>{
|
|
|
102
118
|
height: a,
|
|
103
119
|
viewBox: "0 0 24 24",
|
|
104
120
|
role: "presentation"
|
|
105
|
-
},
|
|
121
|
+
}, e), {
|
|
106
122
|
children: /* @__PURE__ */ l("path", {
|
|
107
|
-
fill:
|
|
123
|
+
fill: t,
|
|
108
124
|
d: "M21.837 4.05a1.904 1.904 0 00-1.905-1.899h-2.238c-.504 0-.924.364-.997.869a.909.909 0 01-.894.767.906.906 0 01-.89-.767 1.003 1.003 0 00-.998-.869H11.68a1.902 1.902 0 00-1.88 1.65c-.12.037-.24.073-.35.135l-1.736.972a.933.933 0 00-.418 1.162.756.756 0 11-1.305.731.947.947 0 00-1.213-.25l-1.74.973a1.735 1.735 0 00-.664 2.364l6.244 11.064c.227.404.6.695 1.048.821a1.73 1.73 0 001.322-.16l1.754-.983a.91.91 0 00.372-.434h.821c.482 0 .896-.342.989-.815a.9.9 0 011.765 0c.092.473.506.815.988.815h2.255a1.9 1.9 0 001.905-1.896V4.05zm-.832 0V18.3a1.065 1.065 0 01-1.073 1.067h-2.255a.185.185 0 01-.176-.149 1.733 1.733 0 00-3.395 0 .18.18 0 01-.174.149h-2.255a1.072 1.072 0 01-1.072-1.07V4.047c0-.588.481-1.07 1.072-1.07h2.238c.09.003.166.07.174.16a1.74 1.74 0 001.714 1.476 1.738 1.738 0 001.715-1.476.174.174 0 01.173-.157h2.238c.594 0 1.076.48 1.076 1.07zM11.82 20.2l-1.24.694a.91.91 0 01-.695.079.917.917 0 01-.55-.429L3.098 9.48a.897.897 0 01-.08-.69.89.89 0 01.428-.548l1.737-.972a.114.114 0 01.148.034 1.602 1.602 0 002.036.414 1.59 1.59 0 00.703-1.95c-.025-.05-.002-.112.048-.14L9.77 4.7v2.776l-4.658 2.61c0 .004-.003.004-.003.004a.412.412 0 00-.154.563l4.367 7.745c.072.129.212.21.36.21a.23.23 0 00.083-.02l.036-.011a1.9 1.9 0 001.876 1.622h.143zm-5.938-9.594l3.89-2.18v9.076l-3.89-6.896zm6.826 5.165V6.625h6.311v9.145h-6.31zm7.14-9.557a.414.414 0 00-.414-.415v-.003H12.29a.415.415 0 00-.415.415v9.975c0 .23.185.414.415.414h7.143a.415.415 0 00.414-.414V6.213z"
|
|
109
125
|
})
|
|
110
126
|
}));
|
|
111
|
-
},
|
|
112
|
-
export {
|
|
127
|
+
}, g = m;
|
|
128
|
+
export { g as default };
|