@telefonica/mistica 16.16.0 → 16.17.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 +16 -0
- package/css/esimflag.css +796 -0
- package/css/mistica.css +1 -1
- package/css/movistar.css +16 -0
- package/css/o2-new.css +16 -0
- package/css/o2.css +16 -0
- package/css/telefonica.css +16 -0
- package/css/tu.css +16 -0
- package/css/vivo-new.css +16 -0
- package/css/vivo.css +16 -0
- package/dist/accordion.css-mistica.js +15 -12
- package/dist/accordion.css.d.ts +1 -0
- package/dist/accordion.js +49 -47
- 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 +28 -25
- package/dist/boxed.css.d.ts +1 -0
- package/dist/boxed.d.ts +1 -0
- package/dist/boxed.js +12 -11
- package/dist/button-group.css-mistica.js +4 -4
- package/dist/button-layout.css-mistica.js +19 -19
- package/dist/button.css-mistica.js +34 -34
- package/dist/callout.css-mistica.js +8 -8
- package/dist/card.css-mistica.js +23 -23
- package/dist/card.css.d.ts +2 -2
- package/dist/card.js +62 -62
- package/dist/carousel.css-mistica.js +21 -21
- package/dist/checkbox.css-mistica.js +15 -15
- 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/blocks.css-mistica.js +3 -3
- package/dist/community/example-component.css-mistica.js +1 -1
- package/dist/counter.css-mistica.js +4 -4
- package/dist/cover-hero.css-mistica.js +13 -13
- package/dist/credit-card-number-field.css-mistica.js +4 -4
- 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 +8 -8
- package/dist/divider.css-mistica.js +2 -2
- package/dist/double-field.css-mistica.js +2 -2
- package/dist/drawer.css-mistica.js +6 -6
- package/dist/empty-state-card.css-mistica.js +1 -1
- package/dist/empty-state.css-mistica.js +8 -8
- 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 +10 -10
- package/dist/form.css-mistica.js +1 -1
- 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 +9 -9
- package/dist/highlighted-card.css-mistica.js +6 -6
- package/dist/horizontal-scroll.css-mistica.js +1 -1
- package/dist/icon-button.css-mistica.js +42 -42
- 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 +3 -3
- package/dist/index.d.ts +4 -2
- package/dist/index.js +13 -0
- package/dist/inline.css-mistica.js +6 -6
- package/dist/list.css-mistica.js +19 -16
- package/dist/list.css.d.ts +1 -0
- package/dist/list.js +19 -17
- package/dist/loading-bar.css-mistica.js +3 -3
- package/dist/loading-screen.css-mistica.js +7 -7
- package/dist/logo-esimflag.d.ts +4 -0
- package/dist/logo-esimflag.js +73 -0
- package/dist/logo.css-mistica.js +5 -5
- package/dist/logo.d.ts +1 -0
- package/dist/logo.js +46 -19
- package/dist/maybe-dismissable.css-mistica.js +2 -2
- package/dist/menu.css-mistica.js +16 -16
- package/dist/mosaic.css-mistica.js +1 -1
- package/dist/navigation-bar.css-mistica.js +44 -44
- package/dist/navigation-breadcrumbs.css-mistica.js +4 -4
- 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 +6 -6
- 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 +23 -23
- 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 +7 -7
- package/dist/skins/blau.js +8 -0
- package/dist/skins/constants.d.ts +1 -0
- package/dist/skins/constants.js +7 -4
- package/dist/skins/esimflag.d.ts +46 -0
- package/dist/skins/esimflag.js +530 -0
- package/dist/skins/movistar.js +8 -0
- package/dist/skins/o2-new.js +8 -0
- package/dist/skins/o2.js +8 -0
- package/dist/skins/skin-contract.css-mistica.js +346 -338
- package/dist/skins/skin-contract.css.d.ts +22 -14
- package/dist/skins/telefonica.js +8 -0
- package/dist/skins/tu.js +8 -0
- package/dist/skins/types/colors.d.ts +11 -7
- package/dist/skins/types/index.d.ts +1 -1
- package/dist/skins/utils.js +5 -2
- package/dist/skins/vivo-new.js +8 -0
- package/dist/skins/vivo.js +8 -0
- package/dist/slider.css-mistica.js +16 -16
- package/dist/snackbar.css-mistica.js +13 -13
- 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 +20 -20
- package/dist/tag.css-mistica.js +1 -1
- package/dist/tag.d.ts +5 -3
- package/dist/tag.js +19 -13
- package/dist/text-field-base.css-mistica.js +14 -14
- package/dist/text-field-components.css-mistica.js +15 -15
- package/dist/text-link.css-mistica.js +3 -3
- package/dist/text.css-mistica.js +7 -7
- package/dist/theme-context.css-mistica.js +386 -378
- package/dist/theme-context.css.d.ts +22 -14
- package/dist/timeline.css-mistica.js +14 -14
- package/dist/timer.css-mistica.js +9 -9
- package/dist/tooltip.css-mistica.js +4 -4
- package/dist/touchable.css-mistica.js +2 -2
- package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
- 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/accordion.js +72 -70
- 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 +24 -24
- package/dist-es/boxed.js +17 -16
- package/dist-es/button-group.css-mistica.js +2 -2
- package/dist-es/button-layout.css-mistica.js +15 -15
- package/dist-es/button.css-mistica.js +22 -22
- package/dist-es/callout.css-mistica.js +6 -6
- package/dist-es/card.css-mistica.js +4 -4
- package/dist-es/card.js +63 -63
- package/dist-es/carousel.css-mistica.js +7 -7
- package/dist-es/checkbox.css-mistica.js +9 -9
- package/dist-es/chip.css-mistica.js +13 -13
- 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/blocks.css-mistica.js +2 -2
- 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 +4 -4
- 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 +1 -1
- 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/highlighted-card.css-mistica.js +5 -5
- package/dist-es/horizontal-scroll.css-mistica.js +1 -1
- package/dist-es/icon-button.css-mistica.js +42 -42
- 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 +3 -3
- package/dist-es/index.js +1834 -1833
- package/dist-es/inline.css-mistica.js +6 -6
- package/dist-es/list.css-mistica.js +2 -2
- package/dist-es/list.js +51 -49
- package/dist-es/loading-bar.css-mistica.js +2 -2
- package/dist-es/loading-screen.css-mistica.js +5 -5
- package/dist-es/logo-esimflag.js +64 -0
- package/dist-es/logo.css-mistica.js +5 -5
- package/dist-es/logo.js +44 -20
- package/dist-es/maybe-dismissable.css-mistica.js +2 -2
- 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 +2 -2
- 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 +5 -5
- package/dist-es/screen-reader-only.css-mistica.js +1 -1
- package/dist-es/select.css-mistica.js +18 -18
- 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 +8 -0
- package/dist-es/skins/constants.js +2 -2
- package/dist-es/skins/esimflag.js +513 -0
- package/dist-es/skins/movistar.js +8 -0
- package/dist-es/skins/o2-new.js +8 -0
- package/dist-es/skins/o2.js +8 -0
- package/dist-es/skins/skin-contract.css-mistica.js +346 -338
- package/dist-es/skins/telefonica.js +8 -0
- package/dist-es/skins/tu.js +8 -0
- package/dist-es/skins/utils.js +21 -18
- package/dist-es/skins/vivo-new.js +8 -0
- package/dist-es/skins/vivo.js +8 -0
- 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 +29 -29
- package/dist-es/table.css-mistica.js +8 -8
- package/dist-es/tabs.css-mistica.js +15 -15
- package/dist-es/tag.css-mistica.js +1 -1
- package/dist-es/tag.js +39 -33
- package/dist-es/text-field-base.css-mistica.js +2 -2
- package/dist-es/text-field-components.css-mistica.js +5 -5
- package/dist-es/text-link.css-mistica.js +3 -3
- package/dist-es/text.css-mistica.js +7 -7
- package/dist-es/theme-context.css-mistica.js +386 -378
- package/dist-es/timeline.css-mistica.js +11 -11
- package/dist-es/timer.css-mistica.js +7 -7
- 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 +3 -3
- 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,513 @@
|
|
|
1
|
+
import { ESIMFLAG_SKIN as t } from "./constants.js";
|
|
2
|
+
import { applyAlpha as r } from "../utils/color.js";
|
|
3
|
+
const e = {
|
|
4
|
+
blue: "#005CFF",
|
|
5
|
+
blue10: "#E5EFFF",
|
|
6
|
+
blue15: "#CCDEFF",
|
|
7
|
+
blue20: "#B2CEFF",
|
|
8
|
+
blue30: "#80ADFF",
|
|
9
|
+
blue55: "#004ED9",
|
|
10
|
+
blue65: "#0247BF",
|
|
11
|
+
blue80: "#0B2739",
|
|
12
|
+
blue85: "#001740",
|
|
13
|
+
grass: "#99D52A",
|
|
14
|
+
grass10: "#EBF7D4",
|
|
15
|
+
grass70: "#6B951D",
|
|
16
|
+
grass75: "#5C8019",
|
|
17
|
+
peach: "#FF9800",
|
|
18
|
+
peach10: "#FFF4D5",
|
|
19
|
+
peach75: "#995B00",
|
|
20
|
+
purple: "#A140C4",
|
|
21
|
+
purple30: "#D1A1E3",
|
|
22
|
+
purple10: "#FCEFFC",
|
|
23
|
+
purple55: "#8B3AA8",
|
|
24
|
+
blush: "#FFD2E3",
|
|
25
|
+
teal: "#2FDDEA",
|
|
26
|
+
teal10: "#D5F8FB",
|
|
27
|
+
teal75: "#197980",
|
|
28
|
+
chili: "#FA4549",
|
|
29
|
+
tomato: "#FA4549",
|
|
30
|
+
tomato10: "#FEECED",
|
|
31
|
+
tomato55: "#ED0C0C",
|
|
32
|
+
tomato60: "#BA160A",
|
|
33
|
+
tomato65: "#B61515",
|
|
34
|
+
grey1: "#F1F7FF",
|
|
35
|
+
grey2: "#E3EEFF",
|
|
36
|
+
grey3: "#CCD6E5",
|
|
37
|
+
grey4: "#9FA7B2",
|
|
38
|
+
grey5: "#666B73",
|
|
39
|
+
grey6: "#393C40",
|
|
40
|
+
black: "#00091A",
|
|
41
|
+
white: "#FFFFFF",
|
|
42
|
+
darkModeBlack: "#00001C",
|
|
43
|
+
darkModeGrey: "#08132B",
|
|
44
|
+
darkModeGrey6: "#14213D",
|
|
45
|
+
darkModeBlue: "#0F67FF"
|
|
46
|
+
}, d = ()=>({
|
|
47
|
+
name: t,
|
|
48
|
+
colors: {
|
|
49
|
+
background: e.white,
|
|
50
|
+
backgroundAlternative: e.grey1,
|
|
51
|
+
backgroundBrand: `linear-gradient(180deg, ${e.blue55} 0%, ${e.blue} 60%, ${e.purple} 100%)`,
|
|
52
|
+
backgroundBrandSecondary: e.blue,
|
|
53
|
+
backgroundContainer: e.white,
|
|
54
|
+
backgroundContainerError: e.tomato10,
|
|
55
|
+
backgroundContainerHover: r(e.blue55, 0.05),
|
|
56
|
+
backgroundContainerPressed: r(e.blue55, 0.08),
|
|
57
|
+
backgroundContainerBrand: `linear-gradient(180deg, ${e.blue55} 0%, ${e.blue} 60%, ${e.purple} 100%)`,
|
|
58
|
+
backgroundContainerBrandHover: r(e.blue55, 0.2),
|
|
59
|
+
backgroundContainerBrandPressed: r(e.blue55, 0.4),
|
|
60
|
+
backgroundContainerBrandOverInverse: e.blue80,
|
|
61
|
+
backgroundContainerAlternative: e.grey1,
|
|
62
|
+
backgroundOverlay: r(e.black, 0.6),
|
|
63
|
+
backgroundSkeleton: e.grey2,
|
|
64
|
+
backgroundSkeletonInverse: e.blue55,
|
|
65
|
+
backgroundBrandTop: e.blue65,
|
|
66
|
+
backgroundBrandBottom: e.purple,
|
|
67
|
+
appBarBackground: e.white,
|
|
68
|
+
navigationBarBackground: e.blue55,
|
|
69
|
+
skeletonWave: e.grey2,
|
|
70
|
+
borderLow: e.grey1,
|
|
71
|
+
border: e.grey3,
|
|
72
|
+
borderHigh: e.grey5,
|
|
73
|
+
borderSelected: e.blue,
|
|
74
|
+
coverBackgroundHover: r(e.darkModeBlack, 0.25),
|
|
75
|
+
coverBackgroundPressed: r(e.darkModeBlack, 0.35),
|
|
76
|
+
buttonDangerBackground: e.tomato55,
|
|
77
|
+
buttonDangerBackgroundPressed: e.tomato65,
|
|
78
|
+
buttonDangerBackgroundHover: e.tomato60,
|
|
79
|
+
buttonLinkDangerBackgroundPressed: e.tomato10,
|
|
80
|
+
buttonLinkDangerBackgroundInverse: e.white,
|
|
81
|
+
buttonLinkDangerBackgroundInversePressed: e.tomato10,
|
|
82
|
+
buttonLinkBackgroundPressed: r(e.purple55, 0.08),
|
|
83
|
+
buttonLinkBackgroundInversePressed: r(e.white, 0.08),
|
|
84
|
+
buttonPrimaryBackground: e.blue,
|
|
85
|
+
buttonPrimaryBackgroundInverse: e.white,
|
|
86
|
+
buttonPrimaryBackgroundPressed: e.blue65,
|
|
87
|
+
buttonPrimaryBackgroundHover: e.blue55,
|
|
88
|
+
buttonPrimaryBackgroundInversePressed: e.blue15,
|
|
89
|
+
buttonSecondaryBorder: e.blue,
|
|
90
|
+
buttonSecondaryBorderPressed: e.blue55,
|
|
91
|
+
buttonSecondaryBackgroundHover: e.blue10,
|
|
92
|
+
buttonSecondaryBackgroundPressed: e.blue15,
|
|
93
|
+
buttonSecondaryBorderInverse: e.white,
|
|
94
|
+
buttonSecondaryBorderInversePressed: e.white,
|
|
95
|
+
buttonSecondaryBackgroundInverseHover: r(e.white, 0.15),
|
|
96
|
+
buttonSecondaryBackgroundInversePressed: r(e.white, 0.15),
|
|
97
|
+
textButtonPrimary: e.white,
|
|
98
|
+
textButtonPrimaryInverse: e.blue,
|
|
99
|
+
textButtonPrimaryInversePressed: e.blue55,
|
|
100
|
+
textButtonSecondary: e.blue,
|
|
101
|
+
textButtonSecondaryPressed: e.blue55,
|
|
102
|
+
textButtonSecondaryInverse: e.white,
|
|
103
|
+
textButtonSecondaryInversePressed: e.white,
|
|
104
|
+
textLink: e.purple,
|
|
105
|
+
textLinkInverse: e.white,
|
|
106
|
+
textLinkDanger: e.tomato55,
|
|
107
|
+
textLinkSnackbar: e.blue30,
|
|
108
|
+
textActivated: e.blue,
|
|
109
|
+
textBrand: e.blue,
|
|
110
|
+
control: e.grey4,
|
|
111
|
+
controlActivated: e.blue,
|
|
112
|
+
controlInverse: e.blue20,
|
|
113
|
+
controlActivatedInverse: e.white,
|
|
114
|
+
controlError: e.tomato,
|
|
115
|
+
barTrack: e.grey3,
|
|
116
|
+
barTrackInverse: r(e.white, 0.3),
|
|
117
|
+
loadingBar: e.blue,
|
|
118
|
+
loadingBarBackground: e.grey2,
|
|
119
|
+
toggleAndroidInactive: e.grey3,
|
|
120
|
+
toggleAndroidBackgroundActive: e.blue20,
|
|
121
|
+
iosControlKnob: e.white,
|
|
122
|
+
controlKnobInverse: e.blue,
|
|
123
|
+
divider: e.grey3,
|
|
124
|
+
dividerInverse: r(e.white, 0.2),
|
|
125
|
+
navigationBarDivider: e.grey3,
|
|
126
|
+
badge: e.tomato65,
|
|
127
|
+
feedbackErrorBackground: e.tomato,
|
|
128
|
+
feedbackInfoBackground: e.blue80,
|
|
129
|
+
brand: e.blue,
|
|
130
|
+
brandHigh: e.blue55,
|
|
131
|
+
inverse: e.white,
|
|
132
|
+
neutralHigh: e.blue85,
|
|
133
|
+
neutralMedium: e.grey5,
|
|
134
|
+
neutralMediumInverse: e.grey5,
|
|
135
|
+
neutralLow: e.grey1,
|
|
136
|
+
neutralLowAlternative: e.grey2,
|
|
137
|
+
textPrimary: e.blue85,
|
|
138
|
+
textPrimaryInverse: e.white,
|
|
139
|
+
textSecondary: e.grey5,
|
|
140
|
+
textSecondaryInverse: e.blue10,
|
|
141
|
+
success: e.grass,
|
|
142
|
+
warning: e.peach,
|
|
143
|
+
error: e.tomato,
|
|
144
|
+
textError: e.tomato55,
|
|
145
|
+
textErrorInverse: e.white,
|
|
146
|
+
promo: e.purple,
|
|
147
|
+
highlight: e.teal,
|
|
148
|
+
successLow: e.grass10,
|
|
149
|
+
warningLow: e.peach10,
|
|
150
|
+
errorLow: e.tomato10,
|
|
151
|
+
promoLow: e.purple10,
|
|
152
|
+
brandLow: e.blue10,
|
|
153
|
+
successHigh: e.grass70,
|
|
154
|
+
warningHigh: e.peach75,
|
|
155
|
+
errorHigh: e.tomato60,
|
|
156
|
+
promoHigh: e.purple,
|
|
157
|
+
successHighInverse: e.grass70,
|
|
158
|
+
warningHighInverse: e.peach75,
|
|
159
|
+
errorHighInverse: e.tomato60,
|
|
160
|
+
promoHighInverse: e.purple,
|
|
161
|
+
textNavigationBarPrimary: e.white,
|
|
162
|
+
textNavigationBarSecondary: e.blue20,
|
|
163
|
+
textNavigationSearchBarHint: e.blue20,
|
|
164
|
+
textNavigationSearchBarText: e.white,
|
|
165
|
+
textAppBar: e.grey5,
|
|
166
|
+
textAppBarSelected: e.blue55,
|
|
167
|
+
customTabsBackground: e.blue,
|
|
168
|
+
tagTextPromo: e.blue85,
|
|
169
|
+
tagTextActive: e.blue85,
|
|
170
|
+
tagTextInactive: e.grey5,
|
|
171
|
+
tagTextInfo: e.blue85,
|
|
172
|
+
tagTextSuccess: e.blue85,
|
|
173
|
+
tagTextWarning: e.blue85,
|
|
174
|
+
tagTextError: e.blue85,
|
|
175
|
+
tagBackgroundPromo: e.blush,
|
|
176
|
+
tagBackgroundActive: e.teal,
|
|
177
|
+
tagBackgroundInactive: e.grey2,
|
|
178
|
+
tagBackgroundInfo: e.purple,
|
|
179
|
+
tagBackgroundSuccess: e.grass,
|
|
180
|
+
tagBackgroundWarning: e.peach,
|
|
181
|
+
tagBackgroundError: e.chili,
|
|
182
|
+
tagTextPromoInverse: e.purple55,
|
|
183
|
+
tagTextActiveInverse: e.teal75,
|
|
184
|
+
tagTextInactiveInverse: e.grey5,
|
|
185
|
+
tagTextInfoInverse: e.purple,
|
|
186
|
+
tagTextSuccessInverse: e.grass75,
|
|
187
|
+
tagTextWarningInverse: e.peach75,
|
|
188
|
+
tagTextErrorInverse: e.tomato65,
|
|
189
|
+
tagBackgroundPromoInverse: e.purple10,
|
|
190
|
+
tagBackgroundActiveInverse: e.teal10,
|
|
191
|
+
tagBackgroundInactiveInverse: e.grey2,
|
|
192
|
+
tagBackgroundInfoInverse: e.purple10,
|
|
193
|
+
tagBackgroundSuccessInverse: e.grass10,
|
|
194
|
+
tagBackgroundWarningInverse: e.peach10,
|
|
195
|
+
tagBackgroundErrorInverse: e.tomato10,
|
|
196
|
+
cardContentOverlay: `linear-gradient(180deg, ${r(e.black, 0)} 0%, ${r(e.black, 0.4)} 30%, ${r(e.black, 0.7)} 100%)`
|
|
197
|
+
},
|
|
198
|
+
darkModeColors: {
|
|
199
|
+
background: e.darkModeBlack,
|
|
200
|
+
backgroundAlternative: e.darkModeBlack,
|
|
201
|
+
backgroundBrand: e.darkModeBlack,
|
|
202
|
+
backgroundBrandSecondary: e.darkModeBlack,
|
|
203
|
+
backgroundContainer: e.darkModeGrey,
|
|
204
|
+
backgroundContainerError: e.darkModeGrey,
|
|
205
|
+
backgroundContainerHover: r(e.white, 0.05),
|
|
206
|
+
backgroundContainerPressed: r(e.white, 0.08),
|
|
207
|
+
backgroundContainerBrand: e.darkModeGrey,
|
|
208
|
+
backgroundContainerBrandHover: r(e.white, 0.03),
|
|
209
|
+
backgroundContainerBrandPressed: r(e.white, 0.05),
|
|
210
|
+
backgroundContainerBrandOverInverse: e.darkModeGrey,
|
|
211
|
+
backgroundContainerAlternative: e.darkModeGrey,
|
|
212
|
+
backgroundOverlay: r(e.darkModeGrey, 0.8),
|
|
213
|
+
backgroundSkeleton: e.darkModeGrey6,
|
|
214
|
+
backgroundSkeletonInverse: e.darkModeGrey6,
|
|
215
|
+
backgroundBrandTop: e.darkModeBlack,
|
|
216
|
+
backgroundBrandBottom: e.darkModeBlack,
|
|
217
|
+
appBarBackground: e.darkModeGrey,
|
|
218
|
+
navigationBarBackground: e.darkModeBlack,
|
|
219
|
+
skeletonWave: e.grey6,
|
|
220
|
+
borderLow: e.darkModeBlack,
|
|
221
|
+
border: e.darkModeGrey,
|
|
222
|
+
borderHigh: e.grey5,
|
|
223
|
+
borderSelected: e.blue,
|
|
224
|
+
coverBackgroundHover: r(e.darkModeBlack, 0.25),
|
|
225
|
+
coverBackgroundPressed: r(e.darkModeBlack, 0.35),
|
|
226
|
+
buttonDangerBackground: e.tomato,
|
|
227
|
+
buttonDangerBackgroundPressed: e.tomato55,
|
|
228
|
+
buttonDangerBackgroundHover: e.tomato55,
|
|
229
|
+
buttonLinkDangerBackgroundPressed: r(e.white, 0.08),
|
|
230
|
+
buttonLinkDangerBackgroundInverse: r(e.white, 0),
|
|
231
|
+
buttonLinkDangerBackgroundInversePressed: r(e.white, 0.08),
|
|
232
|
+
buttonLinkBackgroundPressed: r(e.white, 0.08),
|
|
233
|
+
buttonLinkBackgroundInversePressed: r(e.white, 0.08),
|
|
234
|
+
buttonPrimaryBackground: e.blue,
|
|
235
|
+
buttonPrimaryBackgroundInverse: e.blue,
|
|
236
|
+
buttonPrimaryBackgroundPressed: e.blue55,
|
|
237
|
+
buttonPrimaryBackgroundHover: e.blue55,
|
|
238
|
+
buttonPrimaryBackgroundInversePressed: e.blue55,
|
|
239
|
+
buttonSecondaryBackgroundPressed: r(e.white, 0.15),
|
|
240
|
+
buttonSecondaryBorder: e.white,
|
|
241
|
+
buttonSecondaryBorderPressed: e.white,
|
|
242
|
+
buttonSecondaryBorderInverse: e.white,
|
|
243
|
+
buttonSecondaryBorderInversePressed: e.white,
|
|
244
|
+
buttonSecondaryBackgroundHover: r(e.white, 0.15),
|
|
245
|
+
buttonSecondaryBackgroundInverseHover: r(e.white, 0.15),
|
|
246
|
+
buttonSecondaryBackgroundInversePressed: r(e.white, 0.15),
|
|
247
|
+
textButtonPrimary: e.white,
|
|
248
|
+
textButtonPrimaryInverse: e.white,
|
|
249
|
+
textButtonPrimaryInversePressed: e.white,
|
|
250
|
+
textButtonSecondary: e.grey2,
|
|
251
|
+
textButtonSecondaryPressed: e.grey2,
|
|
252
|
+
textButtonSecondaryInverse: e.grey2,
|
|
253
|
+
textButtonSecondaryInversePressed: e.grey2,
|
|
254
|
+
textLink: e.purple30,
|
|
255
|
+
textLinkInverse: e.purple30,
|
|
256
|
+
textLinkDanger: e.chili,
|
|
257
|
+
textLinkSnackbar: e.blue30,
|
|
258
|
+
textActivated: e.blue30,
|
|
259
|
+
textBrand: e.blue30,
|
|
260
|
+
control: e.grey4,
|
|
261
|
+
controlActivated: e.blue,
|
|
262
|
+
controlInverse: e.grey4,
|
|
263
|
+
controlActivatedInverse: e.darkModeBlue,
|
|
264
|
+
controlError: e.tomato55,
|
|
265
|
+
barTrack: e.darkModeGrey6,
|
|
266
|
+
barTrackInverse: e.darkModeGrey6,
|
|
267
|
+
loadingBar: e.darkModeBlue,
|
|
268
|
+
loadingBarBackground: e.darkModeGrey6,
|
|
269
|
+
toggleAndroidInactive: e.grey2,
|
|
270
|
+
toggleAndroidBackgroundActive: e.blue15,
|
|
271
|
+
iosControlKnob: e.grey3,
|
|
272
|
+
controlKnobInverse: e.grey3,
|
|
273
|
+
badge: e.tomato65,
|
|
274
|
+
feedbackErrorBackground: e.tomato60,
|
|
275
|
+
feedbackInfoBackground: e.darkModeGrey6,
|
|
276
|
+
divider: r(e.white, 0.1),
|
|
277
|
+
dividerInverse: r(e.white, 0.1),
|
|
278
|
+
navigationBarDivider: e.darkModeBlack,
|
|
279
|
+
brand: e.blue15,
|
|
280
|
+
brandHigh: r(e.white, 0.05),
|
|
281
|
+
inverse: e.grey3,
|
|
282
|
+
neutralHigh: e.grey3,
|
|
283
|
+
neutralMedium: e.grey6,
|
|
284
|
+
neutralMediumInverse: e.grey6,
|
|
285
|
+
neutralLow: e.grey6,
|
|
286
|
+
neutralLowAlternative: e.grey6,
|
|
287
|
+
textPrimary: e.grey3,
|
|
288
|
+
textPrimaryInverse: e.grey3,
|
|
289
|
+
textSecondary: e.grey4,
|
|
290
|
+
textSecondaryInverse: e.grey4,
|
|
291
|
+
success: e.grass,
|
|
292
|
+
warning: e.peach,
|
|
293
|
+
error: e.chili,
|
|
294
|
+
textError: e.chili,
|
|
295
|
+
textErrorInverse: e.chili,
|
|
296
|
+
promo: e.purple,
|
|
297
|
+
highlight: e.teal,
|
|
298
|
+
successLow: e.darkModeGrey6,
|
|
299
|
+
warningLow: e.darkModeGrey6,
|
|
300
|
+
errorLow: e.darkModeGrey6,
|
|
301
|
+
promoLow: e.darkModeGrey6,
|
|
302
|
+
brandLow: e.darkModeGrey6,
|
|
303
|
+
successHigh: e.grass70,
|
|
304
|
+
warningHigh: e.peach75,
|
|
305
|
+
errorHigh: e.tomato60,
|
|
306
|
+
promoHigh: e.purple55,
|
|
307
|
+
successHighInverse: e.grass75,
|
|
308
|
+
warningHighInverse: e.peach75,
|
|
309
|
+
errorHighInverse: e.tomato60,
|
|
310
|
+
promoHighInverse: e.purple55,
|
|
311
|
+
textNavigationBarPrimary: e.grey3,
|
|
312
|
+
textNavigationBarSecondary: e.grey4,
|
|
313
|
+
textNavigationSearchBarHint: e.grey4,
|
|
314
|
+
textNavigationSearchBarText: e.grey3,
|
|
315
|
+
textAppBar: e.grey4,
|
|
316
|
+
textAppBarSelected: e.blue15,
|
|
317
|
+
customTabsBackground: e.darkModeBlack,
|
|
318
|
+
tagTextPromo: e.blush,
|
|
319
|
+
tagTextActive: e.blue30,
|
|
320
|
+
tagTextInactive: e.grey3,
|
|
321
|
+
tagTextInfo: e.purple30,
|
|
322
|
+
tagTextSuccess: e.grass,
|
|
323
|
+
tagTextWarning: e.peach,
|
|
324
|
+
tagTextError: e.chili,
|
|
325
|
+
tagBackgroundPromo: e.darkModeGrey6,
|
|
326
|
+
tagBackgroundActive: e.darkModeGrey6,
|
|
327
|
+
tagBackgroundInactive: e.darkModeGrey6,
|
|
328
|
+
tagBackgroundInfo: e.darkModeGrey6,
|
|
329
|
+
tagBackgroundSuccess: e.darkModeGrey6,
|
|
330
|
+
tagBackgroundWarning: e.darkModeGrey6,
|
|
331
|
+
tagBackgroundError: e.darkModeGrey6,
|
|
332
|
+
tagTextPromoInverse: e.blush,
|
|
333
|
+
tagTextActiveInverse: e.blue30,
|
|
334
|
+
tagTextInactiveInverse: e.grey3,
|
|
335
|
+
tagTextInfoInverse: e.blue30,
|
|
336
|
+
tagTextSuccessInverse: e.grass,
|
|
337
|
+
tagTextWarningInverse: e.peach,
|
|
338
|
+
tagTextErrorInverse: e.chili,
|
|
339
|
+
tagBackgroundPromoInverse: e.darkModeGrey6,
|
|
340
|
+
tagBackgroundActiveInverse: e.darkModeGrey6,
|
|
341
|
+
tagBackgroundInactiveInverse: e.darkModeGrey6,
|
|
342
|
+
tagBackgroundInfoInverse: e.darkModeGrey6,
|
|
343
|
+
tagBackgroundSuccessInverse: e.darkModeGrey6,
|
|
344
|
+
tagBackgroundWarningInverse: e.darkModeGrey6,
|
|
345
|
+
tagBackgroundErrorInverse: e.darkModeGrey6,
|
|
346
|
+
cardContentOverlay: `linear-gradient(180deg, ${r(e.black, 0)} 0%, ${r(e.black, 0.4)} 30%, ${r(e.black, 0.7)} 100%)`
|
|
347
|
+
},
|
|
348
|
+
borderRadii: {
|
|
349
|
+
avatar: "50%",
|
|
350
|
+
bar: "999px",
|
|
351
|
+
button: "999px",
|
|
352
|
+
checkbox: "4px",
|
|
353
|
+
container: "20px",
|
|
354
|
+
indicator: "8px",
|
|
355
|
+
input: "16px",
|
|
356
|
+
legacyDisplay: "20px",
|
|
357
|
+
popup: "16px",
|
|
358
|
+
sheet: "16px",
|
|
359
|
+
mediaSmall: "8px"
|
|
360
|
+
},
|
|
361
|
+
textPresets: {
|
|
362
|
+
button: {
|
|
363
|
+
weight: "medium"
|
|
364
|
+
},
|
|
365
|
+
cardTitle: {
|
|
366
|
+
weight: "medium"
|
|
367
|
+
},
|
|
368
|
+
indicator: {
|
|
369
|
+
weight: "medium"
|
|
370
|
+
},
|
|
371
|
+
link: {
|
|
372
|
+
weight: "medium"
|
|
373
|
+
},
|
|
374
|
+
navigationBar: {
|
|
375
|
+
weight: "medium"
|
|
376
|
+
},
|
|
377
|
+
tabsLabel: {
|
|
378
|
+
lineHeight: {
|
|
379
|
+
desktop: 24,
|
|
380
|
+
mobile: 24
|
|
381
|
+
},
|
|
382
|
+
size: {
|
|
383
|
+
desktop: 18,
|
|
384
|
+
mobile: 16
|
|
385
|
+
},
|
|
386
|
+
weight: "medium"
|
|
387
|
+
},
|
|
388
|
+
text1: {
|
|
389
|
+
lineHeight: {
|
|
390
|
+
desktop: 20,
|
|
391
|
+
mobile: 16
|
|
392
|
+
},
|
|
393
|
+
size: {
|
|
394
|
+
desktop: 14,
|
|
395
|
+
mobile: 12
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
text2: {
|
|
399
|
+
lineHeight: {
|
|
400
|
+
desktop: 24,
|
|
401
|
+
mobile: 20
|
|
402
|
+
},
|
|
403
|
+
size: {
|
|
404
|
+
desktop: 16,
|
|
405
|
+
mobile: 14
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
text3: {
|
|
409
|
+
lineHeight: {
|
|
410
|
+
desktop: 24,
|
|
411
|
+
mobile: 24
|
|
412
|
+
},
|
|
413
|
+
size: {
|
|
414
|
+
desktop: 18,
|
|
415
|
+
mobile: 16
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
text4: {
|
|
419
|
+
lineHeight: {
|
|
420
|
+
desktop: 28,
|
|
421
|
+
mobile: 24
|
|
422
|
+
},
|
|
423
|
+
size: {
|
|
424
|
+
desktop: 20,
|
|
425
|
+
mobile: 18
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
text5: {
|
|
429
|
+
lineHeight: {
|
|
430
|
+
desktop: 32,
|
|
431
|
+
mobile: 24
|
|
432
|
+
},
|
|
433
|
+
size: {
|
|
434
|
+
desktop: 28,
|
|
435
|
+
mobile: 20
|
|
436
|
+
},
|
|
437
|
+
weight: "bold"
|
|
438
|
+
},
|
|
439
|
+
text6: {
|
|
440
|
+
lineHeight: {
|
|
441
|
+
desktop: 40,
|
|
442
|
+
mobile: 32
|
|
443
|
+
},
|
|
444
|
+
size: {
|
|
445
|
+
desktop: 32,
|
|
446
|
+
mobile: 24
|
|
447
|
+
},
|
|
448
|
+
weight: "bold"
|
|
449
|
+
},
|
|
450
|
+
text7: {
|
|
451
|
+
lineHeight: {
|
|
452
|
+
desktop: 48,
|
|
453
|
+
mobile: 32
|
|
454
|
+
},
|
|
455
|
+
size: {
|
|
456
|
+
desktop: 40,
|
|
457
|
+
mobile: 28
|
|
458
|
+
},
|
|
459
|
+
weight: "bold"
|
|
460
|
+
},
|
|
461
|
+
text8: {
|
|
462
|
+
lineHeight: {
|
|
463
|
+
desktop: 56,
|
|
464
|
+
mobile: 40
|
|
465
|
+
},
|
|
466
|
+
size: {
|
|
467
|
+
desktop: 48,
|
|
468
|
+
mobile: 32
|
|
469
|
+
},
|
|
470
|
+
weight: "bold"
|
|
471
|
+
},
|
|
472
|
+
text9: {
|
|
473
|
+
lineHeight: {
|
|
474
|
+
desktop: 64,
|
|
475
|
+
mobile: 48
|
|
476
|
+
},
|
|
477
|
+
size: {
|
|
478
|
+
desktop: 56,
|
|
479
|
+
mobile: 40
|
|
480
|
+
},
|
|
481
|
+
weight: "bold"
|
|
482
|
+
},
|
|
483
|
+
text10: {
|
|
484
|
+
lineHeight: {
|
|
485
|
+
desktop: 72,
|
|
486
|
+
mobile: 56
|
|
487
|
+
},
|
|
488
|
+
size: {
|
|
489
|
+
desktop: 64,
|
|
490
|
+
mobile: 48
|
|
491
|
+
},
|
|
492
|
+
weight: "bold"
|
|
493
|
+
},
|
|
494
|
+
title1: {
|
|
495
|
+
weight: "medium"
|
|
496
|
+
},
|
|
497
|
+
title2: {
|
|
498
|
+
weight: "bold"
|
|
499
|
+
},
|
|
500
|
+
title3: {
|
|
501
|
+
lineHeight: {
|
|
502
|
+
desktop: 32,
|
|
503
|
+
mobile: 24
|
|
504
|
+
},
|
|
505
|
+
size: {
|
|
506
|
+
desktop: 28,
|
|
507
|
+
mobile: 20
|
|
508
|
+
},
|
|
509
|
+
weight: "bold"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
});
|
|
513
|
+
export { d as getEsimflagSkin, e as palette };
|
|
@@ -181,24 +181,28 @@ const e = {
|
|
|
181
181
|
tagTextPromo: e.white,
|
|
182
182
|
tagTextActive: e.movistarBlueHC,
|
|
183
183
|
tagTextInactive: e.grey5,
|
|
184
|
+
tagTextInfo: e.white,
|
|
184
185
|
tagTextSuccess: e.movistarGreen70,
|
|
185
186
|
tagTextWarning: e.egg80,
|
|
186
187
|
tagTextError: e.pepper70,
|
|
187
188
|
tagBackgroundPromo: e.pepper70,
|
|
188
189
|
tagBackgroundActive: e.movistarBlue10,
|
|
189
190
|
tagBackgroundInactive: e.grey1,
|
|
191
|
+
tagBackgroundInfo: e.movistarBlueDark,
|
|
190
192
|
tagBackgroundSuccess: e.movistarGreen10,
|
|
191
193
|
tagBackgroundWarning: e.egg10,
|
|
192
194
|
tagBackgroundError: e.pepper10,
|
|
193
195
|
tagTextPromoInverse: e.pepper70,
|
|
194
196
|
tagTextActiveInverse: e.movistarBlueHC,
|
|
195
197
|
tagTextInactiveInverse: e.grey5,
|
|
198
|
+
tagTextInfoInverse: e.movistarBlueDark,
|
|
196
199
|
tagTextSuccessInverse: e.movistarGreen70,
|
|
197
200
|
tagTextWarningInverse: e.egg80,
|
|
198
201
|
tagTextErrorInverse: e.pepper70,
|
|
199
202
|
tagBackgroundPromoInverse: e.white,
|
|
200
203
|
tagBackgroundActiveInverse: e.white,
|
|
201
204
|
tagBackgroundInactiveInverse: e.white,
|
|
205
|
+
tagBackgroundInfoInverse: e.white,
|
|
202
206
|
tagBackgroundSuccessInverse: e.white,
|
|
203
207
|
tagBackgroundWarningInverse: e.white,
|
|
204
208
|
tagBackgroundErrorInverse: e.white,
|
|
@@ -327,24 +331,28 @@ const e = {
|
|
|
327
331
|
tagTextPromo: e.white,
|
|
328
332
|
tagTextActive: e.movistarBlue,
|
|
329
333
|
tagTextInactive: e.darkModeGrey3,
|
|
334
|
+
tagTextInfo: e.white,
|
|
330
335
|
tagTextSuccess: e.movistarGreen40,
|
|
331
336
|
tagTextWarning: e.egg40,
|
|
332
337
|
tagTextError: e.pepper45,
|
|
333
338
|
tagBackgroundPromo: e.pepper70,
|
|
334
339
|
tagBackgroundActive: e.darkModeGrey7,
|
|
335
340
|
tagBackgroundInactive: e.darkModeGrey7,
|
|
341
|
+
tagBackgroundInfo: e.darkModeGrey7,
|
|
336
342
|
tagBackgroundSuccess: e.darkModeGrey7,
|
|
337
343
|
tagBackgroundWarning: e.darkModeGrey7,
|
|
338
344
|
tagBackgroundError: e.darkModeGrey7,
|
|
339
345
|
tagTextPromoInverse: e.white,
|
|
340
346
|
tagTextActiveInverse: e.movistarBlue,
|
|
341
347
|
tagTextInactiveInverse: e.darkModeGrey3,
|
|
348
|
+
tagTextInfoInverse: e.white,
|
|
342
349
|
tagTextSuccessInverse: e.movistarGreen40,
|
|
343
350
|
tagTextWarningInverse: e.egg40,
|
|
344
351
|
tagTextErrorInverse: e.pepper45,
|
|
345
352
|
tagBackgroundPromoInverse: e.pepper70,
|
|
346
353
|
tagBackgroundActiveInverse: e.darkModeGrey7,
|
|
347
354
|
tagBackgroundInactiveInverse: e.darkModeGrey7,
|
|
355
|
+
tagBackgroundInfoInverse: e.darkModeGrey7,
|
|
348
356
|
tagBackgroundSuccessInverse: e.darkModeGrey7,
|
|
349
357
|
tagBackgroundWarningInverse: e.darkModeGrey7,
|
|
350
358
|
tagBackgroundErrorInverse: e.darkModeGrey7,
|
package/dist-es/skins/o2-new.js
CHANGED
|
@@ -172,24 +172,28 @@ const e = {
|
|
|
172
172
|
tagTextPromo: e.o2Pink80,
|
|
173
173
|
tagTextActive: e.beyondBlue,
|
|
174
174
|
tagTextInactive: e.grey60,
|
|
175
|
+
tagTextInfo: e.beyondBlue,
|
|
175
176
|
tagTextSuccess: e.o2Green80,
|
|
176
177
|
tagTextWarning: e.o2Orange75,
|
|
177
178
|
tagTextError: e.o2Red65,
|
|
178
179
|
tagBackgroundPromo: e.o2Pink15,
|
|
179
180
|
tagBackgroundActive: e.beyondBlue10,
|
|
180
181
|
tagBackgroundInactive: e.grey20,
|
|
182
|
+
tagBackgroundInfo: e.beyondBlue10,
|
|
181
183
|
tagBackgroundSuccess: e.o2Green10,
|
|
182
184
|
tagBackgroundWarning: e.o2Orange10,
|
|
183
185
|
tagBackgroundError: e.o2Red10,
|
|
184
186
|
tagTextPromoInverse: e.o2Pink80,
|
|
185
187
|
tagTextActiveInverse: e.beyondBlue,
|
|
186
188
|
tagTextInactiveInverse: e.grey60,
|
|
189
|
+
tagTextInfoInverse: e.beyondBlue,
|
|
187
190
|
tagTextSuccessInverse: e.o2Green80,
|
|
188
191
|
tagTextWarningInverse: e.o2Orange75,
|
|
189
192
|
tagTextErrorInverse: e.o2Red65,
|
|
190
193
|
tagBackgroundPromoInverse: e.o2Pink15,
|
|
191
194
|
tagBackgroundActiveInverse: e.beyondBlue10,
|
|
192
195
|
tagBackgroundInactiveInverse: e.grey20,
|
|
196
|
+
tagBackgroundInfoInverse: e.beyondBlue10,
|
|
193
197
|
tagBackgroundSuccessInverse: e.o2Green10,
|
|
194
198
|
tagBackgroundWarningInverse: e.o2Orange10,
|
|
195
199
|
tagBackgroundErrorInverse: e.o2Red10,
|
|
@@ -318,24 +322,28 @@ const e = {
|
|
|
318
322
|
tagTextPromo: e.o2Pink,
|
|
319
323
|
tagTextActive: e.beyondBlue30,
|
|
320
324
|
tagTextInactive: e.grey40,
|
|
325
|
+
tagTextInfo: e.beyondBlue30,
|
|
321
326
|
tagTextSuccess: e.o2Green,
|
|
322
327
|
tagTextWarning: e.o2Orange,
|
|
323
328
|
tagTextError: e.o2Red45,
|
|
324
329
|
tagBackgroundPromo: e.darkModeGrey6,
|
|
325
330
|
tagBackgroundActive: e.darkModeGrey6,
|
|
326
331
|
tagBackgroundInactive: e.darkModeGrey6,
|
|
332
|
+
tagBackgroundInfo: e.darkModeGrey6,
|
|
327
333
|
tagBackgroundSuccess: e.darkModeGrey6,
|
|
328
334
|
tagBackgroundWarning: e.darkModeGrey6,
|
|
329
335
|
tagBackgroundError: e.darkModeGrey6,
|
|
330
336
|
tagTextPromoInverse: e.o2Pink,
|
|
331
337
|
tagTextActiveInverse: e.beyondBlue30,
|
|
332
338
|
tagTextInactiveInverse: e.grey40,
|
|
339
|
+
tagTextInfoInverse: e.beyondBlue30,
|
|
333
340
|
tagTextSuccessInverse: e.o2Green,
|
|
334
341
|
tagTextWarningInverse: e.o2Orange,
|
|
335
342
|
tagTextErrorInverse: e.o2Red45,
|
|
336
343
|
tagBackgroundPromoInverse: e.darkModeGrey6,
|
|
337
344
|
tagBackgroundActiveInverse: e.darkModeGrey6,
|
|
338
345
|
tagBackgroundInactiveInverse: e.darkModeGrey6,
|
|
346
|
+
tagBackgroundInfoInverse: e.darkModeGrey6,
|
|
339
347
|
tagBackgroundSuccessInverse: e.darkModeGrey6,
|
|
340
348
|
tagBackgroundWarningInverse: e.darkModeGrey6,
|
|
341
349
|
tagBackgroundErrorInverse: e.darkModeGrey6,
|
package/dist-es/skins/o2.js
CHANGED
|
@@ -168,24 +168,28 @@ const e = {
|
|
|
168
168
|
tagTextPromo: e.o2Purple,
|
|
169
169
|
tagTextActive: e.o2BluePrimary,
|
|
170
170
|
tagTextInactive: e.grey5,
|
|
171
|
+
tagTextInfo: e.o2BluePrimary,
|
|
171
172
|
tagTextSuccess: e.o2Green80,
|
|
172
173
|
tagTextWarning: e.o2Orange75,
|
|
173
174
|
tagTextError: e.pepper60,
|
|
174
175
|
tagBackgroundPromo: e.o2Purple10,
|
|
175
176
|
tagBackgroundActive: e.o2BluePrimary10,
|
|
176
177
|
tagBackgroundInactive: e.grey1,
|
|
178
|
+
tagBackgroundInfo: e.o2BluePrimary10,
|
|
177
179
|
tagBackgroundSuccess: e.o2Green10,
|
|
178
180
|
tagBackgroundWarning: e.o2Orange10,
|
|
179
181
|
tagBackgroundError: e.pepper10,
|
|
180
182
|
tagTextPromoInverse: e.o2Purple,
|
|
181
183
|
tagTextActiveInverse: e.o2BluePrimary,
|
|
182
184
|
tagTextInactiveInverse: e.grey5,
|
|
185
|
+
tagTextInfoInverse: e.o2BluePrimary,
|
|
183
186
|
tagTextSuccessInverse: e.o2Green80,
|
|
184
187
|
tagTextWarningInverse: e.o2Orange75,
|
|
185
188
|
tagTextErrorInverse: e.pepper60,
|
|
186
189
|
tagBackgroundPromoInverse: e.o2Purple10,
|
|
187
190
|
tagBackgroundActiveInverse: e.o2BluePrimary10,
|
|
188
191
|
tagBackgroundInactiveInverse: e.grey1,
|
|
192
|
+
tagBackgroundInfoInverse: e.o2BluePrimary10,
|
|
189
193
|
tagBackgroundSuccessInverse: e.o2Green10,
|
|
190
194
|
tagBackgroundWarningInverse: e.o2Orange10,
|
|
191
195
|
tagBackgroundErrorInverse: e.pepper10,
|
|
@@ -314,24 +318,28 @@ const e = {
|
|
|
314
318
|
tagTextPromo: e.o2Purple30,
|
|
315
319
|
tagTextActive: e.o2BluePrimary30,
|
|
316
320
|
tagTextInactive: e.grey5,
|
|
321
|
+
tagTextInfo: e.o2BluePrimary30,
|
|
317
322
|
tagTextSuccess: e.o2Green40,
|
|
318
323
|
tagTextWarning: e.o2Orange40,
|
|
319
324
|
tagTextError: e.pepper40,
|
|
320
325
|
tagBackgroundPromo: e.darkModeGrey6,
|
|
321
326
|
tagBackgroundActive: e.darkModeGrey6,
|
|
322
327
|
tagBackgroundInactive: e.darkModeGrey6,
|
|
328
|
+
tagBackgroundInfo: e.darkModeGrey6,
|
|
323
329
|
tagBackgroundSuccess: e.darkModeGrey6,
|
|
324
330
|
tagBackgroundWarning: e.darkModeGrey6,
|
|
325
331
|
tagBackgroundError: e.darkModeGrey6,
|
|
326
332
|
tagTextPromoInverse: e.o2Purple30,
|
|
327
333
|
tagTextActiveInverse: e.o2BluePrimary30,
|
|
328
334
|
tagTextInactiveInverse: e.grey5,
|
|
335
|
+
tagTextInfoInverse: e.o2BluePrimary30,
|
|
329
336
|
tagTextSuccessInverse: e.o2Green40,
|
|
330
337
|
tagTextWarningInverse: e.o2Orange40,
|
|
331
338
|
tagTextErrorInverse: e.pepper40,
|
|
332
339
|
tagBackgroundPromoInverse: e.darkModeGrey6,
|
|
333
340
|
tagBackgroundActiveInverse: e.darkModeGrey6,
|
|
334
341
|
tagBackgroundInactiveInverse: e.darkModeGrey6,
|
|
342
|
+
tagBackgroundInfoInverse: e.darkModeGrey6,
|
|
335
343
|
tagBackgroundSuccessInverse: e.darkModeGrey6,
|
|
336
344
|
tagBackgroundWarningInverse: e.darkModeGrey6,
|
|
337
345
|
tagBackgroundErrorInverse: e.darkModeGrey6,
|