@telefonica/mistica 14.47.0 → 15.0.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/README.md +1 -3
- package/css/mistica.css +1 -1
- package/dist/accordion.d.ts +1 -6
- package/dist/button-fixed-footer-layout.js +9 -11
- package/dist/button-layout.css-mistica.js +10 -19
- package/dist/button-layout.css.d.ts +3 -6
- package/dist/button-layout.d.ts +5 -0
- package/dist/button-layout.js +41 -26
- package/dist/button.d.ts +0 -4
- package/dist/button.js +1 -1
- package/dist/card.d.ts +2 -0
- package/dist/card.js +220 -208
- package/dist/cvv-field.js +30 -29
- package/dist/dialog.js +31 -33
- package/dist/feedback.js +61 -79
- package/dist/form-context.js +49 -40
- package/dist/form.js +10 -10
- package/dist/icon-button.d.ts +0 -1
- package/dist/icons/icon-error.js +5 -5
- package/dist/icons/icon-info.js +5 -5
- package/dist/icons/icon-success.js +6 -7
- package/dist/image.js +36 -32
- package/dist/index.d.ts +3 -12
- package/dist/index.js +0 -20
- package/dist/list.d.ts +0 -4
- package/dist/logo.js +0 -1
- package/dist/package-version.js +1 -1
- package/dist/popover.d.ts +0 -4
- package/dist/popover.js +10 -11
- package/dist/select.d.ts +1 -0
- package/dist/select.js +65 -65
- package/dist/sheet.js +6 -8
- package/dist/skins/blau.js +1 -1
- package/dist/skins/constants.d.ts +0 -2
- package/dist/skins/constants.js +6 -12
- package/dist/skins/movistar.js +1 -1
- package/dist/skins/o2.js +1 -1
- package/dist/skins/telefonica.js +1 -1
- package/dist/skins/tu.js +1 -1
- package/dist/skins/types/index.d.ts +1 -1
- package/dist/skins/utils.js +4 -7
- package/dist/skins/vivo-new.js +1 -1
- package/dist/skins/vivo.js +1 -1
- package/dist/slider.d.ts +0 -8
- package/dist/slider.js +95 -97
- package/dist/tag.js +34 -39
- package/dist/tooltip.d.ts +0 -16
- package/dist/tooltip.js +78 -79
- package/dist-es/button-fixed-footer-layout.js +18 -20
- package/dist-es/button-layout.css-mistica.js +7 -7
- package/dist-es/button-layout.js +49 -34
- package/dist-es/button.js +1 -1
- package/dist-es/card.js +354 -342
- package/dist-es/cvv-field.js +55 -54
- package/dist-es/dialog.js +39 -41
- package/dist-es/feedback.js +102 -120
- package/dist-es/form-context.js +54 -45
- package/dist-es/form.js +13 -13
- package/dist-es/icons/icon-error.js +6 -6
- package/dist-es/icons/icon-info.js +6 -6
- package/dist-es/icons/icon-success.js +9 -10
- package/dist-es/image.js +38 -34
- package/dist-es/index.js +1767 -1769
- package/dist-es/logo.js +0 -1
- package/dist-es/package-version.js +1 -1
- package/dist-es/popover.js +27 -28
- package/dist-es/select.js +97 -97
- package/dist-es/sheet.js +9 -11
- package/dist-es/skins/blau.js +1 -1
- package/dist-es/skins/constants.js +2 -2
- package/dist-es/skins/movistar.js +1 -1
- package/dist-es/skins/o2.js +1 -1
- package/dist-es/skins/telefonica.js +1 -1
- package/dist-es/skins/tu.js +1 -1
- package/dist-es/skins/utils.js +17 -20
- package/dist-es/skins/vivo-new.js +1 -1
- package/dist-es/skins/vivo.js +1 -1
- package/dist-es/slider.js +117 -119
- package/dist-es/style.css +1 -1
- package/dist-es/tag.js +52 -57
- package/dist-es/tooltip.js +83 -84
- package/package.json +1 -1
- package/dist/skins/movistar-legacy.d.ts +0 -47
- package/dist/skins/movistar-legacy.js +0 -392
- package/dist/skins/o2-classic.d.ts +0 -56
- package/dist/skins/o2-classic.js +0 -324
- package/dist-es/skins/movistar-legacy.js +0 -375
- package/dist-es/skins/o2-classic.js +0 -307
|
@@ -1,307 +0,0 @@
|
|
|
1
|
-
import { applyAlpha as r } from "../utils/color.js";
|
|
2
|
-
import { O2_CLASSIC_SKIN as o } from "./constants.js";
|
|
3
|
-
const e = {
|
|
4
|
-
o2Blue: "#032B5A",
|
|
5
|
-
o2Blue10: "#E6EAEE",
|
|
6
|
-
o2Blue30: "#8195AC",
|
|
7
|
-
o2Blue45: "#6C8BAF",
|
|
8
|
-
o2Blue55: "#04264E",
|
|
9
|
-
o2SkyBlue: "#0090D0",
|
|
10
|
-
o2SkyBlue55: "#057DB2",
|
|
11
|
-
o2SkyBlueLight: "#65B4E4",
|
|
12
|
-
o2SkyBlueLight45: "#80C7E7",
|
|
13
|
-
o2SkyBlueLight20: "#D0E8F6",
|
|
14
|
-
o2SkyBlueLight10: "#E9F5FB",
|
|
15
|
-
o2DeepSkyBlue: "#7FD4FE",
|
|
16
|
-
o2Gem: "#01B7B4",
|
|
17
|
-
o2GemDark: "#099E9B",
|
|
18
|
-
o2GemLight30: "#99E2E1",
|
|
19
|
-
o2Yellow: "#FFCC00",
|
|
20
|
-
o2Green: "#84B50F",
|
|
21
|
-
o2Green10: "#F3F8E7",
|
|
22
|
-
o2Green40: "#A9CB57",
|
|
23
|
-
o2Green75: "#4D621D",
|
|
24
|
-
pepper: "#FF374A",
|
|
25
|
-
pepper10: "#FFEBED",
|
|
26
|
-
pepper20: "#FFC3C8",
|
|
27
|
-
pepper40: "#FF7380",
|
|
28
|
-
pepper55: "#D73241",
|
|
29
|
-
pepper70: "#B22634",
|
|
30
|
-
orange: "#FF7F41",
|
|
31
|
-
orange10: "#FFF2EC",
|
|
32
|
-
orange40: "#FFA57A",
|
|
33
|
-
orange80: "#73391D",
|
|
34
|
-
coral: "#FF706E",
|
|
35
|
-
pink: "#EB3C7D",
|
|
36
|
-
pink10: "#FDEBF2",
|
|
37
|
-
pink40: "#F59DBE",
|
|
38
|
-
pink60: "#BC3064",
|
|
39
|
-
o2GradientFirst: "#102550",
|
|
40
|
-
o2GradientSecond: "#0B4680",
|
|
41
|
-
o2GradientThird: "#0D71AD",
|
|
42
|
-
o2GradientFourth: "#449ED0",
|
|
43
|
-
grey1: "#F6F6F6",
|
|
44
|
-
grey2: "#EEEEEE",
|
|
45
|
-
grey3: "#DDDDDD",
|
|
46
|
-
grey4: "#999999",
|
|
47
|
-
grey5: "#757575",
|
|
48
|
-
grey6: "#000033",
|
|
49
|
-
white: "#FFFFFF",
|
|
50
|
-
// specific for dark mode:
|
|
51
|
-
darkModeBlack: "#191919",
|
|
52
|
-
darkModeGrey: "#242424",
|
|
53
|
-
darkModeGrey6: "#313235"
|
|
54
|
-
}, d = ()=>({
|
|
55
|
-
name: o,
|
|
56
|
-
colors: {
|
|
57
|
-
// BACKGROUNDS
|
|
58
|
-
appBarBackground: e.white,
|
|
59
|
-
background: e.white,
|
|
60
|
-
backgroundContainer: e.white,
|
|
61
|
-
backgroundContainerHover: e.white,
|
|
62
|
-
backgroundContainerPressed: e.white,
|
|
63
|
-
backgroundContainerBrand: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
64
|
-
backgroundContainerBrandHover: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
65
|
-
backgroundContainerBrandPressed: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
66
|
-
backgroundContainerBrandOverInverse: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
67
|
-
backgroundContainerAlternative: e.grey1,
|
|
68
|
-
backgroundBrand: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
69
|
-
backgroundBrandSecondary: `linear-gradient(to bottom, ${e.o2Blue}, ${e.o2GradientSecond} 51%, ${e.o2GradientThird} 72%, ${e.o2GradientFourth})`,
|
|
70
|
-
backgroundOverlay: r(e.grey6, 0.6),
|
|
71
|
-
backgroundSkeleton: e.grey2,
|
|
72
|
-
backgroundSkeletonInverse: r(e.white, 0.2),
|
|
73
|
-
navigationBarBackground: e.o2Blue,
|
|
74
|
-
backgroundAlternative: e.grey1,
|
|
75
|
-
backgroundBrandTop: e.o2GradientFirst,
|
|
76
|
-
backgroundBrandBottom: e.o2GradientFourth,
|
|
77
|
-
skeletonWave: e.grey2,
|
|
78
|
-
// BORDERS
|
|
79
|
-
borderLow: e.grey1,
|
|
80
|
-
border: e.grey3,
|
|
81
|
-
borderHigh: e.grey5,
|
|
82
|
-
borderSelected: e.o2Gem,
|
|
83
|
-
coverBackgroundHover: r(e.darkModeBlack, 0.25),
|
|
84
|
-
coverBackgroundPressed: r(e.darkModeBlack, 0.35),
|
|
85
|
-
// BUTTONS
|
|
86
|
-
buttonDangerBackground: e.pepper,
|
|
87
|
-
buttonDangerBackgroundSelected: e.pepper55,
|
|
88
|
-
buttonDangerBackgroundHover: e.pepper55,
|
|
89
|
-
buttonLinkDangerBackgroundSelected: e.pepper10,
|
|
90
|
-
buttonLinkDangerBackgroundInverse: e.white,
|
|
91
|
-
buttonLinkDangerBackgroundInverseSelected: e.pepper10,
|
|
92
|
-
buttonLinkBackgroundSelected: e.o2SkyBlueLight10,
|
|
93
|
-
buttonLinkBackgroundInverseSelected: r(e.white, 0.2),
|
|
94
|
-
buttonPrimaryBackground: e.o2SkyBlue,
|
|
95
|
-
buttonPrimaryBackgroundInverse: e.white,
|
|
96
|
-
buttonPrimaryBackgroundSelected: e.o2SkyBlue55,
|
|
97
|
-
buttonPrimaryBackgroundHover: e.o2SkyBlue55,
|
|
98
|
-
buttonPrimaryBackgroundInverseSelected: e.o2SkyBlueLight45,
|
|
99
|
-
buttonSecondaryBorder: e.o2SkyBlue,
|
|
100
|
-
buttonSecondaryBorderSelected: e.o2SkyBlue55,
|
|
101
|
-
buttonSecondaryBorderInverse: e.white,
|
|
102
|
-
buttonSecondaryBorderInverseSelected: e.white,
|
|
103
|
-
buttonSecondaryBackgroundHover: e.o2SkyBlueLight10,
|
|
104
|
-
buttonSecondaryBackgroundSelected: e.o2SkyBlueLight10,
|
|
105
|
-
buttonSecondaryBackgroundInverseHover: r(e.white, 0.2),
|
|
106
|
-
buttonSecondaryBackgroundInverseSelected: r(e.white, 0.2),
|
|
107
|
-
textButtonPrimary: e.white,
|
|
108
|
-
textButtonPrimaryInverse: e.o2SkyBlue,
|
|
109
|
-
textButtonPrimaryInverseSelected: e.o2SkyBlue,
|
|
110
|
-
textButtonSecondary: e.o2SkyBlue,
|
|
111
|
-
textButtonSecondarySelected: e.o2SkyBlue55,
|
|
112
|
-
textButtonSecondaryInverse: e.white,
|
|
113
|
-
textButtonSecondaryInverseSelected: e.white,
|
|
114
|
-
textLink: e.o2SkyBlue,
|
|
115
|
-
textLinkInverse: e.white,
|
|
116
|
-
textLinkDanger: e.pepper,
|
|
117
|
-
textLinkSnackbar: e.o2SkyBlueLight,
|
|
118
|
-
// CONTROLS
|
|
119
|
-
control: e.grey3,
|
|
120
|
-
controlActivated: e.o2Gem,
|
|
121
|
-
controlInverse: e.white,
|
|
122
|
-
controlActivatedInverse: e.white,
|
|
123
|
-
controlError: e.pepper,
|
|
124
|
-
barTrack: e.grey3,
|
|
125
|
-
loadingBar: e.o2Gem,
|
|
126
|
-
loadingBarBackground: e.o2GemLight30,
|
|
127
|
-
toggleAndroidInactive: e.grey2,
|
|
128
|
-
// web only
|
|
129
|
-
toggleAndroidBackgroundActive: e.o2GemLight30,
|
|
130
|
-
// web only
|
|
131
|
-
iosControlKnob: e.white,
|
|
132
|
-
// web only
|
|
133
|
-
// DIVIDERS
|
|
134
|
-
divider: e.grey2,
|
|
135
|
-
dividerInverse: r(e.white, 0.2),
|
|
136
|
-
navigationBarDivider: e.o2Blue,
|
|
137
|
-
// FEEDBACKS
|
|
138
|
-
badge: e.pepper55,
|
|
139
|
-
feedbackErrorBackground: e.pepper,
|
|
140
|
-
feedbackInfoBackground: e.grey6,
|
|
141
|
-
// GLOBAL
|
|
142
|
-
brand: e.o2Blue,
|
|
143
|
-
brandHigh: e.o2Blue55,
|
|
144
|
-
inverse: e.white,
|
|
145
|
-
neutralHigh: e.grey6,
|
|
146
|
-
neutralLow: e.grey1,
|
|
147
|
-
neutralLowAlternative: e.grey2,
|
|
148
|
-
neutralMedium: e.grey5,
|
|
149
|
-
promo: e.pink,
|
|
150
|
-
highlight: e.pink,
|
|
151
|
-
textPrimary: e.grey6,
|
|
152
|
-
textPrimaryInverse: e.white,
|
|
153
|
-
textSecondary: e.grey5,
|
|
154
|
-
textSecondaryInverse: e.o2SkyBlueLight20,
|
|
155
|
-
// STATES
|
|
156
|
-
error: e.pepper,
|
|
157
|
-
success: e.o2Green,
|
|
158
|
-
warning: e.orange,
|
|
159
|
-
// BARS TEXTS
|
|
160
|
-
textNavigationBarPrimary: e.white,
|
|
161
|
-
textNavigationBarSecondary: e.o2Blue45,
|
|
162
|
-
textNavigationSearchBarHint: e.o2Blue45,
|
|
163
|
-
// iOS only
|
|
164
|
-
textNavigationSearchBarText: e.white,
|
|
165
|
-
// iOS only
|
|
166
|
-
textAppBar: e.grey4,
|
|
167
|
-
textAppBarSelected: e.o2Blue,
|
|
168
|
-
// TAGS
|
|
169
|
-
successLow: e.o2Green10,
|
|
170
|
-
warningLow: e.orange10,
|
|
171
|
-
errorLow: e.pepper10,
|
|
172
|
-
promoLow: e.pink10,
|
|
173
|
-
brandLow: e.o2Blue10,
|
|
174
|
-
successHigh: e.o2Green75,
|
|
175
|
-
warningHigh: e.orange80,
|
|
176
|
-
errorHigh: e.pepper70,
|
|
177
|
-
promoHigh: e.pink60,
|
|
178
|
-
successHighInverse: e.o2Green75,
|
|
179
|
-
warningHighInverse: e.orange80,
|
|
180
|
-
errorHighInverse: e.pepper70,
|
|
181
|
-
promoHighInverse: e.pink60,
|
|
182
|
-
neutralMediumInverse: e.grey5,
|
|
183
|
-
customTabsBackground: e.o2Blue,
|
|
184
|
-
tagTextPromo: e.pink60,
|
|
185
|
-
tagTextActive: e.o2Blue,
|
|
186
|
-
tagTextInactive: e.grey5,
|
|
187
|
-
tagTextSuccess: e.o2Green75,
|
|
188
|
-
tagTextWarning: e.orange80,
|
|
189
|
-
tagTextError: e.pepper70,
|
|
190
|
-
tagBackgroundPromo: e.pink10,
|
|
191
|
-
tagBackgroundActive: e.o2Blue10,
|
|
192
|
-
tagBackgroundInactive: e.grey1,
|
|
193
|
-
tagBackgroundSuccess: e.o2Green10,
|
|
194
|
-
tagBackgroundWarning: e.orange10,
|
|
195
|
-
tagBackgroundError: e.pepper10
|
|
196
|
-
},
|
|
197
|
-
darkModeColors: {
|
|
198
|
-
appBarBackground: e.darkModeGrey,
|
|
199
|
-
background: e.darkModeBlack,
|
|
200
|
-
backgroundContainer: e.darkModeGrey,
|
|
201
|
-
backgroundContainerHover: e.darkModeGrey,
|
|
202
|
-
backgroundContainerPressed: e.darkModeGrey,
|
|
203
|
-
backgroundContainerBrand: e.darkModeGrey,
|
|
204
|
-
backgroundContainerBrandHover: e.darkModeGrey,
|
|
205
|
-
backgroundContainerBrandPressed: e.darkModeGrey,
|
|
206
|
-
backgroundContainerBrandOverInverse: e.darkModeGrey,
|
|
207
|
-
backgroundContainerAlternative: e.darkModeGrey,
|
|
208
|
-
backgroundBrand: e.darkModeBlack,
|
|
209
|
-
backgroundBrandSecondary: e.darkModeBlack,
|
|
210
|
-
backgroundOverlay: r(e.darkModeGrey, 0.8),
|
|
211
|
-
backgroundSkeleton: e.darkModeGrey6,
|
|
212
|
-
backgroundSkeletonInverse: e.darkModeGrey6,
|
|
213
|
-
navigationBarBackground: e.darkModeBlack,
|
|
214
|
-
backgroundAlternative: e.darkModeGrey,
|
|
215
|
-
backgroundBrandTop: e.darkModeBlack,
|
|
216
|
-
backgroundBrandBottom: e.darkModeBlack,
|
|
217
|
-
skeletonWave: e.grey5,
|
|
218
|
-
borderLow: e.darkModeBlack,
|
|
219
|
-
border: e.darkModeGrey,
|
|
220
|
-
borderHigh: e.grey5,
|
|
221
|
-
borderSelected: e.o2SkyBlue,
|
|
222
|
-
buttonLinkDangerBackgroundSelected: r(e.white, 0.08),
|
|
223
|
-
buttonLinkDangerBackgroundInverse: r(e.white, 0.01),
|
|
224
|
-
buttonLinkDangerBackgroundInverseSelected: r(e.white, 0.08),
|
|
225
|
-
buttonLinkBackgroundSelected: r(e.white, 0.05),
|
|
226
|
-
buttonLinkBackgroundInverseSelected: r(e.white, 0.05),
|
|
227
|
-
buttonPrimaryBackgroundInverse: e.o2SkyBlue,
|
|
228
|
-
buttonPrimaryBackgroundInverseSelected: e.o2SkyBlue55,
|
|
229
|
-
buttonSecondaryBorder: e.white,
|
|
230
|
-
buttonSecondaryBorderSelected: e.white,
|
|
231
|
-
buttonSecondaryBorderInverse: e.white,
|
|
232
|
-
buttonSecondaryBorderInverseSelected: e.white,
|
|
233
|
-
buttonSecondaryBackgroundHover: r(e.white, 0.15),
|
|
234
|
-
buttonSecondaryBackgroundSelected: r(e.white, 0.15),
|
|
235
|
-
buttonSecondaryBackgroundInverseHover: r(e.white, 0.15),
|
|
236
|
-
buttonSecondaryBackgroundInverseSelected: r(e.white, 0.15),
|
|
237
|
-
textButtonPrimary: e.grey2,
|
|
238
|
-
textButtonPrimaryInverse: e.grey2,
|
|
239
|
-
textButtonPrimaryInverseSelected: e.grey2,
|
|
240
|
-
textButtonSecondary: e.grey2,
|
|
241
|
-
textButtonSecondarySelected: e.grey2,
|
|
242
|
-
textButtonSecondaryInverse: e.grey2,
|
|
243
|
-
textButtonSecondaryInverseSelected: e.grey2,
|
|
244
|
-
textLink: e.o2SkyBlueLight,
|
|
245
|
-
textLinkInverse: e.o2SkyBlueLight,
|
|
246
|
-
textLinkSnackbar: e.o2SkyBlueLight,
|
|
247
|
-
control: e.darkModeGrey6,
|
|
248
|
-
controlActivated: e.o2SkyBlue,
|
|
249
|
-
controlInverse: e.darkModeGrey6,
|
|
250
|
-
controlActivatedInverse: e.o2SkyBlueLight,
|
|
251
|
-
loadingBar: e.o2SkyBlue,
|
|
252
|
-
loadingBarBackground: e.darkModeGrey6,
|
|
253
|
-
toggleAndroidInactive: e.grey4,
|
|
254
|
-
toggleAndroidBackgroundActive: e.o2SkyBlueLight45,
|
|
255
|
-
iosControlKnob: e.grey2,
|
|
256
|
-
divider: r(e.white, 0.05),
|
|
257
|
-
dividerInverse: r(e.white, 0.05),
|
|
258
|
-
navigationBarDivider: e.darkModeBlack,
|
|
259
|
-
feedbackInfoBackground: e.darkModeGrey6,
|
|
260
|
-
brand: e.o2SkyBlue,
|
|
261
|
-
brandHigh: e.darkModeGrey6,
|
|
262
|
-
inverse: e.grey2,
|
|
263
|
-
neutralHigh: e.grey2,
|
|
264
|
-
neutralMedium: e.grey5,
|
|
265
|
-
neutralLow: e.darkModeGrey6,
|
|
266
|
-
neutralLowAlternative: e.darkModeGrey6,
|
|
267
|
-
textPrimary: e.grey2,
|
|
268
|
-
textPrimaryInverse: e.grey2,
|
|
269
|
-
textSecondary: e.grey4,
|
|
270
|
-
textSecondaryInverse: e.grey4,
|
|
271
|
-
textNavigationBarPrimary: e.grey2,
|
|
272
|
-
textNavigationBarSecondary: e.grey4,
|
|
273
|
-
textNavigationSearchBarHint: e.grey4,
|
|
274
|
-
textNavigationSearchBarText: e.grey2,
|
|
275
|
-
textAppBar: e.grey5,
|
|
276
|
-
textAppBarSelected: e.grey2,
|
|
277
|
-
// TAGS
|
|
278
|
-
successLow: e.darkModeGrey6,
|
|
279
|
-
warningLow: e.darkModeGrey6,
|
|
280
|
-
errorLow: e.darkModeGrey6,
|
|
281
|
-
promoLow: e.darkModeGrey6,
|
|
282
|
-
brandLow: e.darkModeGrey6,
|
|
283
|
-
successHigh: e.o2Green40,
|
|
284
|
-
warningHigh: e.orange40,
|
|
285
|
-
errorHigh: e.pepper40,
|
|
286
|
-
promoHigh: e.pink40,
|
|
287
|
-
successHighInverse: e.o2Green75,
|
|
288
|
-
warningHighInverse: e.orange80,
|
|
289
|
-
errorHighInverse: e.pepper70,
|
|
290
|
-
promoHighInverse: e.pink60,
|
|
291
|
-
neutralMediumInverse: e.grey5,
|
|
292
|
-
customTabsBackground: e.darkModeBlack,
|
|
293
|
-
tagTextPromo: e.pink40,
|
|
294
|
-
tagTextActive: e.o2SkyBlue,
|
|
295
|
-
tagTextInactive: e.grey5,
|
|
296
|
-
tagTextSuccess: e.o2Green40,
|
|
297
|
-
tagTextWarning: e.orange40,
|
|
298
|
-
tagTextError: e.pepper40,
|
|
299
|
-
tagBackgroundPromo: e.darkModeGrey6,
|
|
300
|
-
tagBackgroundActive: e.darkModeGrey6,
|
|
301
|
-
tagBackgroundInactive: e.darkModeGrey6,
|
|
302
|
-
tagBackgroundSuccess: e.darkModeGrey6,
|
|
303
|
-
tagBackgroundWarning: e.darkModeGrey6,
|
|
304
|
-
tagBackgroundError: e.darkModeGrey6
|
|
305
|
-
}
|
|
306
|
-
});
|
|
307
|
-
export { d as getO2ClassicSkin, e as palette };
|