@telefonica/mistica 12.11.0 → 12.12.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/avatar.css-mistica.js +2 -2
- package/dist/avatar.d.ts +3 -2
- package/dist/avatar.js +72 -17
- package/dist/avatar.js.flow +2 -1
- package/dist/badge.css-mistica.js +4 -4
- package/dist/badge.d.ts +2 -0
- package/dist/badge.js +49 -8
- package/dist/badge.js.flow +2 -0
- package/dist/boxed.js +5 -5
- package/dist/button-group.css-mistica.js +1 -1
- package/dist/button-group.js +7 -7
- package/dist/button-layout.css-mistica.js +15 -12
- package/dist/button-layout.css.d.ts +1 -0
- package/dist/button-layout.css.js.flow +1 -0
- package/dist/button-layout.js +10 -10
- package/dist/button.css-mistica.js +26 -26
- package/dist/button.js +127 -77
- package/dist/callout.css-mistica.js +2 -2
- package/dist/callout.d.ts +2 -1
- package/dist/callout.js +68 -16
- package/dist/callout.js.flow +2 -1
- package/dist/card.css-mistica.js +5 -5
- package/dist/card.js +47 -41
- package/dist/carousel.css-mistica.js +16 -19
- package/dist/carousel.js +153 -143
- package/dist/checkbox.css-mistica.js +6 -6
- package/dist/checkbox.js +1 -1
- package/dist/chip.css-mistica.js +2 -2
- package/dist/chip.d.ts +7 -11
- package/dist/chip.js +65 -22
- package/dist/chip.js.flow +11 -6
- package/dist/circle.css-mistica.js +1 -1
- package/dist/credit-card-number-field.css-mistica.js +3 -3
- package/dist/cvv-field.css-mistica.js +1 -1
- package/dist/date-time-picker.js +2 -2
- package/dist/dialog.css-mistica.js +6 -6
- package/dist/dialog.d.ts +2 -10
- package/dist/dialog.js +1 -0
- package/dist/dialog.js.flow +6 -4
- package/dist/double-field.css-mistica.js +5 -4
- package/dist/empty-state-card.css-mistica.js +1 -1
- package/dist/empty-state.css-mistica.js +2 -2
- package/dist/empty-state.js +5 -5
- package/dist/fade-in.d.ts +2 -0
- package/dist/fade-in.js +59 -6
- package/dist/fade-in.js.flow +2 -0
- package/dist/feedback.css-mistica.js +1 -1
- package/dist/feedback.js +130 -115
- package/dist/fixed-footer-layout.css-mistica.js +36 -0
- package/dist/fixed-footer-layout.css.d.ts +9 -0
- package/dist/fixed-footer-layout.css.js.flow +17 -0
- package/dist/fixed-footer-layout.css.ts.vanilla.js +11 -0
- package/dist/fixed-footer-layout.js +35 -84
- package/dist/header.js +99 -129
- package/dist/highlighted-card.css-mistica.js +5 -5
- package/dist/highlighted-card.d.ts +1 -1
- package/dist/highlighted-card.js +20 -15
- package/dist/highlighted-card.js.flow +1 -1
- package/dist/icon-button.css-mistica.js +13 -0
- package/dist/icon-button.css.d.ts +1 -0
- package/dist/icon-button.css.js.flow +3 -0
- package/dist/icon-button.css.ts.vanilla.js +11 -0
- package/dist/icon-button.d.ts +2 -1
- package/dist/icon-button.js +51 -28
- package/dist/icon-button.js.flow +2 -1
- package/dist/icons/icon-error.css-mistica.js +20 -0
- package/dist/icons/icon-error.css.d.ts +2 -0
- package/dist/icons/icon-error.css.js.flow +4 -0
- package/dist/icons/icon-error.css.ts.vanilla.js +11 -0
- package/dist/icons/icon-error.js +22 -33
- package/dist/icons/icon-info.js +16 -28
- package/dist/icons/icon-success-vivo.js +10 -20
- package/dist/icons/icon-success.js +28 -44
- package/dist/image.css-mistica.js +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -0
- package/dist/index.js.flow +2 -0
- package/dist/list.css-mistica.js +7 -7
- package/dist/list.js +112 -71
- package/dist/loading-bar.css-mistica.js +6 -6
- package/dist/loading-bar.d.ts +2 -0
- package/dist/loading-bar.js +60 -6
- package/dist/loading-bar.js.flow +5 -1
- package/dist/maybe-dismissable.css-mistica.js +24 -0
- package/dist/maybe-dismissable.css.d.ts +3 -0
- package/dist/maybe-dismissable.css.js.flow +5 -0
- package/dist/maybe-dismissable.css.ts.vanilla.js +11 -0
- package/dist/maybe-dismissable.js +16 -51
- package/dist/media-queries.css-mistica.js +37 -5
- package/dist/menu.css-mistica.js +34 -0
- package/dist/menu.css.d.ts +11 -0
- package/dist/menu.css.js.flow +19 -0
- package/dist/menu.css.ts.vanilla.js +11 -0
- package/dist/menu.d.ts +2 -0
- package/dist/menu.js +53 -99
- package/dist/menu.js.flow +2 -0
- package/dist/navigation-bar.css-mistica.js +79 -0
- package/dist/navigation-bar.css.d.ts +17 -0
- package/dist/navigation-bar.css.js.flow +26 -0
- package/dist/navigation-bar.css.ts.vanilla.js +11 -0
- package/dist/navigation-bar.js +206 -334
- package/dist/navigation-breadcrumbs.css-mistica.js +27 -0
- package/dist/navigation-breadcrumbs.css.d.ts +5 -0
- package/dist/navigation-breadcrumbs.css.js.flow +7 -0
- package/dist/navigation-breadcrumbs.css.ts.vanilla.js +11 -0
- package/dist/navigation-breadcrumbs.js +20 -38
- package/dist/overlay.d.ts +2 -0
- package/dist/overlay.js +37 -11
- package/dist/overlay.js.flow +2 -0
- package/dist/package-version.js +1 -1
- package/dist/password-field.css-mistica.js +13 -0
- package/dist/password-field.css.d.ts +1 -0
- package/dist/password-field.css.js.flow +3 -0
- package/dist/password-field.css.ts.vanilla.js +11 -0
- package/dist/password-field.js +39 -55
- package/dist/popover.css-mistica.js +51 -0
- package/dist/popover.css.d.ts +12 -0
- package/dist/popover.css.js.flow +14 -0
- package/dist/popover.css.ts.vanilla.js +11 -0
- package/dist/popover.d.ts +2 -1
- package/dist/popover.js +97 -118
- package/dist/popover.js.flow +2 -1
- package/dist/progress-bar.css-mistica.js +3 -3
- package/dist/progress-bar.d.ts +2 -0
- package/dist/progress-bar.js +60 -7
- package/dist/progress-bar.js.flow +2 -0
- package/dist/radio-button.css-mistica.js +39 -0
- package/dist/radio-button.css.d.ts +6 -0
- package/dist/radio-button.css.js.flow +8 -0
- package/dist/radio-button.css.ts.vanilla.js +11 -0
- package/dist/radio-button.d.ts +1 -0
- package/dist/radio-button.js +81 -125
- package/dist/radio-button.js.flow +1 -0
- package/dist/responsive-layout.css-mistica.js +7 -4
- package/dist/responsive-layout.css.d.ts +1 -0
- package/dist/responsive-layout.css.js.flow +1 -0
- package/dist/responsive-layout.d.ts +2 -0
- package/dist/responsive-layout.js +19 -11
- package/dist/responsive-layout.js.flow +2 -0
- package/dist/screen-reader-only.css-mistica.js +2 -2
- package/dist/select.css-mistica.js +60 -0
- package/dist/select.css.d.ts +16 -0
- package/dist/select.css.js.flow +30 -0
- package/dist/select.css.ts.vanilla.js +11 -0
- package/dist/select.js +150 -272
- package/dist/skeleton-base.js +13 -32
- package/dist/skeletons.css-mistica.js +1 -1
- package/dist/skeletons.js +52 -42
- package/dist/skins/skin-contract.css.js.flow +1 -0
- package/dist/snackbar.css-mistica.js +4 -4
- package/dist/snackbar.d.ts +2 -0
- package/dist/snackbar.js +70 -23
- package/dist/snackbar.js.flow +2 -0
- package/dist/spinner.css-mistica.js +2 -2
- package/dist/spinner.js +14 -11
- package/dist/sprinkles.css-mistica.js +217 -479
- package/dist/sprinkles.css.d.ts +0 -25
- package/dist/stepper.css-mistica.js +7 -7
- package/dist/stepper.d.ts +2 -0
- package/dist/stepper.js +52 -11
- package/dist/stepper.js.flow +2 -0
- package/dist/switch-component.css-mistica.js +54 -0
- package/dist/switch-component.css.d.ts +14 -0
- package/dist/switch-component.css.js.flow +43 -0
- package/dist/switch-component.css.ts.vanilla.js +11 -0
- package/dist/switch-component.js +35 -96
- package/dist/tabs.css-mistica.js +6 -6
- package/dist/tabs.js +16 -15
- package/dist/tag.css-mistica.js +2 -2
- package/dist/tag.js +5 -5
- package/dist/text-field-base.css-mistica.js +63 -0
- package/dist/text-field-base.css.d.ts +17 -0
- package/dist/text-field-base.css.js.flow +19 -0
- package/dist/text-field-base.css.ts.vanilla.js +11 -0
- package/dist/text-field-base.js +120 -314
- package/dist/text-field-components.css-mistica.js +69 -0
- package/dist/text-field-components.css.d.ts +18 -0
- package/dist/text-field-components.css.js.flow +20 -0
- package/dist/text-field-components.css.ts.vanilla.js +11 -0
- package/dist/text-field-components.d.ts +0 -4
- package/dist/text-field-components.js +46 -159
- package/dist/text-field-components.js.flow +0 -4
- package/dist/text-link.css-mistica.js +3 -3
- package/dist/text.js +159 -92
- package/dist/theme-context-provider.js +1 -1
- package/dist/title.js +44 -12
- package/dist/tooltip.css-mistica.js +7 -7
- package/dist/tooltip.d.ts +2 -0
- package/dist/tooltip.js +62 -36
- package/dist/tooltip.js.flow +2 -0
- package/dist/touchable.css-mistica.js +3 -3
- package/dist/touchable.js +10 -10
- package/dist/utils/animation.d.ts +0 -6
- package/dist/utils/animation.js +18 -55
- package/dist/utils/animation.js.flow +0 -8
- package/dist/utils/aspect-ratio-support.css-mistica.js +29 -0
- package/dist/utils/aspect-ratio-support.css.d.ts +6 -0
- package/dist/utils/aspect-ratio-support.css.js.flow +11 -0
- package/dist/utils/aspect-ratio-support.css.ts.vanilla.js +11 -0
- package/dist/utils/aspect-ratio-support.js +37 -56
- package/dist/utils/color.d.ts +1 -1
- package/dist/utils/color.js.flow +1 -1
- package/dist/utils/dom.d.ts +1 -1
- package/dist/utils/dom.js +7 -5
- package/dist/utils/dom.js.flow +2 -1
- package/dist/video.css-mistica.js +2 -2
- package/dist-es/avatar.css-mistica.js +2 -2
- package/dist-es/avatar.js +77 -22
- package/dist-es/badge.css-mistica.js +2 -2
- package/dist-es/badge.js +56 -15
- package/dist-es/boxed.js +5 -5
- package/dist-es/button-group.css-mistica.js +1 -1
- package/dist-es/button-group.js +10 -10
- package/dist-es/button-layout.css-mistica.js +7 -7
- package/dist-es/button-layout.js +19 -19
- package/dist-es/button.css-mistica.js +9 -9
- package/dist-es/button.js +152 -102
- package/dist-es/callout.css-mistica.js +2 -2
- package/dist-es/callout.js +79 -27
- package/dist-es/card.css-mistica.js +2 -2
- package/dist-es/card.js +78 -72
- package/dist-es/carousel.css-mistica.js +2 -2
- package/dist-es/carousel.js +191 -181
- package/dist-es/checkbox.css-mistica.js +5 -5
- package/dist-es/checkbox.js +1 -1
- package/dist-es/chip.css-mistica.js +2 -2
- package/dist-es/chip.js +79 -36
- package/dist-es/circle.css-mistica.js +1 -1
- package/dist-es/credit-card-number-field.css-mistica.js +3 -3
- package/dist-es/cvv-field.css-mistica.js +1 -1
- package/dist-es/date-time-picker.js +1 -1
- package/dist-es/dialog.css-mistica.js +5 -5
- package/dist-es/dialog.js +1 -0
- package/dist-es/double-field.css-mistica.js +5 -4
- package/dist-es/empty-state-card.css-mistica.js +1 -1
- package/dist-es/empty-state.css-mistica.js +2 -2
- package/dist-es/empty-state.js +18 -18
- package/dist-es/fade-in.js +60 -7
- package/dist-es/feedback.css-mistica.js +1 -1
- package/dist-es/feedback.js +170 -155
- package/dist-es/fixed-footer-layout.css-mistica.js +7 -0
- package/dist-es/fixed-footer-layout.css.ts.vanilla.js +2 -0
- package/dist-es/fixed-footer-layout.js +47 -96
- package/dist-es/header.js +116 -146
- package/dist-es/highlighted-card.css-mistica.js +5 -5
- package/dist-es/highlighted-card.js +44 -39
- package/dist-es/icon-button.css-mistica.js +4 -0
- package/dist-es/icon-button.css.ts.vanilla.js +2 -0
- package/dist-es/icon-button.js +41 -26
- package/dist-es/icons/icon-error.css-mistica.js +3 -0
- package/dist-es/icons/icon-error.css.ts.vanilla.js +2 -0
- package/dist-es/icons/icon-error.js +46 -57
- package/dist-es/icons/icon-info.js +28 -40
- package/dist-es/icons/icon-success-vivo.js +18 -28
- package/dist-es/icons/icon-success.js +45 -56
- package/dist-es/image.css-mistica.js +2 -2
- package/dist-es/index.js +1738 -1736
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +126 -85
- package/dist-es/loading-bar.css-mistica.js +2 -2
- package/dist-es/loading-bar.js +73 -19
- package/dist-es/maybe-dismissable.css-mistica.js +4 -0
- package/dist-es/maybe-dismissable.css.ts.vanilla.js +2 -0
- package/dist-es/maybe-dismissable.js +24 -59
- package/dist-es/media-queries.css-mistica.js +3 -3
- package/dist-es/menu.css-mistica.js +11 -0
- package/dist-es/menu.css.ts.vanilla.js +2 -0
- package/dist-es/menu.js +61 -107
- package/dist-es/navigation-bar.css-mistica.js +17 -0
- package/dist-es/navigation-bar.css.ts.vanilla.js +2 -0
- package/dist-es/navigation-bar.js +253 -381
- package/dist-es/navigation-breadcrumbs.css-mistica.js +4 -0
- package/dist-es/navigation-breadcrumbs.css.ts.vanilla.js +2 -0
- package/dist-es/navigation-breadcrumbs.js +34 -52
- package/dist-es/overlay.js +41 -15
- package/dist-es/package-version.js +1 -1
- package/dist-es/password-field.css-mistica.js +4 -0
- package/dist-es/password-field.css.ts.vanilla.js +2 -0
- package/dist-es/password-field.js +45 -61
- package/dist-es/popover.css-mistica.js +4 -0
- package/dist-es/popover.css.ts.vanilla.js +2 -0
- package/dist-es/popover.js +121 -141
- package/dist-es/progress-bar.css-mistica.js +2 -2
- package/dist-es/progress-bar.js +68 -15
- package/dist-es/radio-button.css-mistica.js +10 -0
- package/dist-es/radio-button.css.ts.vanilla.js +2 -0
- package/dist-es/radio-button.js +99 -143
- package/dist-es/responsive-layout.css-mistica.js +2 -2
- package/dist-es/responsive-layout.js +23 -15
- package/dist-es/screen-reader-only.css-mistica.js +2 -2
- package/dist-es/select.css-mistica.js +22 -0
- package/dist-es/select.css.ts.vanilla.js +2 -0
- package/dist-es/select.js +177 -299
- package/dist-es/skeleton-base.js +17 -36
- package/dist-es/skeletons.css-mistica.js +1 -1
- package/dist-es/skeletons.js +66 -56
- package/dist-es/snackbar.css-mistica.js +2 -2
- package/dist-es/snackbar.js +89 -42
- package/dist-es/spinner.css-mistica.js +2 -2
- package/dist-es/spinner.js +14 -11
- package/dist-es/sprinkles.css-mistica.js +217 -479
- package/dist-es/stepper.css-mistica.js +2 -2
- package/dist-es/stepper.js +68 -27
- package/dist-es/style.css +1 -1
- package/dist-es/switch-component.css-mistica.js +22 -0
- package/dist-es/switch-component.css.ts.vanilla.js +2 -0
- package/dist-es/switch-component.js +51 -112
- package/dist-es/tabs.css-mistica.js +6 -6
- package/dist-es/tabs.js +24 -23
- package/dist-es/tag.css-mistica.js +2 -2
- package/dist-es/tag.js +11 -11
- package/dist-es/text-field-base.css-mistica.js +4 -0
- package/dist-es/text-field-base.css.ts.vanilla.js +2 -0
- package/dist-es/text-field-base.js +134 -328
- package/dist-es/text-field-components.css-mistica.js +4 -0
- package/dist-es/text-field-components.css.ts.vanilla.js +2 -0
- package/dist-es/text-field-components.js +56 -157
- package/dist-es/text-link.css-mistica.js +3 -3
- package/dist-es/text.js +159 -92
- package/dist-es/theme-context-provider.js +1 -1
- package/dist-es/title.js +50 -18
- package/dist-es/tooltip.css-mistica.js +3 -3
- package/dist-es/tooltip.js +90 -64
- package/dist-es/touchable.css-mistica.js +2 -2
- package/dist-es/touchable.js +10 -10
- package/dist-es/utils/animation.js +28 -62
- package/dist-es/utils/aspect-ratio-support.css-mistica.js +6 -0
- package/dist-es/utils/aspect-ratio-support.css.ts.vanilla.js +2 -0
- package/dist-es/utils/aspect-ratio-support.js +34 -58
- package/dist-es/utils/dom.js +7 -5
- package/dist-es/video.css-mistica.js +2 -2
- package/package.json +2 -1
package/dist/icons/icon-error.js
CHANGED
|
@@ -5,13 +5,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
Object.defineProperty(exports, "default", {
|
|
6
6
|
enumerable: true,
|
|
7
7
|
get: function() {
|
|
8
|
-
return
|
|
8
|
+
return v;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
var _animationJs = require("../utils/animation.js");
|
|
12
|
-
var _jssJs = require("../jss.js");
|
|
13
12
|
var _hooksJs = require("../hooks.js");
|
|
14
13
|
var _constantsJs = require("../skins/constants.js");
|
|
14
|
+
var _skinContractCssMisticaJs = require("../skins/skin-contract.css-mistica.js");
|
|
15
|
+
var _iconErrorCssMisticaJs = require("./icon-error.css-mistica.js");
|
|
15
16
|
var _jsxRuntimeJs = require("../_virtual/jsx-runtime.js");
|
|
16
17
|
function _defineProperty(obj, key, value) {
|
|
17
18
|
if (key in obj) {
|
|
@@ -41,32 +42,20 @@ function _objectSpread(target) {
|
|
|
41
42
|
}
|
|
42
43
|
return target;
|
|
43
44
|
}
|
|
44
|
-
var
|
|
45
|
-
|
|
46
|
-
iconContainerFill: {
|
|
47
|
-
stroke: r.colors.error,
|
|
48
|
-
fill: r.colors.error
|
|
49
|
-
},
|
|
50
|
-
iconContainer: {
|
|
51
|
-
stroke: r.colors.error,
|
|
52
|
-
fill: "none"
|
|
53
|
-
}
|
|
54
|
-
}, (0, _animationJs.animateShakeStyles)(r.platformOverrides));
|
|
55
|
-
}), h = function h() {
|
|
56
|
-
var r = c({
|
|
57
|
-
delay: 0.8
|
|
58
|
-
}), ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
45
|
+
var d = function d() {
|
|
46
|
+
var ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
59
47
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
60
48
|
width: "72",
|
|
61
49
|
height: "64",
|
|
62
50
|
viewBox: "0 0 72 64",
|
|
63
51
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
64
|
-
|
|
52
|
+
stroke: _skinContractCssMisticaJs.vars.colors.error,
|
|
53
|
+
fill: _skinContractCssMisticaJs.vars.colors.error,
|
|
65
54
|
strokeLinecap: "round",
|
|
66
55
|
strokeLinejoin: "round",
|
|
67
56
|
children: [
|
|
68
57
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
69
|
-
className:
|
|
58
|
+
className: _iconErrorCssMisticaJs.outerAnimation,
|
|
70
59
|
children: [
|
|
71
60
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", _objectSpread({
|
|
72
61
|
strokeWidth: "2",
|
|
@@ -81,7 +70,7 @@ var c = (0, _jssJs.createUseStyles)(function(r) {
|
|
|
81
70
|
]
|
|
82
71
|
}),
|
|
83
72
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
84
|
-
className:
|
|
73
|
+
className: _iconErrorCssMisticaJs.innerAnimation,
|
|
85
74
|
children: [
|
|
86
75
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("line", _objectSpread({
|
|
87
76
|
strokeWidth: "2",
|
|
@@ -96,29 +85,28 @@ var c = (0, _jssJs.createUseStyles)(function(r) {
|
|
|
96
85
|
cx: "32",
|
|
97
86
|
cy: "46.25",
|
|
98
87
|
r: "1.72"
|
|
99
|
-
}, (0, _animationJs.getAnimateFadeInProps)("0.
|
|
88
|
+
}, (0, _animationJs.getAnimateFadeInProps)("0.8s", o)))
|
|
100
89
|
]
|
|
101
90
|
})
|
|
102
91
|
]
|
|
103
92
|
})
|
|
104
93
|
});
|
|
105
|
-
},
|
|
106
|
-
var
|
|
107
|
-
delay: 0.8
|
|
108
|
-
}), ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
94
|
+
}, h = function h() {
|
|
95
|
+
var ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
109
96
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
110
97
|
width: "72",
|
|
111
98
|
height: "64",
|
|
112
99
|
viewBox: "0 0 72 64",
|
|
113
100
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
114
|
-
|
|
101
|
+
stroke: _skinContractCssMisticaJs.vars.colors.error,
|
|
102
|
+
fill: "none",
|
|
115
103
|
strokeWidth: "2",
|
|
116
104
|
strokeLinecap: "round",
|
|
117
105
|
strokeLinejoin: "round",
|
|
118
106
|
strokeMiterlimit: "10",
|
|
119
107
|
children: [
|
|
120
108
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("g", {
|
|
121
|
-
className:
|
|
109
|
+
className: _iconErrorCssMisticaJs.outerAnimation,
|
|
122
110
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", _objectSpread({
|
|
123
111
|
fill: "none",
|
|
124
112
|
strokeWidth: "2",
|
|
@@ -128,7 +116,7 @@ var c = (0, _jssJs.createUseStyles)(function(r) {
|
|
|
128
116
|
}, (0, _animationJs.getAnimateDrawLineProps)("202", "0.3s", o)))
|
|
129
117
|
}),
|
|
130
118
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
131
|
-
className:
|
|
119
|
+
className: _iconErrorCssMisticaJs.innerAnimation,
|
|
132
120
|
children: [
|
|
133
121
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("line", _objectSpread({
|
|
134
122
|
x1: "31.9",
|
|
@@ -137,18 +125,19 @@ var c = (0, _jssJs.createUseStyles)(function(r) {
|
|
|
137
125
|
y2: "36.9"
|
|
138
126
|
}, (0, _animationJs.getAnimateDrawLineProps)("17", "0.7s", o))),
|
|
139
127
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("circle", _objectSpread({
|
|
140
|
-
|
|
128
|
+
stroke: _skinContractCssMisticaJs.vars.colors.error,
|
|
129
|
+
fill: _skinContractCssMisticaJs.vars.colors.error,
|
|
141
130
|
strokeWidth: "1",
|
|
142
131
|
cx: "31.9",
|
|
143
132
|
cy: "43.9",
|
|
144
133
|
r: "1.5"
|
|
145
|
-
}, (0, _animationJs.getAnimateFadeInProps)("
|
|
134
|
+
}, (0, _animationJs.getAnimateFadeInProps)("1s", o)))
|
|
146
135
|
]
|
|
147
136
|
})
|
|
148
137
|
]
|
|
149
138
|
})
|
|
150
139
|
});
|
|
151
|
-
},
|
|
152
|
-
var ref = (0, _hooksJs.useTheme)(),
|
|
153
|
-
return
|
|
140
|
+
}, v = function v() {
|
|
141
|
+
var ref = (0, _hooksJs.useTheme)(), o = ref.skinName;
|
|
142
|
+
return o === _constantsJs.O2_SKIN || o === _constantsJs.O2_CLASSIC_SKIN ? /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(d, {}) : /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(h, {});
|
|
154
143
|
};
|
package/dist/icons/icon-info.js
CHANGED
|
@@ -5,53 +5,42 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
Object.defineProperty(exports, "default", {
|
|
6
6
|
enumerable: true,
|
|
7
7
|
get: function() {
|
|
8
|
-
return
|
|
8
|
+
return k;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _jssJs = require("../jss.js");
|
|
12
11
|
var _hooksJs = require("../hooks.js");
|
|
13
12
|
var _constantsJs = require("../skins/constants.js");
|
|
13
|
+
var _skinContractCssMisticaJs = require("../skins/skin-contract.css-mistica.js");
|
|
14
14
|
var _jsxRuntimeJs = require("../_virtual/jsx-runtime.js");
|
|
15
|
-
var
|
|
16
|
-
|
|
17
|
-
iconContainer: {
|
|
18
|
-
stroke: function stroke(e) {
|
|
19
|
-
return e ? o.colors.inverse : o.colors.brand;
|
|
20
|
-
},
|
|
21
|
-
fill: function fill(e) {
|
|
22
|
-
return e ? o.colors.inverse : o.colors.brand;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
}), d = function d(param) {
|
|
27
|
-
var tmp = param.size, o = tmp === void 0 ? 64 : tmp, e = param.color;
|
|
28
|
-
var r = s();
|
|
15
|
+
var d = function d(param) {
|
|
16
|
+
var tmp = param.size, e = tmp === void 0 ? 64 : tmp, o = param.color;
|
|
29
17
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
18
|
+
width: e,
|
|
19
|
+
height: e,
|
|
32
20
|
viewBox: "0 0 64 64",
|
|
33
21
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
34
|
-
|
|
22
|
+
stroke: _skinContractCssMisticaJs.vars.colors.brand,
|
|
23
|
+
fill: _skinContractCssMisticaJs.vars.colors.brand,
|
|
35
24
|
strokeLinecap: "round",
|
|
36
25
|
strokeLinejoin: "round",
|
|
37
26
|
children: [
|
|
38
27
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", {
|
|
39
28
|
fill: "none",
|
|
40
29
|
strokeWidth: "2",
|
|
41
|
-
stroke:
|
|
30
|
+
stroke: o || void 0,
|
|
42
31
|
d: "M48.24,57.99c-4.71,2.95-10.27,4.65-16.24,4.65C15.08,62.64,1.36,48.92,1.36,32S15.08,1.36,32,1.36 S62.64,15.08,62.64,32c0,6.11-1.79,11.8-4.87,16.58"
|
|
43
32
|
}),
|
|
44
33
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("line", {
|
|
45
34
|
fill: "none",
|
|
46
35
|
strokeWidth: "2",
|
|
47
|
-
stroke:
|
|
36
|
+
stroke: o || void 0,
|
|
48
37
|
x1: "32",
|
|
49
38
|
y1: "47.96",
|
|
50
39
|
x2: "32",
|
|
51
40
|
y2: "23.74"
|
|
52
41
|
}),
|
|
53
42
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("circle", {
|
|
54
|
-
stroke:
|
|
43
|
+
stroke: o || void 0,
|
|
55
44
|
cx: "53.64",
|
|
56
45
|
cy: "53.54",
|
|
57
46
|
r: "1.06"
|
|
@@ -65,14 +54,13 @@ var s = (0, _jssJs.createUseStyles)(function(o) {
|
|
|
65
54
|
]
|
|
66
55
|
})
|
|
67
56
|
});
|
|
68
|
-
},
|
|
69
|
-
var o = s();
|
|
57
|
+
}, l = function l() {
|
|
70
58
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
71
59
|
width: "64",
|
|
72
60
|
height: "64",
|
|
73
61
|
viewBox: "0 0 64 64",
|
|
74
62
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("g", {
|
|
75
|
-
|
|
63
|
+
fill: _skinContractCssMisticaJs.vars.colors.brand,
|
|
76
64
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", {
|
|
77
65
|
fillRule: "nonzero",
|
|
78
66
|
strokeWidth: "0",
|
|
@@ -80,7 +68,7 @@ var s = (0, _jssJs.createUseStyles)(function(o) {
|
|
|
80
68
|
})
|
|
81
69
|
})
|
|
82
70
|
});
|
|
83
|
-
},
|
|
84
|
-
var ref = (0, _hooksJs.useTheme)(),
|
|
85
|
-
return
|
|
71
|
+
}, k = function k() {
|
|
72
|
+
var ref = (0, _hooksJs.useTheme)(), e = ref.skinName;
|
|
73
|
+
return e === _constantsJs.O2_CLASSIC_SKIN || e === _constantsJs.O2_SKIN ? /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(d, {}) : /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(l, {});
|
|
86
74
|
};
|
|
@@ -5,13 +5,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
Object.defineProperty(exports, "default", {
|
|
6
6
|
enumerable: true,
|
|
7
7
|
get: function() {
|
|
8
|
-
return
|
|
8
|
+
return v;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _jssJs = require("../jss.js");
|
|
12
11
|
var _hooksJs = require("../hooks.js");
|
|
13
12
|
var _animationJs = require("../utils/animation.js");
|
|
14
13
|
var _themeVariantContextJs = require("../theme-variant-context.js");
|
|
14
|
+
var _skinContractCssMisticaJs = require("../skins/skin-contract.css-mistica.js");
|
|
15
15
|
var _jsxRuntimeJs = require("../_virtual/jsx-runtime.js");
|
|
16
16
|
function _defineProperty(obj, key, value) {
|
|
17
17
|
if (key in obj) {
|
|
@@ -41,31 +41,21 @@ function _objectSpread(target) {
|
|
|
41
41
|
}
|
|
42
42
|
return target;
|
|
43
43
|
}
|
|
44
|
-
var
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
stroke: function stroke(r) {
|
|
48
|
-
return r ? o.colors.inverse : o.colors.brand;
|
|
49
|
-
},
|
|
50
|
-
fill: function fill(r) {
|
|
51
|
-
return r ? o.colors.inverse : o.colors.brand;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
}), u = function u(param) {
|
|
56
|
-
var tmp = param.role, o = tmp === void 0 ? "presentation" : tmp, tmp1 = param.size, r = tmp1 === void 0 ? 64 : tmp1;
|
|
57
|
-
var e = (0, _themeVariantContextJs.useIsInverseVariant)(), C = a(e), ref = (0, _hooksJs.useTheme)(), t = ref.platformOverrides;
|
|
44
|
+
var v = function v(param) {
|
|
45
|
+
var tmp = param.role, s = tmp === void 0 ? "presentation" : tmp, tmp1 = param.size, C = tmp1 === void 0 ? 64 : tmp1;
|
|
46
|
+
var o = (0, _themeVariantContextJs.useIsInverseVariant)(), ref = (0, _hooksJs.useTheme)(), t = ref.platformOverrides;
|
|
58
47
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
59
|
-
role:
|
|
60
|
-
width:
|
|
61
|
-
height:
|
|
48
|
+
role: s,
|
|
49
|
+
width: C,
|
|
50
|
+
height: C,
|
|
62
51
|
viewBox: "0 0 64 64",
|
|
63
52
|
style: {
|
|
64
53
|
marginLeft: -17
|
|
65
54
|
},
|
|
66
55
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("g", {
|
|
67
56
|
transform: "translate(17, 10)",
|
|
68
|
-
|
|
57
|
+
fill: o ? _skinContractCssMisticaJs.vars.colors.inverse : _skinContractCssMisticaJs.vars.colors.brand,
|
|
58
|
+
stroke: o ? _skinContractCssMisticaJs.vars.colors.inverse : _skinContractCssMisticaJs.vars.colors.brand,
|
|
69
59
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", _objectSpread({
|
|
70
60
|
fillRule: "nonzero",
|
|
71
61
|
d: "M14.8832276,0 C10.2293915,0.0191737965 6.86229932,3.79747692 6.87644677,7.70928648 C6.89025737,11.6228714 9.24614399,14.2258918 11.0573539,15.1980743 C12.084728,15.7491434 11.7559683,16.7408548 11.7559683,16.7408548 C11.7559683,16.7408548 11.5093985,17.7055808 10.4274557,17.44922 C9.3458498,17.1875332 4.10725261,15.8961425 4.10725261,15.8961425 C4.10725261,15.8961425 0.947319469,15.2651826 0.18436791,18.6252129 C-0.579931024,21.9873736 1.196584,23.2652716 2.5001701,23.5816393 C3.80375621,23.8972968 8.2116962,25.0470144 8.2116962,25.0470144 C8.2116962,25.0470144 9.52370341,25.7443725 9.57490369,27.1742406 C9.60656702,28.0203732 9.60825124,28.7209269 8.78163618,29.9800062 C7.95670533,31.2394406 2.82589821,37.6825463 2.82589821,37.6825463 C2.82589821,37.6825463 1.06218326,39.9379529 3.61781834,41.9710855 C6.17345343,44.0045731 7.61110343,43.5309094 9.12824861,41.6575584 C10.6440464,39.7845626 13.6392629,35.862456 13.6392629,35.862456 C13.6392629,35.862456 14.0525704,35.0099322 14.8956908,35.0610623 C15.7388112,35.1136127 15.985381,35.5961532 16.2710247,35.9650713 C16.5580157,36.3339893 20.7318492,41.7285725 21.0164823,42.0786718 C21.297747,42.4326769 22.0782145,43.0806802 22.9364929,43.2042447 C23.7937607,43.3263889 24.7338922,43.1396219 25.3358324,42.6712841 C25.9360883,42.2022363 26.698703,41.5641749 26.9664939,41.1388007 C27.2326007,40.7134265 27.6863295,40.1034157 27.6027922,39.0996319 C27.5182443,38.0986887 27.3144537,37.574605 26.5878813,36.7149798 C25.8613089,35.8564198 21.565538,30.4178079 20.7567756,29.3742563 C20.7567756,29.3742563 20.022119,28.4461025 20.1285616,27.1341177 C20.2353412,25.8192924 20.7874284,25.2334264 21.9495401,24.9067617 C23.1099675,24.5815173 27.6499503,23.3980679 27.6499503,23.3980679 C27.6499503,23.3980679 30.2487014,22.0733006 29.6595614,19.4472006 L29.3210332,18.1046798 C29.3210332,18.1046798 28.7551353,15.0407782 25.0208833,15.989526 C21.2835996,16.9411144 19.2079671,17.5014154 19.2079671,17.5014154 C19.2079671,17.5014154 18.0185711,17.6235596 17.8477912,16.777427 C17.6797061,15.9302293 17.9003389,15.4934928 18.4258155,15.257016 C18.9516289,15.0208942 22.2685313,13.3144263 22.6939652,8.70064277 C23.121757,4.09538091 19.5505374,0 14.9128698,0 L14.8832276,0"
|
|
@@ -5,21 +5,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
Object.defineProperty(exports, "default", {
|
|
6
6
|
enumerable: true,
|
|
7
7
|
get: function() {
|
|
8
|
-
return
|
|
8
|
+
return O;
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
|
-
var _classnames = /*#__PURE__*/ _interopRequireDefault(require("classnames"));
|
|
12
11
|
var _constantsJs = require("../skins/constants.js");
|
|
13
12
|
var _animationJs = require("../utils/animation.js");
|
|
14
|
-
var _jssJs = require("../jss.js");
|
|
15
13
|
var _hooksJs = require("../hooks.js");
|
|
16
14
|
var _themeVariantContextJs = require("../theme-variant-context.js");
|
|
15
|
+
var _skinContractCssMisticaJs = require("../skins/skin-contract.css-mistica.js");
|
|
17
16
|
var _jsxRuntimeJs = require("../_virtual/jsx-runtime.js");
|
|
18
|
-
function _interopRequireDefault(obj) {
|
|
19
|
-
return obj && obj.__esModule ? obj : {
|
|
20
|
-
default: obj
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
17
|
function _defineProperty(obj, key, value) {
|
|
24
18
|
if (key in obj) {
|
|
25
19
|
Object.defineProperty(obj, key, {
|
|
@@ -48,27 +42,17 @@ function _objectSpread(target) {
|
|
|
48
42
|
}
|
|
49
43
|
return target;
|
|
50
44
|
}
|
|
51
|
-
var
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
stroke: function stroke(e) {
|
|
55
|
-
return e ? s.colors.inverse : s.colors.brand;
|
|
56
|
-
},
|
|
57
|
-
fill: function fill(e) {
|
|
58
|
-
return e ? s.colors.inverse : s.colors.brand;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
}), g = function g(param) {
|
|
63
|
-
var tmp = param.size, s = tmp === void 0 ? 64 : tmp, e = param.color, tmp1 = param.skipAnimation, t = tmp1 === void 0 ? !1 : tmp1;
|
|
64
|
-
var n = (0, _themeVariantContextJs.useIsInverseVariant)(), c = v(n), ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
45
|
+
var k = function k(param) {
|
|
46
|
+
var tmp = param.size, t = tmp === void 0 ? 64 : tmp, e = param.color, tmp1 = param.skipAnimation, r = tmp1 === void 0 ? !1 : tmp1;
|
|
47
|
+
var n = (0, _themeVariantContextJs.useIsInverseVariant)(), ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
65
48
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
66
49
|
role: "presentation",
|
|
67
|
-
width:
|
|
68
|
-
height:
|
|
50
|
+
width: t,
|
|
51
|
+
height: t,
|
|
69
52
|
viewBox: "0 0 64 64",
|
|
70
53
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
71
|
-
|
|
54
|
+
stroke: e ? void 0 : n ? _skinContractCssMisticaJs.vars.colors.inverse : _skinContractCssMisticaJs.vars.colors.brand,
|
|
55
|
+
fill: e ? void 0 : n ? _skinContractCssMisticaJs.vars.colors.inverse : _skinContractCssMisticaJs.vars.colors.brand,
|
|
72
56
|
strokeLinecap: "round",
|
|
73
57
|
strokeLinejoin: "round",
|
|
74
58
|
children: [
|
|
@@ -77,32 +61,32 @@ var v = (0, _jssJs.createUseStyles)(function(s) {
|
|
|
77
61
|
strokeWidth: "2",
|
|
78
62
|
stroke: e || void 0,
|
|
79
63
|
d: "M48.24,57.99c-4.71,2.95-10.27,4.65-16.24,4.65C15.08,62.64,1.36,48.92,1.36,32S15.08,1.36,32,1.36 S62.64,15.08,62.64,32c0,6.11-1.79,11.8-4.87,16.58"
|
|
80
|
-
}, !
|
|
64
|
+
}, !r && (0, _animationJs.getAnimateDrawLineProps)("202", "0.3s", o))),
|
|
81
65
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("polyline", _objectSpread({
|
|
82
66
|
fill: "none",
|
|
83
67
|
strokeWidth: "2",
|
|
84
68
|
stroke: e || void 0,
|
|
85
69
|
points: "16.92,30.08 28.68,43.12 50.26,20.22"
|
|
86
|
-
}, !
|
|
70
|
+
}, !r && (0, _animationJs.mergeProperties)((0, _animationJs.getAnimateDrawLineProps)("50", "0.6s", o), (0, _animationJs.getAnimateHopInProps)("0.6", o)))),
|
|
87
71
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("circle", _objectSpread({
|
|
88
72
|
stroke: e || void 0,
|
|
89
73
|
cx: "53.64",
|
|
90
74
|
cy: "53.54",
|
|
91
75
|
r: "1.06"
|
|
92
|
-
}, !
|
|
76
|
+
}, !r && (0, _animationJs.getAnimateFadeInProps)("0.2s", o)))
|
|
93
77
|
]
|
|
94
78
|
})
|
|
95
79
|
});
|
|
96
|
-
},
|
|
97
|
-
var tmp = param.size,
|
|
98
|
-
var n = (0, _themeVariantContextJs.useIsInverseVariant)(),
|
|
80
|
+
}, u = function u(param) {
|
|
81
|
+
var tmp = param.size, t = tmp === void 0 ? 64 : tmp, e = param.color, tmp1 = param.skipAnimation, r = tmp1 === void 0 ? !1 : tmp1;
|
|
82
|
+
var n = (0, _themeVariantContextJs.useIsInverseVariant)(), ref = (0, _hooksJs.useTheme)(), o = ref.platformOverrides;
|
|
99
83
|
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("svg", {
|
|
100
84
|
role: "presentation",
|
|
101
|
-
width:
|
|
102
|
-
height:
|
|
85
|
+
width: t,
|
|
86
|
+
height: t,
|
|
103
87
|
viewBox: "0 0 64 64",
|
|
104
88
|
children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("g", {
|
|
105
|
-
|
|
89
|
+
stroke: e ? void 0 : n ? _skinContractCssMisticaJs.vars.colors.inverse : _skinContractCssMisticaJs.vars.colors.brand,
|
|
106
90
|
children: [
|
|
107
91
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("path", _objectSpread({
|
|
108
92
|
vectorEffect: "non-scaling-stroke",
|
|
@@ -112,7 +96,7 @@ var v = (0, _jssJs.createUseStyles)(function(s) {
|
|
|
112
96
|
strokeMiterlimit: "10",
|
|
113
97
|
d: "M61.4,32c0,19.5-10,29.4-29.4,29.4C12.5,61.4,2.6,51.5,2.6,32S12.5,2.6,32,2.6S61.4,12.5,61.4,32z",
|
|
114
98
|
transform: "rotate(90 32 32)"
|
|
115
|
-
}, !
|
|
99
|
+
}, !r && (0, _animationJs.getAnimateDrawLineProps)("202", "0.2s", o))),
|
|
116
100
|
/* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("polyline", _objectSpread({
|
|
117
101
|
vectorEffect: "non-scaling-stroke",
|
|
118
102
|
fill: "none",
|
|
@@ -122,26 +106,26 @@ var v = (0, _jssJs.createUseStyles)(function(s) {
|
|
|
122
106
|
strokeLinecap: "round",
|
|
123
107
|
strokeLinejoin: "round",
|
|
124
108
|
points: "20,34.9 27.4,44.3 45.6,21"
|
|
125
|
-
}, !
|
|
109
|
+
}, !r && (0, _animationJs.mergeProperties)((0, _animationJs.getAnimateDrawLineProps)("44", "0.6s", o), (0, _animationJs.getAnimateHopInProps)("0.6s", o))))
|
|
126
110
|
]
|
|
127
111
|
})
|
|
128
112
|
});
|
|
129
|
-
},
|
|
130
|
-
var
|
|
113
|
+
}, O = function O(param) {
|
|
114
|
+
var t = param.size, e = param.color, r = param.skipAnimation;
|
|
131
115
|
var ref = (0, _hooksJs.useTheme)(), n = ref.skinName;
|
|
132
116
|
switch(n){
|
|
133
117
|
case _constantsJs.O2_CLASSIC_SKIN:
|
|
134
118
|
case _constantsJs.O2_SKIN:
|
|
135
|
-
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(
|
|
136
|
-
size:
|
|
119
|
+
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(k, {
|
|
120
|
+
size: t,
|
|
137
121
|
color: e,
|
|
138
|
-
skipAnimation:
|
|
122
|
+
skipAnimation: r
|
|
139
123
|
});
|
|
140
124
|
default:
|
|
141
|
-
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(
|
|
142
|
-
size:
|
|
125
|
+
return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(u, {
|
|
126
|
+
size: t,
|
|
143
127
|
color: e,
|
|
144
|
-
skipAnimation:
|
|
128
|
+
skipAnimation: r
|
|
145
129
|
});
|
|
146
130
|
}
|
|
147
131
|
};
|
|
@@ -10,12 +10,12 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
FADE_IN_DURATION_MS: function() {
|
|
13
|
-
return
|
|
13
|
+
return f;
|
|
14
14
|
},
|
|
15
15
|
image: function() {
|
|
16
|
-
return
|
|
16
|
+
return n;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
require("./sprinkles.css.ts.vanilla.js");
|
|
20
20
|
require("./image.css.ts.vanilla.js");
|
|
21
|
-
var
|
|
21
|
+
var f = 300, n = "_17tt25r1 _1y2v1nf96 _1y2v1nf9k _1y2v1nf50 _1y2v1nf75 _1y2v1nf7l _1y2v1nfaq _1y2v1nf8t _1y2v1nf8u";
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ getJss,
|
|
|
12
12
|
*/
|
|
13
13
|
ServerSideStyles, } from './jss';
|
|
14
14
|
export { vars as skinVars } from './skins/skin-contract.css';
|
|
15
|
+
export * as mq from './media-queries.css';
|
|
15
16
|
export { default as ThemeContext } from './theme-context';
|
|
16
17
|
export { default as ThemeContextProvider } from './theme-context-provider';
|
|
17
18
|
export { default as ScreenReaderOnly } from './screen-reader-only';
|
|
@@ -105,6 +106,7 @@ export { default as Circle } from './circle';
|
|
|
105
106
|
export { useTheme, useScreenSize, useElementDimensions, useAriaId, useWindowSize, useWindowHeight, useWindowWidth, useIsInViewport, } from './hooks';
|
|
106
107
|
export type { ThemeConfig, ColorScheme, EventFormat } from './theme';
|
|
107
108
|
export { pxToRem } from './utils/css';
|
|
109
|
+
export { applyAlpha } from './utils/color';
|
|
108
110
|
export { TrackingConfig, useTrackingConfig } from './utils/analytics';
|
|
109
111
|
export { useDocumentVisibility } from './utils/document-visibility';
|
|
110
112
|
export { ThemeVariant, useIsInverseVariant } from './theme-variant-context';
|
package/dist/index.js
CHANGED
|
@@ -5310,6 +5310,9 @@ _export(exports, {
|
|
|
5310
5310
|
alert: function() {
|
|
5311
5311
|
return _dialogJs.alert;
|
|
5312
5312
|
},
|
|
5313
|
+
applyAlpha: function() {
|
|
5314
|
+
return _colorJs.applyAlpha;
|
|
5315
|
+
},
|
|
5313
5316
|
blauPalette: function() {
|
|
5314
5317
|
return _blauJs.palette;
|
|
5315
5318
|
},
|
|
@@ -5352,6 +5355,9 @@ _export(exports, {
|
|
|
5352
5355
|
movistarPalette: function() {
|
|
5353
5356
|
return _movistarJs.palette;
|
|
5354
5357
|
},
|
|
5358
|
+
mq: function() {
|
|
5359
|
+
return _mediaQueriesCssMisticaJs;
|
|
5360
|
+
},
|
|
5355
5361
|
o2ClassicPalette: function() {
|
|
5356
5362
|
return _o2ClassicJs.palette;
|
|
5357
5363
|
},
|
|
@@ -5416,6 +5422,7 @@ _export(exports, {
|
|
|
5416
5422
|
var _packageVersionJs = require("./package-version.js");
|
|
5417
5423
|
var _jssJs = require("./jss.js");
|
|
5418
5424
|
var _skinContractCssMisticaJs = require("./skins/skin-contract.css-mistica.js");
|
|
5425
|
+
var _mediaQueriesCssMisticaJs = /*#__PURE__*/ _interopRequireWildcard(require("./media-queries.css-mistica.js"));
|
|
5419
5426
|
var _themeContextJs = /*#__PURE__*/ _interopRequireDefault(require("./theme-context.js"));
|
|
5420
5427
|
var _themeContextProviderJs = /*#__PURE__*/ _interopRequireDefault(require("./theme-context-provider.js"));
|
|
5421
5428
|
var _screenReaderOnlyJs = /*#__PURE__*/ _interopRequireDefault(require("./screen-reader-only.js"));
|
|
@@ -5505,6 +5512,7 @@ var _skeletonsJs = require("./skeletons.js");
|
|
|
5505
5512
|
var _circleJs = /*#__PURE__*/ _interopRequireDefault(require("./circle.js"));
|
|
5506
5513
|
var _hooksJs = require("./hooks.js");
|
|
5507
5514
|
var _cssJs = require("./utils/css.js");
|
|
5515
|
+
var _colorJs = require("./utils/color.js");
|
|
5508
5516
|
var _analyticsJs = require("./utils/analytics.js");
|
|
5509
5517
|
var _documentVisibilityJs = require("./utils/document-visibility.js");
|
|
5510
5518
|
var _themeVariantContextJs = require("./theme-variant-context.js");
|
package/dist/index.js.flow
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
declare export { createUseStyles, getJss, ServerSideStyles } from "./jss";
|
|
4
4
|
declare export { vars as skinVars } from "./skins/skin-contract.css";
|
|
5
|
+
declare export * as mq from "./media-queries.css";
|
|
5
6
|
declare export { default as ThemeContext } from "./theme-context";
|
|
6
7
|
declare export { default as ThemeContextProvider } from "./theme-context-provider";
|
|
7
8
|
declare export { default as ScreenReaderOnly } from "./screen-reader-only";
|
|
@@ -156,6 +157,7 @@ declare export {
|
|
|
156
157
|
} from "./hooks";
|
|
157
158
|
export type { ThemeConfig, ColorScheme, EventFormat } from "./theme";
|
|
158
159
|
declare export { pxToRem } from "./utils/css";
|
|
160
|
+
declare export { applyAlpha } from "./utils/color";
|
|
159
161
|
declare export { TrackingConfig, useTrackingConfig } from "./utils/analytics";
|
|
160
162
|
declare export { useDocumentVisibility } from "./utils/document-visibility";
|
|
161
163
|
declare export {
|
package/dist/list.css-mistica.js
CHANGED
|
@@ -10,10 +10,10 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
asset: function() {
|
|
13
|
-
return
|
|
13
|
+
return y;
|
|
14
14
|
},
|
|
15
15
|
badge: function() {
|
|
16
|
-
return
|
|
16
|
+
return _;
|
|
17
17
|
},
|
|
18
18
|
center: function() {
|
|
19
19
|
return f;
|
|
@@ -28,22 +28,22 @@ _export(exports, {
|
|
|
28
28
|
return t;
|
|
29
29
|
},
|
|
30
30
|
dualActionLeft: function() {
|
|
31
|
-
return
|
|
31
|
+
return i;
|
|
32
32
|
},
|
|
33
33
|
dualActionRight: function() {
|
|
34
34
|
return o;
|
|
35
35
|
},
|
|
36
36
|
hoverBackground: function() {
|
|
37
|
-
return
|
|
37
|
+
return d;
|
|
38
38
|
},
|
|
39
39
|
pointer: function() {
|
|
40
|
-
return
|
|
40
|
+
return e;
|
|
41
41
|
},
|
|
42
42
|
right: function() {
|
|
43
43
|
return g;
|
|
44
44
|
},
|
|
45
45
|
rowBody: function() {
|
|
46
|
-
return
|
|
46
|
+
return l;
|
|
47
47
|
},
|
|
48
48
|
rowContent: function() {
|
|
49
49
|
return u;
|
|
@@ -51,4 +51,4 @@ _export(exports, {
|
|
|
51
51
|
});
|
|
52
52
|
require("./sprinkles.css.ts.vanilla.js");
|
|
53
53
|
require("./list.css.ts.vanilla.js");
|
|
54
|
-
var
|
|
54
|
+
var y = "_1y2v1nf4y _1y2v1nf5g _1y2v1nf5i", _ = "_1y2v1nf57 _1y2v1nf86 _1y2v1nf7l _1y2v1nf5g", f = "_1y2v1nf4y _1y2v1nf5d", r = "_1y2v1nf4y _1y2v1nf75 _1y2v1nf8r", a = "_2buj9g0", t = "_1y2v1nf4y _1y2v1nf53", i = "_1y2v1nf5l _1y2v1nf5z _1y2v1nf6d _1y2v1nf6r _1y2v1nf50 _1y2v1nf8w _1y2v1nf4s _1y2v1nf6i _1y2v1nf6w _1y2v1nf5j", o = "_2buj9gi _1y2v1nf5l _1y2v1nf5z _1y2v1nf6d _1y2v1nf6r _1y2v1nf50 _1y2v1nf8w _1y2v1nf4s _1y2v1nf6i _1y2v1nf6w _1y2v1nf4y _1y2v1nf5d _1y2v1nf5i _1y2v1nf76", d = "_2buj9g1", e = "_1y2v1nf93", g = "_2buj9gb", l = "_1y2v1nf4y _1y2v1nf54 _1y2v1nf5k", u = "_1y2v1nf5l _1y2v1nf5z _1y2v1nf6d _1y2v1nf6r _1y2v1nf75 _1y2v1nf8w _1y2v1nf4s";
|