@telefonica/mistica 16.39.0 → 16.41.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/blau.css +12 -1
- package/css/esimflag.css +12 -1
- package/css/mistica.css +1 -1
- package/css/movistar-new.css +897 -0
- package/css/movistar.css +12 -1
- package/css/o2-new.css +13 -2
- package/css/o2.css +12 -1
- package/css/telefonica.css +13 -2
- package/css/tu.css +13 -2
- package/css/vivo-new.css +13 -2
- package/css/vivo.css +12 -1
- package/dist/accordion.css-mistica.js +10 -10
- package/dist/align.css-mistica.js +1 -1
- package/dist/avatar.css-mistica.js +2 -2
- package/dist/badge.css-mistica.js +3 -3
- package/dist/box.css-mistica.js +13 -13
- package/dist/boxed.css-mistica.js +24 -24
- package/dist/button-group.css-mistica.js +3 -3
- package/dist/button-layout.css-mistica.js +13 -13
- package/dist/button.css-mistica.js +40 -40
- package/dist/callout.css-mistica.js +6 -6
- package/dist/card-internal.css-mistica.js +23 -23
- package/dist/carousel.css-mistica.js +32 -32
- package/dist/checkbox.css-mistica.js +12 -12
- package/dist/chip.css-mistica.js +15 -15
- package/dist/circle.css-mistica.js +1 -1
- package/dist/community/advanced-data-card.css-mistica.js +20 -20
- package/dist/community/advanced-data-card.js +23 -22
- package/dist/community/blocks.css-mistica.js +1 -1
- package/dist/community/example-component.css-mistica.js +1 -1
- package/dist/counter.css-mistica.js +5 -5
- package/dist/cover-hero.css-mistica.js +11 -11
- package/dist/credit-card-number-field.css-mistica.js +3 -3
- package/dist/date-field.css-mistica.js +1 -1
- package/dist/date-time-picker.css-mistica.js +1 -1
- package/dist/dialog.css-mistica.js +6 -6
- package/dist/divider.css-mistica.js +2 -2
- package/dist/double-field.css-mistica.js +2 -2
- package/dist/drawer.css-mistica.js +7 -7
- package/dist/empty-state-card.css-mistica.js +1 -1
- package/dist/empty-state.css-mistica.js +6 -6
- package/dist/fade-in.css-mistica.js +1 -1
- package/dist/feedback.css-mistica.js +4 -4
- package/dist/fixed-footer-layout.css-mistica.js +9 -9
- package/dist/form.css-mistica.js +2 -2
- package/dist/grid-layout.css-mistica.js +3 -3
- package/dist/grid.css-mistica.js +122 -122
- package/dist/header.css-mistica.js +1 -1
- package/dist/hero.css-mistica.js +5 -5
- package/dist/horizontal-scroll.css-mistica.js +1 -1
- package/dist/icon-button.css-mistica.js +44 -44
- package/dist/icons/icon-chevron.css-mistica.js +2 -2
- package/dist/icons/icon-error.css-mistica.js +1 -1
- package/dist/image.css-mistica.js +6 -6
- package/dist/index.d.ts +5 -2
- package/dist/index.js +16 -0
- package/dist/inline.css-mistica.js +10 -10
- package/dist/list.css-mistica.js +22 -22
- package/dist/list.js +128 -123
- package/dist/loading-bar.css-mistica.js +3 -3
- package/dist/loading-screen.css-mistica.js +10 -10
- package/dist/logo-movistar-new.d.ts +4 -0
- package/dist/logo-movistar-new.js +123 -0
- package/dist/logo.css-mistica.js +5 -5
- package/dist/logo.d.ts +1 -0
- package/dist/logo.js +62 -35
- package/dist/menu.css-mistica.js +15 -15
- package/dist/mosaic.css-mistica.js +1 -1
- package/dist/navigation-bar.css-mistica.js +43 -43
- package/dist/navigation-breadcrumbs.css-mistica.js +1 -1
- package/dist/package-version.js +1 -1
- package/dist/pin-field.css-mistica.js +5 -5
- package/dist/popover.css-mistica.js +1 -1
- package/dist/progress-bar.css-mistica.js +4 -4
- package/dist/radio-button.css-mistica.js +18 -18
- package/dist/rating.css-mistica.js +5 -5
- package/dist/responsive-layout.css-mistica.js +8 -8
- package/dist/screen-reader-only.css-mistica.js +1 -1
- package/dist/select.css-mistica.js +25 -24
- package/dist/sheet-action-row.css-mistica.js +1 -1
- package/dist/sheet-common.css-mistica.js +8 -8
- package/dist/sheet-info.css-mistica.js +1 -1
- package/dist/skeletons.css-mistica.js +6 -6
- package/dist/skins/blau.js +10 -1
- package/dist/skins/constants.d.ts +1 -0
- package/dist/skins/constants.js +12 -9
- package/dist/skins/defaults.js +6 -1
- package/dist/skins/esimflag.js +10 -1
- package/dist/skins/movistar-new.d.ts +53 -0
- package/dist/skins/movistar-new.js +594 -0
- package/dist/skins/movistar.js +10 -1
- package/dist/skins/o2-new.js +11 -2
- package/dist/skins/o2.js +10 -1
- package/dist/skins/skin-contract.css-mistica.js +399 -390
- package/dist/skins/skin-contract.css.d.ts +9 -0
- package/dist/skins/telefonica.js +11 -2
- package/dist/skins/tu.js +11 -2
- package/dist/skins/types/colors.d.ts +2 -0
- package/dist/skins/types/index.d.ts +4 -1
- package/dist/skins/utils.js +7 -4
- package/dist/skins/vivo-new.js +11 -2
- package/dist/skins/vivo.js +10 -1
- package/dist/skip-link.css-mistica.js +1 -1
- package/dist/slider.css-mistica.js +16 -16
- package/dist/snackbar.css-mistica.js +11 -11
- package/dist/spinner.css-mistica.js +3 -3
- package/dist/stack.css-mistica.js +5 -5
- package/dist/stacking-group.css-mistica.js +1 -1
- package/dist/stepper.css-mistica.js +9 -9
- package/dist/switch-component.css-mistica.js +36 -36
- package/dist/table.css-mistica.js +8 -8
- package/dist/tabs.css-mistica.js +18 -18
- package/dist/tag.css-mistica.js +3 -3
- package/dist/text-field-base.css-mistica.js +18 -18
- package/dist/text-field-components.css-mistica.js +11 -11
- package/dist/text-field-components.css.d.ts +1 -0
- package/dist/text-link.css-mistica.js +5 -5
- package/dist/text.css-mistica.js +7 -7
- package/dist/theme-context.css-mistica.js +1 -1
- package/dist/theme.d.ts +1 -0
- package/dist/timeline.css-mistica.js +15 -15
- package/dist/timer.css-mistica.js +6 -6
- package/dist/tooltip.css-mistica.js +4 -4
- package/dist/touchable.css-mistica.js +4 -4
- package/dist/utils/aspect-ratio-support.css-mistica.js +6 -6
- package/dist/video.css-mistica.js +1 -1
- package/dist/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
- package/dist-es/accordion.css-mistica.js +7 -7
- package/dist-es/align.css-mistica.js +1 -1
- package/dist-es/avatar.css-mistica.js +2 -2
- package/dist-es/badge.css-mistica.js +2 -2
- package/dist-es/box.css-mistica.js +13 -13
- package/dist-es/boxed.css-mistica.js +23 -23
- package/dist-es/button-group.css-mistica.js +2 -2
- package/dist-es/button-layout.css-mistica.js +13 -13
- package/dist-es/button.css-mistica.js +27 -27
- package/dist-es/callout.css-mistica.js +6 -6
- package/dist-es/card-internal.css-mistica.js +16 -16
- package/dist-es/carousel.css-mistica.js +9 -9
- package/dist-es/checkbox.css-mistica.js +9 -9
- package/dist-es/chip.css-mistica.js +14 -14
- package/dist-es/circle.css-mistica.js +1 -1
- package/dist-es/community/advanced-data-card.css-mistica.js +7 -7
- package/dist-es/community/advanced-data-card.js +34 -33
- package/dist-es/community/blocks.css-mistica.js +1 -1
- package/dist-es/community/example-component.css-mistica.js +1 -1
- package/dist-es/counter.css-mistica.js +2 -2
- package/dist-es/cover-hero.css-mistica.js +4 -4
- package/dist-es/credit-card-number-field.css-mistica.js +3 -3
- package/dist-es/date-field.css-mistica.js +1 -1
- package/dist-es/date-time-picker.css-mistica.js +1 -1
- package/dist-es/dialog.css-mistica.js +5 -5
- package/dist-es/divider.css-mistica.js +2 -2
- package/dist-es/double-field.css-mistica.js +2 -2
- package/dist-es/drawer.css-mistica.js +2 -2
- package/dist-es/empty-state-card.css-mistica.js +1 -1
- package/dist-es/empty-state.css-mistica.js +6 -6
- package/dist-es/fade-in.css-mistica.js +1 -1
- package/dist-es/feedback.css-mistica.js +2 -2
- package/dist-es/fixed-footer-layout.css-mistica.js +5 -5
- package/dist-es/form.css-mistica.js +2 -2
- package/dist-es/grid-layout.css-mistica.js +3 -3
- package/dist-es/grid.css-mistica.js +122 -122
- package/dist-es/header.css-mistica.js +1 -1
- package/dist-es/hero.css-mistica.js +3 -3
- package/dist-es/horizontal-scroll.css-mistica.js +1 -1
- package/dist-es/icon-button.css-mistica.js +43 -43
- package/dist-es/icons/icon-chevron.css-mistica.js +2 -2
- package/dist-es/icons/icon-error.css-mistica.js +1 -1
- package/dist-es/image.css-mistica.js +4 -4
- package/dist-es/index.js +1865 -1864
- package/dist-es/inline.css-mistica.js +10 -10
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +196 -191
- package/dist-es/loading-bar.css-mistica.js +2 -2
- package/dist-es/loading-screen.css-mistica.js +5 -5
- package/dist-es/logo-movistar-new.js +114 -0
- package/dist-es/logo.css-mistica.js +5 -5
- package/dist-es/logo.js +59 -35
- package/dist-es/menu.css-mistica.js +13 -13
- package/dist-es/mosaic.css-mistica.js +1 -1
- package/dist-es/navigation-bar.css-mistica.js +17 -17
- package/dist-es/navigation-breadcrumbs.css-mistica.js +1 -1
- package/dist-es/package-version.js +1 -1
- package/dist-es/pin-field.css-mistica.js +2 -2
- package/dist-es/popover.css-mistica.js +1 -1
- package/dist-es/progress-bar.css-mistica.js +4 -4
- package/dist-es/radio-button.css-mistica.js +16 -16
- package/dist-es/rating.css-mistica.js +3 -3
- package/dist-es/responsive-layout.css-mistica.js +6 -6
- package/dist-es/screen-reader-only.css-mistica.js +1 -1
- package/dist-es/select.css-mistica.js +18 -17
- package/dist-es/sheet-action-row.css-mistica.js +1 -1
- package/dist-es/sheet-common.css-mistica.js +2 -2
- package/dist-es/sheet-info.css-mistica.js +1 -1
- package/dist-es/skeletons.css-mistica.js +5 -5
- package/dist-es/skins/blau.js +10 -1
- package/dist-es/skins/constants.js +2 -2
- package/dist-es/skins/defaults.js +6 -1
- package/dist-es/skins/esimflag.js +10 -1
- package/dist-es/skins/movistar-new.js +577 -0
- package/dist-es/skins/movistar.js +10 -1
- package/dist-es/skins/o2-new.js +11 -2
- package/dist-es/skins/o2.js +10 -1
- package/dist-es/skins/skin-contract.css-mistica.js +399 -390
- package/dist-es/skins/telefonica.js +11 -2
- package/dist-es/skins/tu.js +11 -2
- package/dist-es/skins/utils.js +24 -21
- package/dist-es/skins/vivo-new.js +11 -2
- package/dist-es/skins/vivo.js +10 -1
- package/dist-es/skip-link.css-mistica.js +1 -1
- package/dist-es/slider.css-mistica.js +11 -11
- package/dist-es/snackbar.css-mistica.js +5 -5
- package/dist-es/spinner.css-mistica.js +2 -2
- package/dist-es/stack.css-mistica.js +5 -5
- package/dist-es/stacking-group.css-mistica.js +1 -1
- package/dist-es/stepper.css-mistica.js +3 -3
- package/dist-es/style.css +1 -1
- package/dist-es/switch-component.css-mistica.js +30 -30
- package/dist-es/table.css-mistica.js +8 -8
- package/dist-es/tabs.css-mistica.js +14 -14
- package/dist-es/tag.css-mistica.js +2 -2
- package/dist-es/text-field-base.css-mistica.js +2 -2
- package/dist-es/text-field-components.css-mistica.js +4 -4
- package/dist-es/text-link.css-mistica.js +5 -5
- package/dist-es/text.css-mistica.js +7 -7
- package/dist-es/theme-context.css-mistica.js +1 -1
- package/dist-es/timeline.css-mistica.js +11 -11
- package/dist-es/timer.css-mistica.js +6 -6
- package/dist-es/tooltip.css-mistica.js +2 -2
- package/dist-es/touchable.css-mistica.js +2 -2
- package/dist-es/utils/aspect-ratio-support.css-mistica.js +4 -4
- package/dist-es/video.css-mistica.js +1 -1
- package/dist-es/vivinho-loading-animation/vivinho-loading-animation.css-mistica.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
getMovistarNewSkin: function() {
|
|
13
|
+
return i;
|
|
14
|
+
},
|
|
15
|
+
palette: function() {
|
|
16
|
+
return e;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _constants = require("./constants.js");
|
|
20
|
+
const _color = require("../utils/color.js");
|
|
21
|
+
const e = {
|
|
22
|
+
movistarBlue: "#0066FF",
|
|
23
|
+
movistarWhite: "#FEFAF5",
|
|
24
|
+
movistarBlack: "#262423",
|
|
25
|
+
blue100: "#E5F0FF",
|
|
26
|
+
blue200: "#E8F4FA",
|
|
27
|
+
blue300: "#80B3FF",
|
|
28
|
+
blue600: "#4DBAF7",
|
|
29
|
+
blue800: "#0149B3",
|
|
30
|
+
blueLight: "#D3EEFF",
|
|
31
|
+
blueHigh: "#005EEB",
|
|
32
|
+
blueDark: "#022D67",
|
|
33
|
+
red: "#C10000",
|
|
34
|
+
red350: "#FF8A8A",
|
|
35
|
+
redHigh: "#AD0000",
|
|
36
|
+
salmon100: "#FEEEE6",
|
|
37
|
+
salmon200: "#FDE5D7",
|
|
38
|
+
salmonLight: "#FFC6A8",
|
|
39
|
+
salmonDark: "#62301A",
|
|
40
|
+
yellow: "#EDB800",
|
|
41
|
+
yellow200: "#FFF3D1",
|
|
42
|
+
yellow400: "#FFCB11",
|
|
43
|
+
yellow500: "#C59A00",
|
|
44
|
+
yellow600: "#BFA960",
|
|
45
|
+
yellowLight: "#FFE99C",
|
|
46
|
+
yellowHigh: "#5E4A09",
|
|
47
|
+
yellowDark: "#5E4A09",
|
|
48
|
+
emerald: "#048239",
|
|
49
|
+
emeraldHigh: "#036D30",
|
|
50
|
+
green200: "#EBF9DF",
|
|
51
|
+
green400: "#8DCC5B",
|
|
52
|
+
green700: "#407F0F",
|
|
53
|
+
greenLight: "#CEF7BF",
|
|
54
|
+
greenHigh: "#CEF7BF",
|
|
55
|
+
greenDark: "#38552B",
|
|
56
|
+
pink45: "#EB5F99",
|
|
57
|
+
pink55: "#C42F6D",
|
|
58
|
+
grey100: "#FAF7F5",
|
|
59
|
+
grey200: "#F3EEEA",
|
|
60
|
+
grey300: "#DFDBD6",
|
|
61
|
+
grey400: "#9F9C99",
|
|
62
|
+
grey500: "#807D7B",
|
|
63
|
+
grey600: "#605E5C",
|
|
64
|
+
grey700: "#403F3D",
|
|
65
|
+
white: "#FFFFFF",
|
|
66
|
+
white100: "#FFFAF5",
|
|
67
|
+
black: "#000000",
|
|
68
|
+
darkModeBlack: "#070706",
|
|
69
|
+
darkModeGrey: "#151414",
|
|
70
|
+
darkModeMovistarBlue: "#227AFF"
|
|
71
|
+
}, i = ()=>({
|
|
72
|
+
name: _constants.MOVISTAR_NEW_SKIN,
|
|
73
|
+
colors: {
|
|
74
|
+
background: e.white,
|
|
75
|
+
backgroundAlternative: e.movistarWhite,
|
|
76
|
+
backgroundBrand: e.movistarBlue,
|
|
77
|
+
backgroundBrandSecondary: e.movistarBlack,
|
|
78
|
+
backgroundContainer: e.white,
|
|
79
|
+
backgroundContainerError: e.salmon100,
|
|
80
|
+
backgroundContainerHover: (0, _color.applyAlpha)(e.movistarBlack, 0.02),
|
|
81
|
+
backgroundContainerPressed: (0, _color.applyAlpha)(e.movistarBlack, 0.02),
|
|
82
|
+
backgroundContainerBrand: e.movistarBlue,
|
|
83
|
+
backgroundContainerBrandHover: (0, _color.applyAlpha)(e.movistarBlack, 0.1),
|
|
84
|
+
backgroundContainerBrandPressed: (0, _color.applyAlpha)(e.movistarBlack, 0.2),
|
|
85
|
+
backgroundContainerBrandOverInverse: e.blue800,
|
|
86
|
+
backgroundContainerAlternative: e.grey100,
|
|
87
|
+
backgroundOverlay: (0, _color.applyAlpha)(e.movistarBlack, 0.6),
|
|
88
|
+
backgroundSkeleton: e.grey200,
|
|
89
|
+
backgroundSkeletonInverse: e.blue800,
|
|
90
|
+
backgroundBrandTop: e.movistarBlue,
|
|
91
|
+
backgroundBrandBottom: e.movistarBlue,
|
|
92
|
+
appBarBackground: e.white,
|
|
93
|
+
navigationBarBackground: e.movistarBlue,
|
|
94
|
+
skeletonWave: e.grey200,
|
|
95
|
+
borderLow: e.grey100,
|
|
96
|
+
border: e.grey300,
|
|
97
|
+
borderHigh: e.grey600,
|
|
98
|
+
borderSelected: e.blue800,
|
|
99
|
+
coverBackgroundHover: (0, _color.applyAlpha)(e.movistarBlack, 0.25),
|
|
100
|
+
coverBackgroundPressed: (0, _color.applyAlpha)(e.movistarBlack, 0.35),
|
|
101
|
+
buttonDangerBackground: e.red,
|
|
102
|
+
buttonDangerBackgroundPressed: e.redHigh,
|
|
103
|
+
buttonDangerBackgroundHover: e.redHigh,
|
|
104
|
+
buttonLinkDangerBackgroundInverse: e.white,
|
|
105
|
+
buttonLinkDangerBackgroundMedia: e.white,
|
|
106
|
+
buttonLinkDangerBackgroundPressed: e.salmon100,
|
|
107
|
+
buttonLinkDangerBackgroundInversePressed: e.salmon100,
|
|
108
|
+
buttonLinkDangerBackgroundMediaPressed: e.salmon100,
|
|
109
|
+
buttonLinkBackgroundPressed: e.blue100,
|
|
110
|
+
buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.3),
|
|
111
|
+
buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.3),
|
|
112
|
+
buttonPrimaryBackground: e.movistarBlue,
|
|
113
|
+
buttonPrimaryBackgroundInverse: e.white,
|
|
114
|
+
buttonPrimaryBackgroundMedia: e.white,
|
|
115
|
+
buttonPrimaryBackgroundHover: e.blueHigh,
|
|
116
|
+
buttonPrimaryBackgroundInverseHover: e.blue100,
|
|
117
|
+
buttonPrimaryBackgroundMediaHover: e.blue100,
|
|
118
|
+
buttonPrimaryBackgroundPressed: e.blueHigh,
|
|
119
|
+
buttonPrimaryBackgroundInversePressed: e.blue100,
|
|
120
|
+
buttonPrimaryBackgroundMediaPressed: e.blue100,
|
|
121
|
+
buttonSecondaryBorder: e.movistarBlue,
|
|
122
|
+
buttonSecondaryBorderInverse: e.white,
|
|
123
|
+
buttonSecondaryBorderMedia: e.white,
|
|
124
|
+
buttonSecondaryBorderPressed: e.blue800,
|
|
125
|
+
buttonSecondaryBorderInversePressed: e.white,
|
|
126
|
+
buttonSecondaryBorderMediaPressed: e.white,
|
|
127
|
+
buttonSecondaryBackgroundHover: e.blue100,
|
|
128
|
+
buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.2),
|
|
129
|
+
buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
|
|
130
|
+
buttonSecondaryBackgroundPressed: e.blue100,
|
|
131
|
+
buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.3),
|
|
132
|
+
buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.3),
|
|
133
|
+
textButtonPrimary: e.white,
|
|
134
|
+
textButtonPrimaryInverse: e.movistarBlue,
|
|
135
|
+
textButtonPrimaryMedia: e.movistarBlue,
|
|
136
|
+
textButtonPrimaryInversePressed: e.blue800,
|
|
137
|
+
textButtonPrimaryMediaPressed: e.blueHigh,
|
|
138
|
+
textButtonSecondary: e.movistarBlue,
|
|
139
|
+
textButtonSecondaryInverse: e.white,
|
|
140
|
+
textButtonSecondaryMedia: e.white,
|
|
141
|
+
textButtonSecondaryPressed: e.blue800,
|
|
142
|
+
textButtonSecondaryInversePressed: e.white,
|
|
143
|
+
textButtonSecondaryMediaPressed: e.white,
|
|
144
|
+
textLink: e.movistarBlue,
|
|
145
|
+
textLinkInverse: e.white,
|
|
146
|
+
textLinkMedia: e.white,
|
|
147
|
+
textLinkDanger: e.red,
|
|
148
|
+
textLinkDangerMedia: e.red,
|
|
149
|
+
textLinkSnackbar: e.blue300,
|
|
150
|
+
textActivated: e.blueHigh,
|
|
151
|
+
textBrand: e.blueHigh,
|
|
152
|
+
inputBorder: e.grey500,
|
|
153
|
+
inputBorderInverse: e.white,
|
|
154
|
+
completedStep: e.movistarBlue,
|
|
155
|
+
completedStepInverse: e.blue200,
|
|
156
|
+
control: e.grey500,
|
|
157
|
+
controlActivated: e.movistarBlue,
|
|
158
|
+
controlInverse: e.blueLight,
|
|
159
|
+
controlActivatedInverse: e.white,
|
|
160
|
+
controlError: e.red,
|
|
161
|
+
barTrack: e.grey300,
|
|
162
|
+
barTrackInverse: (0, _color.applyAlpha)(e.movistarBlack, 0.14),
|
|
163
|
+
loadingBar: e.blueLight,
|
|
164
|
+
loadingBarBackground: e.blueHigh,
|
|
165
|
+
toggleAndroidInactive: e.grey200,
|
|
166
|
+
toggleAndroidBackgroundActive: e.blue300,
|
|
167
|
+
iosControlKnob: e.white,
|
|
168
|
+
controlKnobInverse: e.movistarBlue,
|
|
169
|
+
divider: e.grey300,
|
|
170
|
+
dividerInverse: (0, _color.applyAlpha)(e.white, 0.2),
|
|
171
|
+
navigationBarDivider: e.movistarBlue,
|
|
172
|
+
badge: e.red,
|
|
173
|
+
feedbackErrorBackground: e.red,
|
|
174
|
+
feedbackInfoBackground: e.blueDark,
|
|
175
|
+
brand: e.movistarBlue,
|
|
176
|
+
brandHigh: e.blue800,
|
|
177
|
+
inverse: e.white,
|
|
178
|
+
neutralHigh: e.movistarBlack,
|
|
179
|
+
neutralMedium: e.grey600,
|
|
180
|
+
neutralMediumInverse: e.grey600,
|
|
181
|
+
neutralLow: e.grey100,
|
|
182
|
+
neutralLowAlternative: e.grey200,
|
|
183
|
+
textPrimary: e.movistarBlack,
|
|
184
|
+
textPrimaryInverse: e.white,
|
|
185
|
+
textPrimaryMedia: e.white,
|
|
186
|
+
textSecondary: e.grey600,
|
|
187
|
+
textSecondaryInverse: e.movistarWhite,
|
|
188
|
+
textSecondaryMedia: e.movistarWhite,
|
|
189
|
+
success: e.emerald,
|
|
190
|
+
warning: e.yellow600,
|
|
191
|
+
error: e.red,
|
|
192
|
+
textError: e.red,
|
|
193
|
+
textErrorInverse: e.white,
|
|
194
|
+
promo: e.redHigh,
|
|
195
|
+
highlight: e.pink55,
|
|
196
|
+
successLow: e.green200,
|
|
197
|
+
warningLow: e.yellow200,
|
|
198
|
+
errorLow: e.salmon100,
|
|
199
|
+
promoLow: e.salmon100,
|
|
200
|
+
brandLow: e.blue100,
|
|
201
|
+
successHigh: e.green700,
|
|
202
|
+
warningHigh: e.yellowHigh,
|
|
203
|
+
errorHigh: e.redHigh,
|
|
204
|
+
promoHigh: e.redHigh,
|
|
205
|
+
successHighInverse: e.emeraldHigh,
|
|
206
|
+
warningHighInverse: e.yellowHigh,
|
|
207
|
+
errorHighInverse: e.redHigh,
|
|
208
|
+
promoHighInverse: e.redHigh,
|
|
209
|
+
textNavigationBarPrimary: e.white,
|
|
210
|
+
textNavigationBarSecondary: e.blue300,
|
|
211
|
+
textNavigationSearchBarHint: e.blue300,
|
|
212
|
+
textNavigationSearchBarText: e.white,
|
|
213
|
+
textAppBar: e.grey600,
|
|
214
|
+
textAppBarSelected: e.blue800,
|
|
215
|
+
customTabsBackground: e.white,
|
|
216
|
+
tagTextPromo: e.white,
|
|
217
|
+
tagTextActive: e.blueHigh,
|
|
218
|
+
tagTextInactive: e.grey600,
|
|
219
|
+
tagTextInfo: e.blueHigh,
|
|
220
|
+
tagTextSuccess: e.emeraldHigh,
|
|
221
|
+
tagTextWarning: e.yellowHigh,
|
|
222
|
+
tagTextError: e.redHigh,
|
|
223
|
+
tagBackgroundPromo: e.redHigh,
|
|
224
|
+
tagBackgroundActive: e.blue100,
|
|
225
|
+
tagBackgroundInactive: e.grey200,
|
|
226
|
+
tagBackgroundInfo: e.blue100,
|
|
227
|
+
tagBackgroundSuccess: e.green200,
|
|
228
|
+
tagBackgroundWarning: e.yellowLight,
|
|
229
|
+
tagBackgroundError: e.salmon200,
|
|
230
|
+
tagTextPromoInverse: e.redHigh,
|
|
231
|
+
tagTextActiveInverse: e.blueHigh,
|
|
232
|
+
tagTextInactiveInverse: e.grey600,
|
|
233
|
+
tagTextInfoInverse: e.blueHigh,
|
|
234
|
+
tagTextSuccessInverse: e.green700,
|
|
235
|
+
tagTextWarningInverse: e.yellowHigh,
|
|
236
|
+
tagTextErrorInverse: e.redHigh,
|
|
237
|
+
tagBackgroundPromoInverse: e.white,
|
|
238
|
+
tagBackgroundActiveInverse: e.white,
|
|
239
|
+
tagBackgroundInactiveInverse: e.white,
|
|
240
|
+
tagBackgroundInfoInverse: e.white,
|
|
241
|
+
tagBackgroundSuccessInverse: e.white,
|
|
242
|
+
tagBackgroundWarningInverse: e.white,
|
|
243
|
+
tagBackgroundErrorInverse: e.white,
|
|
244
|
+
cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
|
|
245
|
+
cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
|
|
246
|
+
},
|
|
247
|
+
darkModeColors: {
|
|
248
|
+
background: e.darkModeBlack,
|
|
249
|
+
backgroundAlternative: e.darkModeBlack,
|
|
250
|
+
backgroundBrand: e.darkModeBlack,
|
|
251
|
+
backgroundBrandSecondary: e.darkModeBlack,
|
|
252
|
+
backgroundContainer: e.darkModeGrey,
|
|
253
|
+
backgroundContainerError: e.darkModeGrey,
|
|
254
|
+
backgroundContainerHover: (0, _color.applyAlpha)(e.white, 0.08),
|
|
255
|
+
backgroundContainerPressed: (0, _color.applyAlpha)(e.white, 0.08),
|
|
256
|
+
backgroundContainerBrand: e.darkModeGrey,
|
|
257
|
+
backgroundContainerBrandHover: (0, _color.applyAlpha)(e.white, 0.03),
|
|
258
|
+
backgroundContainerBrandPressed: (0, _color.applyAlpha)(e.white, 0.05),
|
|
259
|
+
backgroundContainerBrandOverInverse: e.darkModeGrey,
|
|
260
|
+
backgroundContainerAlternative: e.darkModeGrey,
|
|
261
|
+
backgroundOverlay: (0, _color.applyAlpha)(e.darkModeGrey, 0.8),
|
|
262
|
+
backgroundSkeleton: e.grey600,
|
|
263
|
+
backgroundSkeletonInverse: e.grey600,
|
|
264
|
+
backgroundBrandTop: e.darkModeBlack,
|
|
265
|
+
backgroundBrandBottom: e.darkModeBlack,
|
|
266
|
+
appBarBackground: e.darkModeGrey,
|
|
267
|
+
navigationBarBackground: e.darkModeBlack,
|
|
268
|
+
skeletonWave: e.grey600,
|
|
269
|
+
borderLow: e.darkModeBlack,
|
|
270
|
+
border: e.darkModeGrey,
|
|
271
|
+
borderHigh: e.grey500,
|
|
272
|
+
borderSelected: e.darkModeMovistarBlue,
|
|
273
|
+
coverBackgroundHover: (0, _color.applyAlpha)(e.darkModeBlack, 0.25),
|
|
274
|
+
coverBackgroundPressed: (0, _color.applyAlpha)(e.darkModeBlack, 0.35),
|
|
275
|
+
buttonDangerBackground: e.red,
|
|
276
|
+
buttonDangerBackgroundPressed: e.redHigh,
|
|
277
|
+
buttonDangerBackgroundHover: e.redHigh,
|
|
278
|
+
buttonLinkDangerBackgroundInverse: (0, _color.applyAlpha)(e.white, 0),
|
|
279
|
+
buttonLinkDangerBackgroundMedia: e.white,
|
|
280
|
+
buttonLinkDangerBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
|
|
281
|
+
buttonLinkDangerBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
|
|
282
|
+
buttonLinkDangerBackgroundMediaPressed: e.salmon100,
|
|
283
|
+
buttonLinkBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.08),
|
|
284
|
+
buttonLinkBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.08),
|
|
285
|
+
buttonLinkBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.2),
|
|
286
|
+
buttonPrimaryBackground: e.movistarBlue,
|
|
287
|
+
buttonPrimaryBackgroundInverse: e.movistarBlue,
|
|
288
|
+
buttonPrimaryBackgroundMedia: e.white,
|
|
289
|
+
buttonPrimaryBackgroundHover: e.blueHigh,
|
|
290
|
+
buttonPrimaryBackgroundInverseHover: e.blue800,
|
|
291
|
+
buttonPrimaryBackgroundMediaHover: e.blue100,
|
|
292
|
+
buttonPrimaryBackgroundPressed: e.blue800,
|
|
293
|
+
buttonPrimaryBackgroundInversePressed: e.blue800,
|
|
294
|
+
buttonPrimaryBackgroundMediaPressed: e.blue100,
|
|
295
|
+
buttonSecondaryBorder: e.white,
|
|
296
|
+
buttonSecondaryBorderInverse: e.grey200,
|
|
297
|
+
buttonSecondaryBorderMedia: e.white,
|
|
298
|
+
buttonSecondaryBorderPressed: e.white,
|
|
299
|
+
buttonSecondaryBorderInversePressed: e.grey200,
|
|
300
|
+
buttonSecondaryBorderMediaPressed: e.white,
|
|
301
|
+
buttonSecondaryBackgroundHover: (0, _color.applyAlpha)(e.white, 0.15),
|
|
302
|
+
buttonSecondaryBackgroundInverseHover: (0, _color.applyAlpha)(e.white, 0.15),
|
|
303
|
+
buttonSecondaryBackgroundMediaHover: (0, _color.applyAlpha)(e.white, 0.2),
|
|
304
|
+
buttonSecondaryBackgroundPressed: (0, _color.applyAlpha)(e.white, 0.25),
|
|
305
|
+
buttonSecondaryBackgroundInversePressed: (0, _color.applyAlpha)(e.white, 0.25),
|
|
306
|
+
buttonSecondaryBackgroundMediaPressed: (0, _color.applyAlpha)(e.white, 0.3),
|
|
307
|
+
textButtonPrimary: e.white,
|
|
308
|
+
textButtonPrimaryInverse: e.white,
|
|
309
|
+
textButtonPrimaryMedia: e.movistarBlue,
|
|
310
|
+
textButtonPrimaryInversePressed: e.blueLight,
|
|
311
|
+
textButtonPrimaryMediaPressed: e.blueHigh,
|
|
312
|
+
textButtonSecondary: e.grey200,
|
|
313
|
+
textButtonSecondaryInverse: e.grey200,
|
|
314
|
+
textButtonSecondaryMedia: e.white,
|
|
315
|
+
textButtonSecondaryPressed: e.grey200,
|
|
316
|
+
textButtonSecondaryInversePressed: e.grey200,
|
|
317
|
+
textButtonSecondaryMediaPressed: e.white,
|
|
318
|
+
textLink: e.darkModeMovistarBlue,
|
|
319
|
+
textLinkInverse: e.darkModeMovistarBlue,
|
|
320
|
+
textLinkMedia: e.white,
|
|
321
|
+
textLinkDanger: e.red350,
|
|
322
|
+
textLinkDangerMedia: e.red,
|
|
323
|
+
textLinkSnackbar: e.darkModeMovistarBlue,
|
|
324
|
+
textActivated: e.blue300,
|
|
325
|
+
textBrand: e.blue300,
|
|
326
|
+
inputBorder: e.grey400,
|
|
327
|
+
inputBorderInverse: e.grey400,
|
|
328
|
+
completedStep: e.blue800,
|
|
329
|
+
completedStepInverse: e.blue200,
|
|
330
|
+
control: e.grey400,
|
|
331
|
+
controlActivated: e.darkModeMovistarBlue,
|
|
332
|
+
controlInverse: e.grey400,
|
|
333
|
+
controlActivatedInverse: e.darkModeMovistarBlue,
|
|
334
|
+
controlError: e.red,
|
|
335
|
+
barTrack: e.grey600,
|
|
336
|
+
barTrackInverse: e.grey600,
|
|
337
|
+
loadingBar: e.darkModeMovistarBlue,
|
|
338
|
+
loadingBarBackground: e.grey600,
|
|
339
|
+
toggleAndroidInactive: e.grey200,
|
|
340
|
+
toggleAndroidBackgroundActive: e.blue300,
|
|
341
|
+
iosControlKnob: e.grey200,
|
|
342
|
+
controlKnobInverse: e.grey200,
|
|
343
|
+
divider: (0, _color.applyAlpha)(e.movistarWhite, 0.1),
|
|
344
|
+
dividerInverse: (0, _color.applyAlpha)(e.movistarWhite, 0.1),
|
|
345
|
+
navigationBarDivider: e.darkModeBlack,
|
|
346
|
+
badge: e.red,
|
|
347
|
+
feedbackErrorBackground: e.red,
|
|
348
|
+
feedbackInfoBackground: e.blueDark,
|
|
349
|
+
brand: e.darkModeMovistarBlue,
|
|
350
|
+
brandHigh: e.blueHigh,
|
|
351
|
+
inverse: e.grey200,
|
|
352
|
+
neutralHigh: e.grey200,
|
|
353
|
+
neutralMedium: e.grey500,
|
|
354
|
+
neutralMediumInverse: e.grey500,
|
|
355
|
+
neutralLow: e.grey700,
|
|
356
|
+
neutralLowAlternative: e.grey700,
|
|
357
|
+
textPrimary: e.movistarWhite,
|
|
358
|
+
textPrimaryInverse: e.movistarWhite,
|
|
359
|
+
textPrimaryMedia: e.white,
|
|
360
|
+
textSecondary: e.grey400,
|
|
361
|
+
textSecondaryInverse: e.grey400,
|
|
362
|
+
textSecondaryMedia: e.white,
|
|
363
|
+
success: e.emerald,
|
|
364
|
+
warning: e.yellow,
|
|
365
|
+
error: e.red350,
|
|
366
|
+
textError: e.red350,
|
|
367
|
+
textErrorInverse: e.red350,
|
|
368
|
+
promo: e.redHigh,
|
|
369
|
+
highlight: e.pink45,
|
|
370
|
+
successLow: e.grey700,
|
|
371
|
+
warningLow: e.grey700,
|
|
372
|
+
errorLow: e.grey700,
|
|
373
|
+
promoLow: e.grey700,
|
|
374
|
+
brandLow: e.blueDark,
|
|
375
|
+
successHigh: e.emeraldHigh,
|
|
376
|
+
warningHigh: e.yellow400,
|
|
377
|
+
errorHigh: e.redHigh,
|
|
378
|
+
promoHigh: e.redHigh,
|
|
379
|
+
successHighInverse: e.green700,
|
|
380
|
+
warningHighInverse: e.yellowHigh,
|
|
381
|
+
errorHighInverse: e.redHigh,
|
|
382
|
+
promoHighInverse: e.redHigh,
|
|
383
|
+
textNavigationBarPrimary: e.grey200,
|
|
384
|
+
textNavigationBarSecondary: e.grey400,
|
|
385
|
+
textNavigationSearchBarHint: e.grey400,
|
|
386
|
+
textNavigationSearchBarText: e.grey200,
|
|
387
|
+
textAppBar: e.grey400,
|
|
388
|
+
textAppBarSelected: e.movistarBlue,
|
|
389
|
+
customTabsBackground: e.darkModeBlack,
|
|
390
|
+
tagTextPromo: e.movistarWhite,
|
|
391
|
+
tagTextActive: e.blue300,
|
|
392
|
+
tagTextInactive: e.grey300,
|
|
393
|
+
tagTextInfo: e.blue300,
|
|
394
|
+
tagTextSuccess: e.green400,
|
|
395
|
+
tagTextWarning: e.yellow400,
|
|
396
|
+
tagTextError: e.red350,
|
|
397
|
+
tagBackgroundPromo: e.redHigh,
|
|
398
|
+
tagBackgroundActive: e.grey700,
|
|
399
|
+
tagBackgroundInactive: e.grey700,
|
|
400
|
+
tagBackgroundInfo: e.grey700,
|
|
401
|
+
tagBackgroundSuccess: e.grey700,
|
|
402
|
+
tagBackgroundWarning: e.grey700,
|
|
403
|
+
tagBackgroundError: e.grey700,
|
|
404
|
+
tagTextPromoInverse: e.movistarWhite,
|
|
405
|
+
tagTextActiveInverse: e.blue300,
|
|
406
|
+
tagTextInactiveInverse: e.grey300,
|
|
407
|
+
tagTextInfoInverse: e.blue300,
|
|
408
|
+
tagTextSuccessInverse: e.green400,
|
|
409
|
+
tagTextWarningInverse: e.yellow400,
|
|
410
|
+
tagTextErrorInverse: e.red350,
|
|
411
|
+
tagBackgroundPromoInverse: e.redHigh,
|
|
412
|
+
tagBackgroundActiveInverse: e.grey700,
|
|
413
|
+
tagBackgroundInactiveInverse: e.grey700,
|
|
414
|
+
tagBackgroundInfoInverse: e.grey700,
|
|
415
|
+
tagBackgroundSuccessInverse: e.grey700,
|
|
416
|
+
tagBackgroundWarningInverse: e.grey700,
|
|
417
|
+
tagBackgroundErrorInverse: e.grey700,
|
|
418
|
+
cardContentOverlay: `linear-gradient(180deg, ${(0, _color.applyAlpha)(e.black, 0)} 0%, ${(0, _color.applyAlpha)(e.black, 0.4)} 30%, ${(0, _color.applyAlpha)(e.black, 0.7)} 100%)`,
|
|
419
|
+
cardFooterOverlay: (0, _color.applyAlpha)(e.black, 0.7)
|
|
420
|
+
},
|
|
421
|
+
borderRadii: {
|
|
422
|
+
avatar: "50%",
|
|
423
|
+
bar: "999px",
|
|
424
|
+
button: "4px",
|
|
425
|
+
checkbox: "4px",
|
|
426
|
+
container: "16px",
|
|
427
|
+
indicator: "24px",
|
|
428
|
+
chip: "24px",
|
|
429
|
+
tag: "0px",
|
|
430
|
+
input: "12px",
|
|
431
|
+
legacyDisplay: "16px",
|
|
432
|
+
popup: "8px",
|
|
433
|
+
sheet: "16px",
|
|
434
|
+
mediaSmall: "8px"
|
|
435
|
+
},
|
|
436
|
+
textPresets: {
|
|
437
|
+
button: {
|
|
438
|
+
weight: "medium"
|
|
439
|
+
},
|
|
440
|
+
cardTitle: {
|
|
441
|
+
weight: "bold"
|
|
442
|
+
},
|
|
443
|
+
indicator: {
|
|
444
|
+
weight: "medium"
|
|
445
|
+
},
|
|
446
|
+
link: {
|
|
447
|
+
weight: "medium"
|
|
448
|
+
},
|
|
449
|
+
navigationBar: {
|
|
450
|
+
weight: "medium"
|
|
451
|
+
},
|
|
452
|
+
rowTitle: {
|
|
453
|
+
weight: "medium"
|
|
454
|
+
},
|
|
455
|
+
tabsLabel: {
|
|
456
|
+
lineHeight: {
|
|
457
|
+
desktop: 24,
|
|
458
|
+
mobile: 24
|
|
459
|
+
},
|
|
460
|
+
size: {
|
|
461
|
+
desktop: 18,
|
|
462
|
+
mobile: 16
|
|
463
|
+
},
|
|
464
|
+
weight: "medium"
|
|
465
|
+
},
|
|
466
|
+
text1: {
|
|
467
|
+
lineHeight: {
|
|
468
|
+
desktop: 20,
|
|
469
|
+
mobile: 16
|
|
470
|
+
},
|
|
471
|
+
size: {
|
|
472
|
+
desktop: 14,
|
|
473
|
+
mobile: 12
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
text2: {
|
|
477
|
+
lineHeight: {
|
|
478
|
+
desktop: 22,
|
|
479
|
+
mobile: 20
|
|
480
|
+
},
|
|
481
|
+
size: {
|
|
482
|
+
desktop: 16,
|
|
483
|
+
mobile: 14
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
text3: {
|
|
487
|
+
lineHeight: {
|
|
488
|
+
desktop: 24,
|
|
489
|
+
mobile: 22
|
|
490
|
+
},
|
|
491
|
+
size: {
|
|
492
|
+
desktop: 18,
|
|
493
|
+
mobile: 16
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
text4: {
|
|
497
|
+
lineHeight: {
|
|
498
|
+
desktop: 26,
|
|
499
|
+
mobile: 24
|
|
500
|
+
},
|
|
501
|
+
size: {
|
|
502
|
+
desktop: 20,
|
|
503
|
+
mobile: 18
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
text5: {
|
|
507
|
+
lineHeight: {
|
|
508
|
+
desktop: 28,
|
|
509
|
+
mobile: 26
|
|
510
|
+
},
|
|
511
|
+
size: {
|
|
512
|
+
desktop: 24,
|
|
513
|
+
mobile: 20
|
|
514
|
+
},
|
|
515
|
+
weight: "bold"
|
|
516
|
+
},
|
|
517
|
+
text6: {
|
|
518
|
+
lineHeight: {
|
|
519
|
+
desktop: 32,
|
|
520
|
+
mobile: 28
|
|
521
|
+
},
|
|
522
|
+
size: {
|
|
523
|
+
desktop: 28,
|
|
524
|
+
mobile: 24
|
|
525
|
+
},
|
|
526
|
+
weight: "bold"
|
|
527
|
+
},
|
|
528
|
+
text7: {
|
|
529
|
+
lineHeight: {
|
|
530
|
+
desktop: 38,
|
|
531
|
+
mobile: 32
|
|
532
|
+
},
|
|
533
|
+
size: {
|
|
534
|
+
desktop: 32,
|
|
535
|
+
mobile: 28
|
|
536
|
+
},
|
|
537
|
+
weight: "bold"
|
|
538
|
+
},
|
|
539
|
+
text8: {
|
|
540
|
+
lineHeight: {
|
|
541
|
+
desktop: 48,
|
|
542
|
+
mobile: 38
|
|
543
|
+
},
|
|
544
|
+
size: {
|
|
545
|
+
desktop: 40,
|
|
546
|
+
mobile: 32
|
|
547
|
+
},
|
|
548
|
+
weight: "bold"
|
|
549
|
+
},
|
|
550
|
+
text9: {
|
|
551
|
+
lineHeight: {
|
|
552
|
+
desktop: 56,
|
|
553
|
+
mobile: 48
|
|
554
|
+
},
|
|
555
|
+
size: {
|
|
556
|
+
desktop: 48,
|
|
557
|
+
mobile: 40
|
|
558
|
+
},
|
|
559
|
+
weight: "bold"
|
|
560
|
+
},
|
|
561
|
+
text10: {
|
|
562
|
+
lineHeight: {
|
|
563
|
+
desktop: 64,
|
|
564
|
+
mobile: 56
|
|
565
|
+
},
|
|
566
|
+
size: {
|
|
567
|
+
desktop: 56,
|
|
568
|
+
mobile: 48
|
|
569
|
+
},
|
|
570
|
+
weight: "bold"
|
|
571
|
+
},
|
|
572
|
+
title1: {
|
|
573
|
+
weight: "medium"
|
|
574
|
+
},
|
|
575
|
+
title2: {
|
|
576
|
+
weight: "bold"
|
|
577
|
+
},
|
|
578
|
+
title3: {
|
|
579
|
+
lineHeight: {
|
|
580
|
+
desktop: 28,
|
|
581
|
+
mobile: 26
|
|
582
|
+
},
|
|
583
|
+
size: {
|
|
584
|
+
desktop: 24,
|
|
585
|
+
mobile: 20
|
|
586
|
+
},
|
|
587
|
+
weight: "bold"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
themeVariants: {
|
|
591
|
+
successFeedback: "default",
|
|
592
|
+
brandLoadingScreen: "default"
|
|
593
|
+
}
|
|
594
|
+
});
|
package/dist/skins/movistar.js
CHANGED
|
@@ -188,8 +188,10 @@ const e = {
|
|
|
188
188
|
neutralLowAlternative: e.grey2,
|
|
189
189
|
textPrimary: e.movistarBlueDark,
|
|
190
190
|
textPrimaryInverse: e.white,
|
|
191
|
+
textPrimaryMedia: e.white,
|
|
191
192
|
textSecondary: e.grey5,
|
|
192
193
|
textSecondaryInverse: e.movistarBlue10,
|
|
194
|
+
textSecondaryMedia: e.white,
|
|
193
195
|
success: e.movistarGreen55,
|
|
194
196
|
warning: e.egg55,
|
|
195
197
|
error: e.pepper55,
|
|
@@ -360,8 +362,10 @@ const e = {
|
|
|
360
362
|
neutralLowAlternative: e.darkModeGrey7,
|
|
361
363
|
textPrimary: e.darkModeGrey2,
|
|
362
364
|
textPrimaryInverse: e.darkModeGrey2,
|
|
365
|
+
textPrimaryMedia: e.white,
|
|
363
366
|
textSecondary: e.darkModeGrey4,
|
|
364
367
|
textSecondaryInverse: e.darkModeGrey4,
|
|
368
|
+
textSecondaryMedia: e.white,
|
|
365
369
|
success: e.movistarGreen,
|
|
366
370
|
warning: e.egg,
|
|
367
371
|
error: e.pepper45,
|
|
@@ -426,7 +430,9 @@ const e = {
|
|
|
426
430
|
button: "4px",
|
|
427
431
|
checkbox: "4px",
|
|
428
432
|
container: "16px",
|
|
429
|
-
indicator: "
|
|
433
|
+
indicator: "24px",
|
|
434
|
+
chip: "24px",
|
|
435
|
+
tag: "24px",
|
|
430
436
|
input: "12px",
|
|
431
437
|
legacyDisplay: "16px",
|
|
432
438
|
popup: "8px",
|
|
@@ -449,6 +455,9 @@ const e = {
|
|
|
449
455
|
navigationBar: {
|
|
450
456
|
weight: "medium"
|
|
451
457
|
},
|
|
458
|
+
rowTitle: {
|
|
459
|
+
weight: "regular"
|
|
460
|
+
},
|
|
452
461
|
tabsLabel: {
|
|
453
462
|
lineHeight: {
|
|
454
463
|
desktop: 24,
|
package/dist/skins/o2-new.js
CHANGED
|
@@ -179,8 +179,10 @@ const e = {
|
|
|
179
179
|
neutralLowAlternative: e.grey30,
|
|
180
180
|
textPrimary: e.black,
|
|
181
181
|
textPrimaryInverse: e.white,
|
|
182
|
+
textPrimaryMedia: e.white,
|
|
182
183
|
textSecondary: e.grey60,
|
|
183
184
|
textSecondaryInverse: e.beyondBlue10,
|
|
185
|
+
textSecondaryMedia: e.white,
|
|
184
186
|
success: e.o2Green,
|
|
185
187
|
warning: e.o2Orange60,
|
|
186
188
|
error: e.o2Red65,
|
|
@@ -351,8 +353,10 @@ const e = {
|
|
|
351
353
|
neutralLowAlternative: e.darkModeGrey6,
|
|
352
354
|
textPrimary: e.grey30,
|
|
353
355
|
textPrimaryInverse: e.grey30,
|
|
356
|
+
textPrimaryMedia: e.white,
|
|
354
357
|
textSecondary: e.grey45,
|
|
355
358
|
textSecondaryInverse: e.grey45,
|
|
359
|
+
textSecondaryMedia: e.white,
|
|
356
360
|
success: e.o2Green,
|
|
357
361
|
warning: e.o2Orange,
|
|
358
362
|
error: e.o2Red45,
|
|
@@ -414,10 +418,12 @@ const e = {
|
|
|
414
418
|
borderRadii: {
|
|
415
419
|
avatar: "50%",
|
|
416
420
|
bar: "999px",
|
|
417
|
-
button: "
|
|
421
|
+
button: "32px",
|
|
418
422
|
checkbox: "2px",
|
|
419
423
|
container: "16px",
|
|
420
|
-
indicator: "
|
|
424
|
+
indicator: "24px",
|
|
425
|
+
chip: "24px",
|
|
426
|
+
tag: "24px",
|
|
421
427
|
input: "12px",
|
|
422
428
|
legacyDisplay: "16px",
|
|
423
429
|
popup: "8px",
|
|
@@ -440,6 +446,9 @@ const e = {
|
|
|
440
446
|
navigationBar: {
|
|
441
447
|
weight: "medium"
|
|
442
448
|
},
|
|
449
|
+
rowTitle: {
|
|
450
|
+
weight: "regular"
|
|
451
|
+
},
|
|
443
452
|
tabsLabel: {
|
|
444
453
|
lineHeight: {
|
|
445
454
|
desktop: 24,
|