@ornikar/kitt-universal 3.9.0 → 4.2.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/dist/definitions/BaseMessage/BaseMessage.d.ts +16 -0
- package/dist/definitions/BaseMessage/BaseMessage.d.ts.map +1 -0
- package/dist/definitions/BaseMessage/IconContent.d.ts +10 -0
- package/dist/definitions/BaseMessage/IconContent.d.ts.map +1 -0
- package/dist/definitions/BaseMessage/helper.d.ts +6 -0
- package/dist/definitions/BaseMessage/helper.d.ts.map +1 -0
- package/dist/definitions/Button/AnimatedButtonPressable.web.d.ts +1 -1
- package/dist/definitions/IconButton/IconButton.d.ts +5 -1
- package/dist/definitions/IconButton/IconButton.d.ts.map +1 -1
- package/dist/definitions/IconButton/PressableAnimatedContainer.d.ts +4 -1
- package/dist/definitions/IconButton/PressableAnimatedContainer.d.ts.map +1 -1
- package/dist/definitions/Message/Message.d.ts +4 -12
- package/dist/definitions/Message/Message.d.ts.map +1 -1
- package/dist/definitions/Notification/Notification.d.ts +8 -8
- package/dist/definitions/Notification/Notification.d.ts.map +1 -1
- package/dist/definitions/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/definitions/TimePicker/TimePicker.d.ts +1 -1
- package/dist/definitions/TimePicker/TimePicker.d.ts.map +1 -1
- package/dist/definitions/TimePicker/useTimePicker.d.ts +2 -4
- package/dist/definitions/TimePicker/useTimePicker.d.ts.map +1 -1
- package/dist/definitions/Tooltip/TooltipView.d.ts.map +1 -1
- package/dist/definitions/forms/InputFeedback/InputFeedback.d.ts +1 -1
- package/dist/definitions/forms/InputFeedback/InputFeedback.d.ts.map +1 -1
- package/dist/definitions/forms/InputIcon/InputIcon.d.ts +9 -0
- package/dist/definitions/forms/InputIcon/InputIcon.d.ts.map +1 -0
- package/dist/definitions/forms/InputPassword/InputPassword.d.ts +7 -0
- package/dist/definitions/forms/InputPassword/InputPassword.d.ts.map +1 -0
- package/dist/definitions/forms/InputPressable/InputPressable.d.ts +6 -0
- package/dist/definitions/forms/InputPressable/InputPressable.d.ts.map +1 -0
- package/dist/definitions/forms/InputText/InputText.d.ts +4 -12
- package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
- package/dist/definitions/forms/TextArea/TextArea.d.ts +1 -1
- package/dist/definitions/forms/TextArea/TextArea.d.ts.map +1 -1
- package/dist/definitions/forms/styledTextInputMixin.d.ts +7 -0
- package/dist/definitions/forms/styledTextInputMixin.d.ts.map +1 -0
- package/dist/definitions/forms/utils.d.ts +10 -0
- package/dist/definitions/forms/utils.d.ts.map +1 -0
- package/dist/definitions/index.d.ts +10 -2
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +6 -22
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/{buttonLateOceanTheme.d.ts → button.d.ts} +2 -2
- package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts +2 -0
- package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts +11 -0
- package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/forms.d.ts +26 -0
- package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/input.d.ts +26 -0
- package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/textArea.d.ts +5 -0
- package/dist/definitions/themes/late-ocean/textArea.d.ts.map +1 -0
- package/dist/index-browser-all.es.android.js +500 -435
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +500 -435
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +500 -435
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +508 -447
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +430 -346
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +421 -342
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.android.js +140 -119
- package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.ios.js +140 -119
- package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.js +140 -119
- package/dist/linaria-themes-browser-all.es.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.web.js +140 -119
- package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.js +136 -115
- package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js +136 -115
- package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/definitions/forms/InputFormState.d.ts +0 -2
- package/dist/definitions/forms/InputFormState.d.ts.map +0 -1
- package/dist/definitions/forms/InputText/useInputText.d.ts +0 -8
- package/dist/definitions/forms/InputText/useInputText.d.ts.map +0 -1
- package/dist/definitions/themes/late-ocean/buttonLateOceanTheme.d.ts.map +0 -1
- package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts +0 -9
- package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts.map +0 -1
- package/dist/definitions/themes/late-ocean/formLateOceanTheme.d.ts +0 -37
- package/dist/definitions/themes/late-ocean/formLateOceanTheme.d.ts.map +0 -1
- package/dist/definitions/themes/late-ocean/inputLateOceanTheme.d.ts +0 -23
- package/dist/definitions/themes/late-ocean/inputLateOceanTheme.d.ts.map +0 -1
|
@@ -29,6 +29,8 @@ var colorsLateOceanTheme = {
|
|
|
29
29
|
success: lateOceanColorPalette.viride,
|
|
30
30
|
correct: lateOceanColorPalette.viride,
|
|
31
31
|
danger: lateOceanColorPalette.englishVermillon,
|
|
32
|
+
info: lateOceanColorPalette.aero,
|
|
33
|
+
warning: lateOceanColorPalette.goldCrayola,
|
|
32
34
|
separator: lateOceanColorPalette.black100,
|
|
33
35
|
hover: lateOceanColorPalette.black100,
|
|
34
36
|
black: lateOceanColorPalette.black1000,
|
|
@@ -53,7 +55,7 @@ var avatar = {
|
|
|
53
55
|
}
|
|
54
56
|
};
|
|
55
57
|
|
|
56
|
-
var
|
|
58
|
+
var button = {
|
|
57
59
|
borderRadius: '30px',
|
|
58
60
|
borderWidth: {
|
|
59
61
|
disabled: '2px',
|
|
@@ -144,63 +146,152 @@ var cardLateOceanTheme = {
|
|
|
144
146
|
}
|
|
145
147
|
};
|
|
146
148
|
|
|
147
|
-
var
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
149
|
+
var feedbackMessage = {
|
|
150
|
+
danger: {
|
|
151
|
+
backgroundColor: colorsLateOceanTheme.danger
|
|
152
|
+
},
|
|
153
|
+
success: {
|
|
154
|
+
backgroundColor: colorsLateOceanTheme.success
|
|
155
|
+
},
|
|
156
|
+
info: {
|
|
157
|
+
backgroundColor: colorsLateOceanTheme.info
|
|
158
|
+
},
|
|
159
|
+
warning: {
|
|
160
|
+
backgroundColor: colorsLateOceanTheme.warning
|
|
153
161
|
}
|
|
154
162
|
};
|
|
155
163
|
|
|
156
|
-
var
|
|
157
|
-
|
|
158
|
-
|
|
164
|
+
var calcLineHeight = function (fontSize, lineHeightMultiplier) {
|
|
165
|
+
return Math.round(fontSize * lineHeightMultiplier);
|
|
166
|
+
};
|
|
167
|
+
var createTypographyTypeConfig = function (lineHeightMultiplier, baseAndSmallFontSize, mediumAndWideFontSize) {
|
|
168
|
+
return {
|
|
169
|
+
baseAndSmall: {
|
|
170
|
+
fontSize: "".concat(baseAndSmallFontSize, "px"),
|
|
171
|
+
lineHeight: "".concat(calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier), "px")
|
|
172
|
+
},
|
|
173
|
+
mediumAndWide: {
|
|
174
|
+
fontSize: "".concat(mediumAndWideFontSize, "px"),
|
|
175
|
+
lineHeight: "".concat(calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier), "px")
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
var typographyLateOceanTheme = {
|
|
180
|
+
colors: {
|
|
181
|
+
black: lateOceanColorPalette.black1000,
|
|
182
|
+
'black-light': lateOceanColorPalette.black555,
|
|
183
|
+
white: lateOceanColorPalette.white,
|
|
184
|
+
'white-light': lateOceanColorPalette.white,
|
|
185
|
+
primary: lateOceanColorPalette.lateOcean,
|
|
186
|
+
'primary-light': lateOceanColorPalette.lateOceanLight1,
|
|
187
|
+
accent: lateOceanColorPalette.warmEmbrace,
|
|
188
|
+
success: lateOceanColorPalette.viride,
|
|
189
|
+
danger: lateOceanColorPalette.englishVermillon
|
|
190
|
+
},
|
|
191
|
+
types: {
|
|
192
|
+
headers: {
|
|
193
|
+
fontFamily: {
|
|
194
|
+
regular: 'Moderat',
|
|
195
|
+
bold: 'Moderat'
|
|
196
|
+
},
|
|
197
|
+
fontWeight: 400,
|
|
198
|
+
fontStyle: 'normal',
|
|
199
|
+
configs: {
|
|
200
|
+
// also known as xxlarge
|
|
201
|
+
header1: createTypographyTypeConfig(1.3, 38, 62),
|
|
202
|
+
// also known as xlarge
|
|
203
|
+
header2: createTypographyTypeConfig(1.3, 32, 48),
|
|
204
|
+
// also known as medium
|
|
205
|
+
header3: createTypographyTypeConfig(1.3, 24, 36),
|
|
206
|
+
// also known as xsmall
|
|
207
|
+
header4: createTypographyTypeConfig(1.3, 18, 24),
|
|
208
|
+
// also known as xxsmall
|
|
209
|
+
header5: createTypographyTypeConfig(1.3, 18, 18)
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
bodies: {
|
|
213
|
+
fontFamily: {
|
|
214
|
+
regular: 'Noto Sans',
|
|
215
|
+
bold: 'Noto Sans'
|
|
216
|
+
},
|
|
217
|
+
fontWeight: {
|
|
218
|
+
regular: 400,
|
|
219
|
+
bold: 700
|
|
220
|
+
},
|
|
221
|
+
fontStyle: {
|
|
222
|
+
regular: 'normal',
|
|
223
|
+
bold: 'normal'
|
|
224
|
+
},
|
|
225
|
+
configs: {
|
|
226
|
+
'body-large': createTypographyTypeConfig(1.6, 18, 24),
|
|
227
|
+
'body-medium': createTypographyTypeConfig(1.6, 18, 18),
|
|
228
|
+
body: createTypographyTypeConfig(1.6, 16, 16),
|
|
229
|
+
'body-small': createTypographyTypeConfig(1.6, 14, 14),
|
|
230
|
+
'body-xsmall': createTypographyTypeConfig(1.6, 12, 12)
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
link: {
|
|
235
|
+
disabledColor: lateOceanColorPalette.black200
|
|
236
|
+
}
|
|
159
237
|
};
|
|
160
238
|
|
|
161
239
|
var inputStatesStyle = {
|
|
162
240
|
"default": {
|
|
163
|
-
backgroundColor:
|
|
241
|
+
backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
|
|
242
|
+
borderColor: colorsLateOceanTheme.separator,
|
|
243
|
+
color: 'black'
|
|
244
|
+
},
|
|
245
|
+
pending: {
|
|
246
|
+
backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
|
|
247
|
+
borderColor: colorsLateOceanTheme.separator,
|
|
248
|
+
color: 'black'
|
|
249
|
+
},
|
|
250
|
+
valid: {
|
|
251
|
+
backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
|
|
164
252
|
borderColor: lateOceanColorPalette.black100,
|
|
165
|
-
color: 'black'
|
|
166
|
-
passwordButtonIconColor: 'black'
|
|
253
|
+
color: 'black'
|
|
167
254
|
},
|
|
168
255
|
hover: {
|
|
169
256
|
borderColor: lateOceanColorPalette.black200,
|
|
170
|
-
color: 'black'
|
|
171
|
-
passwordButtonIconColor: 'black'
|
|
257
|
+
color: 'black'
|
|
172
258
|
},
|
|
173
259
|
focus: {
|
|
174
|
-
borderColor:
|
|
175
|
-
color: 'black'
|
|
176
|
-
passwordButtonIconColor: 'black'
|
|
260
|
+
borderColor: colorsLateOceanTheme.primary,
|
|
261
|
+
color: 'black'
|
|
177
262
|
},
|
|
178
263
|
disabled: {
|
|
179
|
-
backgroundColor:
|
|
180
|
-
borderColor:
|
|
181
|
-
color: 'black-light'
|
|
182
|
-
passwordButtonIconColor: 'black-light'
|
|
264
|
+
backgroundColor: colorsLateOceanTheme.disabled,
|
|
265
|
+
borderColor: colorsLateOceanTheme.separator,
|
|
266
|
+
color: 'black-light'
|
|
183
267
|
},
|
|
184
268
|
invalid: {
|
|
185
|
-
borderColor:
|
|
186
|
-
color: 'black'
|
|
187
|
-
passwordButtonIconColor: 'black'
|
|
269
|
+
borderColor: colorsLateOceanTheme.separator,
|
|
270
|
+
color: 'black'
|
|
188
271
|
}
|
|
189
272
|
};
|
|
190
|
-
var
|
|
191
|
-
|
|
192
|
-
|
|
273
|
+
var input = {
|
|
274
|
+
color: {
|
|
275
|
+
selection: colorsLateOceanTheme.primary,
|
|
276
|
+
placeholder: typographyLateOceanTheme.colors['black-light']
|
|
277
|
+
},
|
|
193
278
|
borderWidth: '2px',
|
|
194
279
|
borderRadius: '10px',
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
280
|
+
icon: {
|
|
281
|
+
size: 20
|
|
282
|
+
},
|
|
283
|
+
padding: {
|
|
284
|
+
"default": '7px 16px',
|
|
285
|
+
iOSSingleLine: '12px 16px'
|
|
286
|
+
},
|
|
201
287
|
states: inputStatesStyle
|
|
202
288
|
};
|
|
203
289
|
|
|
290
|
+
var inputFieldLateOceanTheme = {
|
|
291
|
+
labelContainerPaddingBottom: 5,
|
|
292
|
+
iconMarginLeft: 6
|
|
293
|
+
};
|
|
294
|
+
|
|
204
295
|
var radioLateOceanTheme = {
|
|
205
296
|
size: 18,
|
|
206
297
|
unchecked: {
|
|
@@ -219,10 +310,15 @@ var radioLateOceanTheme = {
|
|
|
219
310
|
}
|
|
220
311
|
};
|
|
221
312
|
|
|
222
|
-
var
|
|
223
|
-
|
|
313
|
+
var textArea = {
|
|
314
|
+
minHeight: 120
|
|
315
|
+
};
|
|
316
|
+
|
|
317
|
+
var forms = {
|
|
318
|
+
input: input,
|
|
224
319
|
radio: radioLateOceanTheme,
|
|
225
|
-
inputField: inputFieldLateOceanTheme
|
|
320
|
+
inputField: inputFieldLateOceanTheme,
|
|
321
|
+
textArea: textArea
|
|
226
322
|
};
|
|
227
323
|
|
|
228
324
|
var fullScreenModalLateOceanTheme = {
|
|
@@ -257,14 +353,14 @@ var iconButton = {
|
|
|
257
353
|
},
|
|
258
354
|
disabled: {
|
|
259
355
|
scale: 1,
|
|
260
|
-
backgroundColor:
|
|
261
|
-
borderColor:
|
|
356
|
+
backgroundColor: button.disabled.backgroundColor,
|
|
357
|
+
borderColor: button.disabled.borderColor
|
|
262
358
|
},
|
|
263
359
|
"default": {
|
|
264
|
-
pressedBackgroundColor:
|
|
360
|
+
pressedBackgroundColor: button["default"].pressedBackgroundColor
|
|
265
361
|
},
|
|
266
362
|
white: {
|
|
267
|
-
pressedBackgroundColor:
|
|
363
|
+
pressedBackgroundColor: button.white.hoverBackgroundColor
|
|
268
364
|
}
|
|
269
365
|
};
|
|
270
366
|
|
|
@@ -335,81 +431,6 @@ var tooltip = {
|
|
|
335
431
|
floatingPadding: 8
|
|
336
432
|
};
|
|
337
433
|
|
|
338
|
-
var calcLineHeight = function (fontSize, lineHeightMultiplier) {
|
|
339
|
-
return Math.round(fontSize * lineHeightMultiplier);
|
|
340
|
-
};
|
|
341
|
-
var createTypographyTypeConfig = function (lineHeightMultiplier, baseAndSmallFontSize, mediumAndWideFontSize) {
|
|
342
|
-
return {
|
|
343
|
-
baseAndSmall: {
|
|
344
|
-
fontSize: "".concat(baseAndSmallFontSize, "px"),
|
|
345
|
-
lineHeight: "".concat(calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier), "px")
|
|
346
|
-
},
|
|
347
|
-
mediumAndWide: {
|
|
348
|
-
fontSize: "".concat(mediumAndWideFontSize, "px"),
|
|
349
|
-
lineHeight: "".concat(calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier), "px")
|
|
350
|
-
}
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
var typographyLateOceanTheme = {
|
|
354
|
-
colors: {
|
|
355
|
-
black: lateOceanColorPalette.black1000,
|
|
356
|
-
'black-light': lateOceanColorPalette.black555,
|
|
357
|
-
white: lateOceanColorPalette.white,
|
|
358
|
-
'white-light': lateOceanColorPalette.white,
|
|
359
|
-
primary: lateOceanColorPalette.lateOcean,
|
|
360
|
-
'primary-light': lateOceanColorPalette.lateOceanLight1,
|
|
361
|
-
accent: lateOceanColorPalette.warmEmbrace,
|
|
362
|
-
success: lateOceanColorPalette.viride,
|
|
363
|
-
danger: lateOceanColorPalette.englishVermillon
|
|
364
|
-
},
|
|
365
|
-
types: {
|
|
366
|
-
headers: {
|
|
367
|
-
fontFamily: {
|
|
368
|
-
regular: 'Moderat',
|
|
369
|
-
bold: 'Moderat'
|
|
370
|
-
},
|
|
371
|
-
fontWeight: 400,
|
|
372
|
-
fontStyle: 'normal',
|
|
373
|
-
configs: {
|
|
374
|
-
// also known as xxlarge
|
|
375
|
-
header1: createTypographyTypeConfig(1.3, 38, 62),
|
|
376
|
-
// also known as xlarge
|
|
377
|
-
header2: createTypographyTypeConfig(1.3, 32, 48),
|
|
378
|
-
// also known as medium
|
|
379
|
-
header3: createTypographyTypeConfig(1.3, 24, 36),
|
|
380
|
-
// also known as xsmall
|
|
381
|
-
header4: createTypographyTypeConfig(1.3, 18, 24),
|
|
382
|
-
// also known as xxsmall
|
|
383
|
-
header5: createTypographyTypeConfig(1.3, 18, 18)
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
bodies: {
|
|
387
|
-
fontFamily: {
|
|
388
|
-
regular: 'Noto Sans',
|
|
389
|
-
bold: 'Noto Sans'
|
|
390
|
-
},
|
|
391
|
-
fontWeight: {
|
|
392
|
-
regular: 400,
|
|
393
|
-
bold: 700
|
|
394
|
-
},
|
|
395
|
-
fontStyle: {
|
|
396
|
-
regular: 'normal',
|
|
397
|
-
bold: 'normal'
|
|
398
|
-
},
|
|
399
|
-
configs: {
|
|
400
|
-
'body-large': createTypographyTypeConfig(1.6, 18, 24),
|
|
401
|
-
'body-medium': createTypographyTypeConfig(1.6, 18, 18),
|
|
402
|
-
body: createTypographyTypeConfig(1.6, 16, 16),
|
|
403
|
-
'body-small': createTypographyTypeConfig(1.6, 14, 14),
|
|
404
|
-
'body-xsmall': createTypographyTypeConfig(1.6, 12, 12)
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
link: {
|
|
409
|
-
disabledColor: lateOceanColorPalette.black200
|
|
410
|
-
}
|
|
411
|
-
};
|
|
412
|
-
|
|
413
434
|
var breakpoints = {
|
|
414
435
|
values: {
|
|
415
436
|
base: 0,
|
|
@@ -440,10 +461,10 @@ var theme = {
|
|
|
440
461
|
lateOcean: lateOceanColorPalette
|
|
441
462
|
},
|
|
442
463
|
avatar: avatar,
|
|
443
|
-
button:
|
|
464
|
+
button: button,
|
|
444
465
|
card: cardLateOceanTheme,
|
|
445
|
-
feedbackMessage:
|
|
446
|
-
forms:
|
|
466
|
+
feedbackMessage: feedbackMessage,
|
|
467
|
+
forms: forms,
|
|
447
468
|
typography: typographyLateOceanTheme,
|
|
448
469
|
tag: tagLateOceanTheme,
|
|
449
470
|
shadows: shadowsLateOceanTheme,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linaria-themes-browser-all.es.web.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colorsLateOceanTheme.ts","../src/themes/late-ocean/avatarLateOceanTheme.ts","../src/themes/late-ocean/buttonLateOceanTheme.ts","../src/themes/late-ocean/cardLateOceanTheme.ts","../src/themes/late-ocean/feedbackMessageLateOceanTheme.ts","../src/themes/late-ocean/inputFieldLateOceanTheme.ts","../src/themes/late-ocean/inputLateOceanTheme.ts","../src/themes/late-ocean/radioLateOceanTheme.ts","../src/themes/late-ocean/formLateOceanTheme.ts","../src/themes/late-ocean/fullScreenModalLateOceanTheme.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItemLateOceanTheme.ts","../src/themes/late-ocean/shadowsLateOceanTheme.ts","../src/themes/late-ocean/skeletonTheme.ts","../src/themes/late-ocean/tagLateOceanTheme.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/late-ocean/typographyLateOceanTheme.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colorsLateOceanTheme = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n black: lateOceanColorPalette.black1000,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface AvatarThemeVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarTheme {\n borderRadius: string;\n default: AvatarThemeVariant;\n light: AvatarThemeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: '10px',\n default: {\n backgroundColor: colorsLateOceanTheme.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface ButtonVariantTheme {\n // handled by typography ?\n // color: string;\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface SubtleButtonVariantTheme extends ButtonVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface DisabledButtonVariantTheme extends ButtonVariantTheme {\n borderColor: string;\n}\n\nexport interface ButtonTheme {\n borderRadius: string;\n borderWidth: {\n disabled: string;\n focus: string;\n };\n minHeight: string;\n minWidth: string;\n maxWidth: string;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: ButtonVariantTheme;\n primary: ButtonVariantTheme;\n white: ButtonVariantTheme;\n subtle: SubtleButtonVariantTheme;\n 'subtle-dark': SubtleButtonVariantTheme;\n disabled: DisabledButtonVariantTheme;\n}\n\nexport const buttonLateOceanTheme: ButtonTheme = {\n borderRadius: '30px',\n borderWidth: {\n disabled: '2px',\n focus: '3px',\n },\n minHeight: '40px',\n minWidth: '40px',\n maxWidth: '335px',\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '8px 16px 7px',\n large: '12px 24px 11px',\n disabled: '6px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n primary: {\n backgroundColor: colorsLateOceanTheme.primary,\n pressedBackgroundColor: colorsLateOceanTheme.primaryLight,\n hoverBackgroundColor: colorsLateOceanTheme.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n white: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n subtle: {\n backgroundColor: colorsLateOceanTheme.transparent,\n pressedBackgroundColor: colorsLateOceanTheme.transparent,\n hoverBackgroundColor: colorsLateOceanTheme.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colorsLateOceanTheme.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n 'subtle-dark': {\n backgroundColor: colorsLateOceanTheme.transparent,\n pressedBackgroundColor: colorsLateOceanTheme.transparent,\n hoverBackgroundColor: colorsLateOceanTheme.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colorsLateOceanTheme.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n disabled: {\n backgroundColor: colorsLateOceanTheme.disabled,\n pressedBackgroundColor: colorsLateOceanTheme.disabled,\n hoverBackgroundColor: colorsLateOceanTheme.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const cardLateOceanTheme = {\n borderRadius: '20px',\n borderWidth: '2px',\n padding: '16px',\n primary: {\n backgroundColor: lateOceanColorPalette.white,\n borderColor: lateOceanColorPalette.lateOcean,\n },\n secondary: {\n backgroundColor: lateOceanColorPalette.white,\n borderColor: lateOceanColorPalette.black100,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const feedbackMessageLateOceanTheme = {\n backgroundColors: {\n success: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n warning: lateOceanColorPalette.goldCrayola,\n info: lateOceanColorPalette.aero,\n },\n};\n","export const inputFieldLateOceanTheme = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 6,\n};\n","import type { InputTextState } from '../../forms/InputText/InputText';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport type { typographyLateOceanTheme } from './typographyLateOceanTheme';\n\nexport type TypographyColor = keyof typeof typographyLateOceanTheme.colors;\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: TypographyColor;\n passwordButtonIconColor: TypographyColor;\n}\n\nconst inputStatesStyle: Record<InputTextState, InputStateStyle> = {\n default: {\n backgroundColor: lateOceanColorPalette.white,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n passwordButtonIconColor: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n passwordButtonIconColor: 'black',\n },\n focus: {\n borderColor: lateOceanColorPalette.lateOcean,\n color: 'black',\n passwordButtonIconColor: 'black',\n },\n disabled: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: lateOceanColorPalette.black100,\n color: 'black-light',\n passwordButtonIconColor: 'black-light',\n },\n invalid: {\n borderColor: lateOceanColorPalette.englishVermillon,\n color: 'black',\n passwordButtonIconColor: 'black',\n },\n};\n\nexport const inputLateOceanTheme = {\n marginTop: '2px',\n marginBottom: '4px',\n borderWidth: '2px',\n borderRadius: '10px',\n passwordButtonIconSize: 20,\n padding: '7px 16px',\n paddingSingleLineIOS: '12px 16px',\n selectionColor: lateOceanColorPalette.lateOcean,\n placeholderColor: 'black-light' as const,\n textAreaMinHeight: 120,\n states: inputStatesStyle,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const radioLateOceanTheme = {\n size: 18,\n unchecked: {\n backgroundColor: lateOceanColorPalette.white,\n borderWidth: '2px',\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: lateOceanColorPalette.lateOcean,\n innerSize: 5,\n innerBackgroundColor: lateOceanColorPalette.white,\n },\n disabled: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { inputFieldLateOceanTheme } from './inputFieldLateOceanTheme';\nimport { inputLateOceanTheme } from './inputLateOceanTheme';\nimport { radioLateOceanTheme } from './radioLateOceanTheme';\n\nexport const formsLateOceanTheme = {\n input: inputLateOceanTheme,\n radio: radioLateOceanTheme,\n inputField: inputFieldLateOceanTheme,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const fullScreenModalLateOceanTheme = {\n header: {\n paddingVertical: 12,\n paddingHorizontal: 16,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { buttonLateOceanTheme } from './buttonLateOceanTheme';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: buttonLateOceanTheme.disabled.backgroundColor,\n borderColor: buttonLateOceanTheme.disabled.borderColor,\n },\n default: {\n pressedBackgroundColor: buttonLateOceanTheme.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: buttonLateOceanTheme.white.hoverBackgroundColor,\n },\n};\n","import { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport const listItemLateOceanTheme = {\n padding: '12px 16px',\n borderColor: colorsLateOceanTheme.separator,\n borderWidth: '1px',\n innerMargin: '8px',\n};\n","export const shadowsLateOceanTheme = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeletonTheme: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport const tagLateOceanTheme = {\n borderRadius: '10px',\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: lateOceanColorPalette.lateOcean,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: lateOceanColorPalette.black1000,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: colorsLateOceanTheme.danger,\n },\n },\n};\n","import { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colorsLateOceanTheme.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: string;\n lineHeight: string;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: `${baseAndSmallFontSize}px`,\n lineHeight: `${calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier)}px`,\n },\n mediumAndWide: {\n fontSize: `${mediumAndWideFontSize}px`,\n lineHeight: `${calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier)}px`,\n },\n});\n\nexport const typographyLateOceanTheme = {\n colors: {\n black: lateOceanColorPalette.black1000,\n 'black-light': lateOceanColorPalette.black555,\n white: lateOceanColorPalette.white,\n 'white-light': lateOceanColorPalette.white,\n primary: lateOceanColorPalette.lateOcean,\n 'primary-light': lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n success: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import { avatar } from './late-ocean/avatarLateOceanTheme';\nimport { buttonLateOceanTheme } from './late-ocean/buttonLateOceanTheme';\nimport { cardLateOceanTheme } from './late-ocean/cardLateOceanTheme';\nimport { colorsLateOceanTheme } from './late-ocean/colorsLateOceanTheme';\nimport { feedbackMessageLateOceanTheme } from './late-ocean/feedbackMessageLateOceanTheme';\nimport { formsLateOceanTheme } from './late-ocean/formLateOceanTheme';\nimport { fullScreenModalLateOceanTheme } from './late-ocean/fullScreenModalLateOceanTheme';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItemLateOceanTheme } from './late-ocean/listItemLateOceanTheme';\nimport { shadowsLateOceanTheme } from './late-ocean/shadowsLateOceanTheme';\nimport { skeletonTheme } from './late-ocean/skeletonTheme';\nimport { tagLateOceanTheme } from './late-ocean/tagLateOceanTheme';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typographyLateOceanTheme } from './late-ocean/typographyLateOceanTheme';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors: colorsLateOceanTheme,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n button: buttonLateOceanTheme,\n card: cardLateOceanTheme,\n feedbackMessage: feedbackMessageLateOceanTheme,\n forms: formsLateOceanTheme,\n typography: typographyLateOceanTheme,\n tag: tagLateOceanTheme,\n shadows: shadowsLateOceanTheme,\n fullScreenModal: fullScreenModalLateOceanTheme,\n iconButton,\n listItem: listItemLateOceanTheme,\n tooltip,\n skeleton: skeletonTheme,\n breakpoints,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colorsLateOceanTheme","primary","primaryLight","accent","accentLight","success","correct","danger","separator","hover","black","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","buttonLateOceanTheme","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","large","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","subtle","color","hoverColor","activeColor","borderColor","cardLateOceanTheme","padding","secondary","feedbackMessageLateOceanTheme","backgroundColors","warning","info","inputFieldLateOceanTheme","labelContainerPaddingBottom","iconMarginLeft","inputStatesStyle","passwordButtonIconColor","invalid","inputLateOceanTheme","marginTop","marginBottom","passwordButtonIconSize","paddingSingleLineIOS","selectionColor","placeholderColor","textAreaMinHeight","states","radioLateOceanTheme","size","unchecked","checked","innerSize","innerBackgroundColor","formsLateOceanTheme","input","radio","inputField","fullScreenModalLateOceanTheme","header","paddingVertical","paddingHorizontal","iconButton","width","height","property","listItemLateOceanTheme","innerMargin","shadowsLateOceanTheme","skeletonTheme","flareColor","animationDuration","tagLateOceanTheme","fill","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typographyLateOceanTheme","colors","types","headers","fontFamily","regular","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes","button","card","feedbackMessage","forms","typography","tag","shadows","fullScreenModal","listItem","skeleton"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"linaria-themes-browser-all.es.web.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colorsLateOceanTheme.ts","../src/themes/late-ocean/avatarLateOceanTheme.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/cardLateOceanTheme.ts","../src/themes/late-ocean/feedbackMessage.ts","../src/themes/late-ocean/typographyLateOceanTheme.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputFieldLateOceanTheme.ts","../src/themes/late-ocean/radioLateOceanTheme.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModalLateOceanTheme.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItemLateOceanTheme.ts","../src/themes/late-ocean/shadowsLateOceanTheme.ts","../src/themes/late-ocean/skeletonTheme.ts","../src/themes/late-ocean/tagLateOceanTheme.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colorsLateOceanTheme = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n black: lateOceanColorPalette.black1000,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface AvatarThemeVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarTheme {\n borderRadius: string;\n default: AvatarThemeVariant;\n light: AvatarThemeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: '10px',\n default: {\n backgroundColor: colorsLateOceanTheme.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface ButtonVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface SubtleButtonVariantTheme extends ButtonVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface DisabledButtonVariantTheme extends ButtonVariantTheme {\n borderColor: string;\n}\n\nexport interface ButtonTheme {\n borderRadius: string;\n borderWidth: {\n disabled: string;\n focus: string;\n };\n minHeight: string;\n minWidth: string;\n maxWidth: string;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: ButtonVariantTheme;\n primary: ButtonVariantTheme;\n white: ButtonVariantTheme;\n subtle: SubtleButtonVariantTheme;\n 'subtle-dark': SubtleButtonVariantTheme;\n disabled: DisabledButtonVariantTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: '30px',\n borderWidth: {\n disabled: '2px',\n focus: '3px',\n },\n minHeight: '40px',\n minWidth: '40px',\n maxWidth: '335px',\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '8px 16px 7px',\n large: '12px 24px 11px',\n disabled: '6px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n primary: {\n backgroundColor: colorsLateOceanTheme.primary,\n pressedBackgroundColor: colorsLateOceanTheme.primaryLight,\n hoverBackgroundColor: colorsLateOceanTheme.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n white: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n subtle: {\n backgroundColor: colorsLateOceanTheme.transparent,\n pressedBackgroundColor: colorsLateOceanTheme.transparent,\n hoverBackgroundColor: colorsLateOceanTheme.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colorsLateOceanTheme.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n 'subtle-dark': {\n backgroundColor: colorsLateOceanTheme.transparent,\n pressedBackgroundColor: colorsLateOceanTheme.transparent,\n hoverBackgroundColor: colorsLateOceanTheme.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colorsLateOceanTheme.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n disabled: {\n backgroundColor: colorsLateOceanTheme.disabled,\n pressedBackgroundColor: colorsLateOceanTheme.disabled,\n hoverBackgroundColor: colorsLateOceanTheme.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const cardLateOceanTheme = {\n borderRadius: '20px',\n borderWidth: '2px',\n padding: '16px',\n primary: {\n backgroundColor: lateOceanColorPalette.white,\n borderColor: lateOceanColorPalette.lateOcean,\n },\n secondary: {\n backgroundColor: lateOceanColorPalette.white,\n borderColor: lateOceanColorPalette.black100,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colorsLateOceanTheme.danger,\n },\n success: {\n backgroundColor: colorsLateOceanTheme.success,\n },\n info: {\n backgroundColor: colorsLateOceanTheme.info,\n },\n warning: {\n backgroundColor: colorsLateOceanTheme.warning,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: string;\n lineHeight: string;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: `${baseAndSmallFontSize}px`,\n lineHeight: `${calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier)}px`,\n },\n mediumAndWide: {\n fontSize: `${mediumAndWideFontSize}px`,\n lineHeight: `${calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier)}px`,\n },\n});\n\nexport const typographyLateOceanTheme = {\n colors: {\n black: lateOceanColorPalette.black1000,\n 'black-light': lateOceanColorPalette.black555,\n white: lateOceanColorPalette.white,\n 'white-light': lateOceanColorPalette.white,\n primary: lateOceanColorPalette.lateOcean,\n 'primary-light': lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n success: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\nimport { typographyLateOceanTheme } from './typographyLateOceanTheme';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typographyLateOceanTheme.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colorsLateOceanTheme.uiBackgroundLight,\n borderColor: colorsLateOceanTheme.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colorsLateOceanTheme.uiBackgroundLight,\n borderColor: colorsLateOceanTheme.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colorsLateOceanTheme.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colorsLateOceanTheme.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colorsLateOceanTheme.disabled,\n borderColor: colorsLateOceanTheme.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colorsLateOceanTheme.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: string;\n borderRadius: string;\n icon: {\n size: number;\n };\n padding: {\n default: string;\n iOSSingleLine: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n color: {\n selection: colorsLateOceanTheme.primary,\n placeholder: typographyLateOceanTheme.colors['black-light'],\n },\n borderWidth: '2px',\n borderRadius: '10px',\n icon: {\n size: 20,\n },\n padding: {\n default: '7px 16px',\n iOSSingleLine: '12px 16px',\n },\n states: inputStatesStyle,\n};\n","export const inputFieldLateOceanTheme = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const radioLateOceanTheme = {\n size: 18,\n unchecked: {\n backgroundColor: lateOceanColorPalette.white,\n borderWidth: '2px',\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: lateOceanColorPalette.lateOcean,\n innerSize: 5,\n innerBackgroundColor: lateOceanColorPalette.white,\n },\n disabled: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","export interface TextAreaTheme {\n minHeight: number;\n}\n\nexport const textArea: TextAreaTheme = {\n minHeight: 120,\n};\n","import { input } from './input';\nimport { inputFieldLateOceanTheme } from './inputFieldLateOceanTheme';\nimport { radioLateOceanTheme } from './radioLateOceanTheme';\nimport { textArea } from './textArea';\n\nexport const forms = {\n input,\n radio: radioLateOceanTheme,\n inputField: inputFieldLateOceanTheme,\n textArea,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const fullScreenModalLateOceanTheme = {\n header: {\n paddingVertical: 12,\n paddingHorizontal: 16,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { button } from './button';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: button.disabled.backgroundColor,\n borderColor: button.disabled.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.hoverBackgroundColor,\n },\n};\n","import { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport const listItemLateOceanTheme = {\n padding: '12px 16px',\n borderColor: colorsLateOceanTheme.separator,\n borderWidth: '1px',\n innerMargin: '8px',\n};\n","export const shadowsLateOceanTheme = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeletonTheme: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport const tagLateOceanTheme = {\n borderRadius: '10px',\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: lateOceanColorPalette.lateOcean,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: lateOceanColorPalette.black1000,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: '0',\n borderColor: lateOceanColorPalette.transparent,\n },\n outline: {\n backgroundColor: lateOceanColorPalette.transparent,\n borderWidth: '1px',\n borderColor: colorsLateOceanTheme.danger,\n },\n },\n};\n","import { colorsLateOceanTheme } from './colorsLateOceanTheme';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colorsLateOceanTheme.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatarLateOceanTheme';\nimport { button } from './late-ocean/button';\nimport { cardLateOceanTheme } from './late-ocean/cardLateOceanTheme';\nimport { colorsLateOceanTheme } from './late-ocean/colorsLateOceanTheme';\nimport { feedbackMessage } from './late-ocean/feedbackMessage';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModalLateOceanTheme } from './late-ocean/fullScreenModalLateOceanTheme';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItemLateOceanTheme } from './late-ocean/listItemLateOceanTheme';\nimport { shadowsLateOceanTheme } from './late-ocean/shadowsLateOceanTheme';\nimport { skeletonTheme } from './late-ocean/skeletonTheme';\nimport { tagLateOceanTheme } from './late-ocean/tagLateOceanTheme';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typographyLateOceanTheme } from './late-ocean/typographyLateOceanTheme';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors: colorsLateOceanTheme,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n button,\n card: cardLateOceanTheme,\n feedbackMessage,\n forms,\n typography: typographyLateOceanTheme,\n tag: tagLateOceanTheme,\n shadows: shadowsLateOceanTheme,\n fullScreenModal: fullScreenModalLateOceanTheme,\n iconButton,\n listItem: listItemLateOceanTheme,\n tooltip,\n skeleton: skeletonTheme,\n breakpoints,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colorsLateOceanTheme","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","large","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","subtle","color","hoverColor","activeColor","borderColor","cardLateOceanTheme","padding","secondary","feedbackMessage","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typographyLateOceanTheme","colors","types","headers","fontFamily","regular","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","iOSSingleLine","states","inputFieldLateOceanTheme","labelContainerPaddingBottom","iconMarginLeft","radioLateOceanTheme","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","radio","inputField","fullScreenModalLateOceanTheme","header","paddingVertical","paddingHorizontal","iconButton","width","height","property","listItemLateOceanTheme","innerMargin","shadowsLateOceanTheme","skeletonTheme","flareColor","animationDuration","tagLateOceanTheme","fill","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes","card","typography","tag","shadows","fullScreenModal","listItem","skeleton"],"mappings":"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"}
|