@ornikar/kitt-universal 4.1.0 → 4.3.1

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.
Files changed (92) hide show
  1. package/dist/definitions/ListItem/ListItem.d.ts.map +1 -1
  2. package/dist/definitions/Tooltip/Tooltip.d.ts.map +1 -1
  3. package/dist/definitions/forms/InputEmail/InputEmail.d.ts +7 -0
  4. package/dist/definitions/forms/InputEmail/InputEmail.d.ts.map +1 -0
  5. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  6. package/dist/definitions/forms/InputText/InputTextContainer.d.ts +8 -0
  7. package/dist/definitions/forms/InputText/InputTextContainer.d.ts.map +1 -0
  8. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts +11 -0
  9. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -0
  10. package/dist/definitions/index.d.ts +2 -0
  11. package/dist/definitions/index.d.ts.map +1 -1
  12. package/dist/definitions/themes/default.d.ts +19 -93
  13. package/dist/definitions/themes/default.d.ts.map +1 -1
  14. package/dist/definitions/themes/late-ocean/{avatarLateOceanTheme.d.ts → avatar.d.ts} +2 -2
  15. package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -0
  16. package/dist/definitions/themes/late-ocean/button.d.ts +6 -6
  17. package/dist/definitions/themes/late-ocean/card.d.ts +13 -0
  18. package/dist/definitions/themes/late-ocean/card.d.ts.map +1 -0
  19. package/dist/definitions/themes/late-ocean/{colorsLateOceanTheme.d.ts → colors.d.ts} +2 -2
  20. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -0
  21. package/dist/definitions/themes/late-ocean/{feedbackMessage.d.ts → feedback.d.ts} +1 -1
  22. package/dist/definitions/themes/late-ocean/feedback.d.ts.map +1 -0
  23. package/dist/definitions/themes/late-ocean/forms.d.ts +1 -17
  24. package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -1
  25. package/dist/definitions/themes/late-ocean/{fullScreenModalLateOceanTheme.d.ts → fullScreenModal.d.ts} +2 -2
  26. package/dist/definitions/themes/late-ocean/fullScreenModal.d.ts.map +1 -0
  27. package/dist/definitions/themes/late-ocean/input.d.ts +9 -4
  28. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  29. package/dist/definitions/themes/late-ocean/inputField.d.ts +5 -0
  30. package/dist/definitions/themes/late-ocean/inputField.d.ts.map +1 -0
  31. package/dist/definitions/themes/late-ocean/listItem.d.ts +8 -0
  32. package/dist/definitions/themes/late-ocean/listItem.d.ts.map +1 -0
  33. package/dist/definitions/themes/late-ocean/{radioLateOceanTheme.d.ts → radio.d.ts} +6 -5
  34. package/dist/definitions/themes/late-ocean/radio.d.ts.map +1 -0
  35. package/dist/definitions/themes/late-ocean/shadows.d.ts +4 -0
  36. package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -0
  37. package/dist/definitions/themes/late-ocean/{skeletonTheme.d.ts → skeleton.d.ts} +2 -2
  38. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -0
  39. package/dist/definitions/themes/late-ocean/tag.d.ts +18 -0
  40. package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -0
  41. package/dist/definitions/themes/late-ocean/{typographyLateOceanTheme.d.ts → typography.d.ts} +5 -4
  42. package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -0
  43. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +1 -0
  44. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +1 -1
  45. package/dist/definitions/typography/Typography.d.ts +2 -2
  46. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  47. package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
  48. package/dist/index-browser-all.es.android.js +274 -262
  49. package/dist/index-browser-all.es.android.js.map +1 -1
  50. package/dist/index-browser-all.es.ios.js +274 -262
  51. package/dist/index-browser-all.es.ios.js.map +1 -1
  52. package/dist/index-browser-all.es.js +274 -262
  53. package/dist/index-browser-all.es.js.map +1 -1
  54. package/dist/index-browser-all.es.web.js +313 -275
  55. package/dist/index-browser-all.es.web.js.map +1 -1
  56. package/dist/index-node-14.17.cjs.js +248 -237
  57. package/dist/index-node-14.17.cjs.js.map +1 -1
  58. package/dist/index-node-14.17.cjs.web.css +1 -0
  59. package/dist/index-node-14.17.cjs.web.js +279 -239
  60. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  61. package/dist/linaria-themes-browser-all.es.android.js +105 -99
  62. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  63. package/dist/linaria-themes-browser-all.es.ios.js +105 -99
  64. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  65. package/dist/linaria-themes-browser-all.es.js +105 -99
  66. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  67. package/dist/linaria-themes-browser-all.es.web.js +105 -99
  68. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  69. package/dist/linaria-themes-node-14.17.cjs.js +105 -99
  70. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  71. package/dist/linaria-themes-node-14.17.cjs.web.js +105 -99
  72. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  73. package/dist/styles.css +1 -0
  74. package/dist/tsbuildinfo +1 -1
  75. package/package.json +3 -3
  76. package/dist/definitions/themes/late-ocean/avatarLateOceanTheme.d.ts.map +0 -1
  77. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts +0 -18
  78. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts.map +0 -1
  79. package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +0 -1
  80. package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts.map +0 -1
  81. package/dist/definitions/themes/late-ocean/fullScreenModalLateOceanTheme.d.ts.map +0 -1
  82. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts +0 -5
  83. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts.map +0 -1
  84. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts +0 -7
  85. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts.map +0 -1
  86. package/dist/definitions/themes/late-ocean/radioLateOceanTheme.d.ts.map +0 -1
  87. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts +0 -4
  88. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts.map +0 -1
  89. package/dist/definitions/themes/late-ocean/skeletonTheme.d.ts.map +0 -1
  90. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts +0 -41
  91. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts.map +0 -1
  92. package/dist/definitions/themes/late-ocean/typographyLateOceanTheme.d.ts.map +0 -1
@@ -12,6 +12,7 @@ const lateOceanColorPalette = {
12
12
  warmEmbrace: '#F4D3CE',
13
13
  warmEmbraceLight1: '#FFEDE6',
14
14
  black1000: '#000000',
15
+ black800: '#2C293D',
15
16
  black555: '#737373',
16
17
  black200: '#CCCCCC',
17
18
  black100: '#E5E5E5',
@@ -27,7 +28,7 @@ const lateOceanColorPalette = {
27
28
  moonPurpleLight1: '#EDEBFC'
28
29
  };
29
30
 
30
- const colorsLateOceanTheme = {
31
+ const colors = {
31
32
  primary: lateOceanColorPalette.lateOcean,
32
33
  primaryLight: lateOceanColorPalette.lateOceanLight1,
33
34
  accent: lateOceanColorPalette.warmEmbrace,
@@ -52,9 +53,9 @@ const colorsLateOceanTheme = {
52
53
  };
53
54
 
54
55
  const avatar = {
55
- borderRadius: '10px',
56
+ borderRadius: 10,
56
57
  default: {
57
- backgroundColor: colorsLateOceanTheme.primary
58
+ backgroundColor: colors.primary
58
59
  },
59
60
  light: {
60
61
  backgroundColor: lateOceanColorPalette.black100
@@ -62,14 +63,14 @@ const avatar = {
62
63
  };
63
64
 
64
65
  const button = {
65
- borderRadius: '30px',
66
+ borderRadius: 30,
66
67
  borderWidth: {
67
- disabled: '2px',
68
- focus: '3px'
68
+ disabled: 2,
69
+ focus: 3
69
70
  },
70
- minHeight: '40px',
71
- minWidth: '40px',
72
- maxWidth: '335px',
71
+ minHeight: 40,
72
+ minWidth: 40,
73
+ maxWidth: 335,
73
74
  scale: {
74
75
  base: {
75
76
  default: 1,
@@ -96,9 +97,9 @@ const button = {
96
97
  focusBorderColor: 'rgba(0, 0, 0, 0.1)'
97
98
  },
98
99
  primary: {
99
- backgroundColor: colorsLateOceanTheme.primary,
100
- pressedBackgroundColor: colorsLateOceanTheme.primaryLight,
101
- hoverBackgroundColor: colorsLateOceanTheme.primaryLight,
100
+ backgroundColor: colors.primary,
101
+ pressedBackgroundColor: colors.primaryLight,
102
+ hoverBackgroundColor: colors.primaryLight,
102
103
  focusBorderColor: 'rgba(76, 52, 224, 0.2)'
103
104
  },
104
105
  white: {
@@ -108,79 +109,79 @@ const button = {
108
109
  focusBorderColor: 'rgba(255, 255, 255, 0.1)'
109
110
  },
110
111
  subtle: {
111
- backgroundColor: colorsLateOceanTheme.transparent,
112
- pressedBackgroundColor: colorsLateOceanTheme.transparent,
113
- hoverBackgroundColor: colorsLateOceanTheme.transparent,
112
+ backgroundColor: colors.transparent,
113
+ pressedBackgroundColor: colors.transparent,
114
+ hoverBackgroundColor: colors.transparent,
114
115
  focusBorderColor: 'rgba(76, 52, 224, 0.2)',
115
- color: colorsLateOceanTheme.primary,
116
+ color: colors.primary,
116
117
  hoverColor: 'rgba(76, 52, 224, 0.8)',
117
118
  activeColor: 'rgba(76, 52, 224, 0.8)'
118
119
  },
119
120
  'subtle-dark': {
120
- backgroundColor: colorsLateOceanTheme.transparent,
121
- pressedBackgroundColor: colorsLateOceanTheme.transparent,
122
- hoverBackgroundColor: colorsLateOceanTheme.transparent,
121
+ backgroundColor: colors.transparent,
122
+ pressedBackgroundColor: colors.transparent,
123
+ hoverBackgroundColor: colors.transparent,
123
124
  focusBorderColor: 'rgba(0, 0, 0, 0.1)',
124
- color: colorsLateOceanTheme.black,
125
+ color: colors.black,
125
126
  hoverColor: 'rgba(0, 0, 0, 0.8)',
126
127
  activeColor: 'rgba(0, 0, 0, 0.8)'
127
128
  },
128
129
  disabled: {
129
- backgroundColor: colorsLateOceanTheme.disabled,
130
- pressedBackgroundColor: colorsLateOceanTheme.disabled,
131
- hoverBackgroundColor: colorsLateOceanTheme.disabled,
130
+ backgroundColor: colors.disabled,
131
+ pressedBackgroundColor: colors.disabled,
132
+ hoverBackgroundColor: colors.disabled,
132
133
  focusBorderColor: lateOceanColorPalette.black100,
133
134
  borderColor: lateOceanColorPalette.black100
134
135
  }
135
136
  };
136
137
 
137
- const cardLateOceanTheme = {
138
- borderRadius: '20px',
139
- borderWidth: '2px',
140
- padding: '16px',
138
+ const card = {
139
+ borderRadius: 20,
140
+ borderWidth: 2,
141
141
  primary: {
142
- backgroundColor: lateOceanColorPalette.white,
143
- borderColor: lateOceanColorPalette.lateOcean
142
+ backgroundColor: colors.uiBackgroundLight,
143
+ borderColor: colors.primary
144
144
  },
145
145
  secondary: {
146
- backgroundColor: lateOceanColorPalette.white,
147
- borderColor: lateOceanColorPalette.black100
146
+ backgroundColor: colors.uiBackgroundLight,
147
+ borderColor: colors.separator
148
148
  },
149
149
  subtle: {
150
150
  backgroundColor: lateOceanColorPalette.black50,
151
- borderColor: lateOceanColorPalette.black100
151
+ borderColor: colors.separator
152
152
  }
153
153
  };
154
154
 
155
155
  const feedbackMessage = {
156
156
  danger: {
157
- backgroundColor: colorsLateOceanTheme.danger
157
+ backgroundColor: colors.danger
158
158
  },
159
159
  success: {
160
- backgroundColor: colorsLateOceanTheme.success
160
+ backgroundColor: colors.success
161
161
  },
162
162
  info: {
163
- backgroundColor: colorsLateOceanTheme.info
163
+ backgroundColor: colors.info
164
164
  },
165
165
  warning: {
166
- backgroundColor: colorsLateOceanTheme.warning
166
+ backgroundColor: colors.warning
167
167
  }
168
168
  };
169
169
 
170
170
  const calcLineHeight = (fontSize, lineHeightMultiplier) => Math.round(fontSize * lineHeightMultiplier);
171
171
  const createTypographyTypeConfig = (lineHeightMultiplier, baseAndSmallFontSize, mediumAndWideFontSize) => ({
172
172
  baseAndSmall: {
173
- fontSize: `${baseAndSmallFontSize}px`,
174
- lineHeight: `${calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier)}px`
173
+ fontSize: baseAndSmallFontSize,
174
+ lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier)
175
175
  },
176
176
  mediumAndWide: {
177
- fontSize: `${mediumAndWideFontSize}px`,
178
- lineHeight: `${calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier)}px`
177
+ fontSize: mediumAndWideFontSize,
178
+ lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier)
179
179
  }
180
180
  });
181
- const typographyLateOceanTheme = {
181
+ const typography = {
182
182
  colors: {
183
183
  black: lateOceanColorPalette.black1000,
184
+ 'black-anthracite': lateOceanColorPalette.black800,
184
185
  'black-light': lateOceanColorPalette.black555,
185
186
  white: lateOceanColorPalette.white,
186
187
  'white-light': lateOceanColorPalette.white,
@@ -240,17 +241,17 @@ const typographyLateOceanTheme = {
240
241
 
241
242
  const inputStatesStyle = {
242
243
  default: {
243
- backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
244
- borderColor: colorsLateOceanTheme.separator,
244
+ backgroundColor: colors.uiBackgroundLight,
245
+ borderColor: colors.separator,
245
246
  color: 'black'
246
247
  },
247
248
  pending: {
248
- backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
249
- borderColor: colorsLateOceanTheme.separator,
249
+ backgroundColor: colors.uiBackgroundLight,
250
+ borderColor: colors.separator,
250
251
  color: 'black'
251
252
  },
252
253
  valid: {
253
- backgroundColor: colorsLateOceanTheme.uiBackgroundLight,
254
+ backgroundColor: colors.uiBackgroundLight,
254
255
  borderColor: lateOceanColorPalette.black100,
255
256
  color: 'black'
256
257
  },
@@ -259,56 +260,61 @@ const inputStatesStyle = {
259
260
  color: 'black'
260
261
  },
261
262
  focus: {
262
- borderColor: colorsLateOceanTheme.primary,
263
+ borderColor: colors.primary,
263
264
  color: 'black'
264
265
  },
265
266
  disabled: {
266
- backgroundColor: colorsLateOceanTheme.disabled,
267
- borderColor: colorsLateOceanTheme.separator,
267
+ backgroundColor: colors.disabled,
268
+ borderColor: colors.separator,
268
269
  color: 'black-light'
269
270
  },
270
271
  invalid: {
271
- borderColor: colorsLateOceanTheme.danger,
272
+ borderColor: colors.separator,
272
273
  color: 'black'
273
274
  }
274
275
  };
275
276
  const input = {
276
277
  color: {
277
- selection: colorsLateOceanTheme.primary,
278
- placeholder: typographyLateOceanTheme.colors['black-light']
278
+ selection: colors.primary,
279
+ placeholder: typography.colors['black-light']
279
280
  },
280
- borderWidth: '2px',
281
- borderRadius: '10px',
281
+ borderWidth: 2,
282
+ borderRadius: 10,
282
283
  icon: {
283
284
  size: 20
284
285
  },
285
286
  padding: {
286
- default: '7px 16px',
287
- iOSSingleLine: '12px 16px'
287
+ default: '5px 16px',
288
+ iOSSingleLine: '7px 16px'
289
+ },
290
+ transition: {
291
+ property: 'border-color',
292
+ duration: '200ms',
293
+ timingFunction: 'ease-in-out'
288
294
  },
289
295
  states: inputStatesStyle
290
296
  };
291
297
 
292
- const inputFieldLateOceanTheme = {
298
+ const inputField = {
293
299
  labelContainerPaddingBottom: 5,
294
300
  iconMarginLeft: 6
295
301
  };
296
302
 
297
- const radioLateOceanTheme = {
303
+ const radio = {
298
304
  size: 18,
299
305
  unchecked: {
300
- backgroundColor: lateOceanColorPalette.white,
301
- borderWidth: '2px',
306
+ backgroundColor: colors.uiBackgroundLight,
307
+ borderWidth: 2,
302
308
  borderColor: lateOceanColorPalette.black200
303
309
  },
304
310
  checked: {
305
- backgroundColor: lateOceanColorPalette.lateOcean,
311
+ backgroundColor: colors.primary,
306
312
  innerSize: 5,
307
- innerBackgroundColor: lateOceanColorPalette.white
313
+ innerBackgroundColor: colors.uiBackgroundLight
308
314
  },
309
315
  disabled: {
310
- backgroundColor: lateOceanColorPalette.black50,
311
- borderColor: lateOceanColorPalette.black100
316
+ backgroundColor: colors.disabled,
317
+ borderColor: colors.separator
312
318
  }
313
319
  };
314
320
 
@@ -318,12 +324,12 @@ const textArea = {
318
324
 
319
325
  const forms = {
320
326
  input,
321
- radio: radioLateOceanTheme,
322
- inputField: inputFieldLateOceanTheme,
327
+ radio,
328
+ inputField,
323
329
  textArea
324
330
  };
325
331
 
326
- const fullScreenModalLateOceanTheme = {
332
+ const fullScreenModal = {
327
333
  header: {
328
334
  paddingVertical: 12,
329
335
  paddingHorizontal: 16,
@@ -366,66 +372,66 @@ const iconButton = {
366
372
  }
367
373
  };
368
374
 
369
- const listItemLateOceanTheme = {
375
+ const listItem = {
370
376
  padding: '12px 16px',
371
- borderColor: colorsLateOceanTheme.separator,
372
- borderWidth: '1px',
373
- innerMargin: '8px'
377
+ borderColor: colors.separator,
378
+ borderWidth: 1,
379
+ innerMargin: 8
374
380
  };
375
381
 
376
- const shadowsLateOceanTheme = {
382
+ const shadows = {
377
383
  medium: '0px 10px 20px rgba(41, 48, 51, 0.25)'
378
384
  };
379
385
 
380
- const skeletonTheme = {
386
+ const skeleton = {
381
387
  backgroundColor: lateOceanColorPalette.black100,
382
388
  flareColor: lateOceanColorPalette.black200,
383
389
  animationDuration: 1000
384
390
  };
385
391
 
386
- const tagLateOceanTheme = {
387
- borderRadius: '10px',
392
+ const tag = {
393
+ borderRadius: 10,
388
394
  padding: '2px 12px',
389
395
  primary: {
390
396
  fill: {
391
397
  backgroundColor: lateOceanColorPalette.moonPurpleLight1,
392
- borderWidth: '0',
393
- borderColor: lateOceanColorPalette.transparent
398
+ borderWidth: 0,
399
+ borderColor: colors.transparent
394
400
  },
395
401
  outline: {
396
- backgroundColor: lateOceanColorPalette.transparent,
397
- borderWidth: '1px',
398
- borderColor: lateOceanColorPalette.lateOcean
402
+ backgroundColor: colors.transparent,
403
+ borderWidth: 1,
404
+ borderColor: colors.primary
399
405
  }
400
406
  },
401
407
  default: {
402
408
  fill: {
403
409
  backgroundColor: lateOceanColorPalette.black50,
404
- borderWidth: '0',
405
- borderColor: lateOceanColorPalette.transparent
410
+ borderWidth: 0,
411
+ borderColor: colors.transparent
406
412
  },
407
413
  outline: {
408
- backgroundColor: lateOceanColorPalette.transparent,
409
- borderWidth: '1px',
410
- borderColor: lateOceanColorPalette.black1000
414
+ backgroundColor: colors.transparent,
415
+ borderWidth: 1,
416
+ borderColor: colors.black
411
417
  }
412
418
  },
413
419
  danger: {
414
420
  fill: {
415
421
  backgroundColor: lateOceanColorPalette.warmEmbrace,
416
- borderWidth: '0',
417
- borderColor: lateOceanColorPalette.transparent
422
+ borderWidth: 0,
423
+ borderColor: colors.transparent
418
424
  },
419
425
  outline: {
420
- backgroundColor: lateOceanColorPalette.transparent,
421
- borderWidth: '1px',
422
- borderColor: colorsLateOceanTheme.danger
426
+ backgroundColor: colors.transparent,
427
+ borderWidth: 1,
428
+ borderColor: colors.danger
423
429
  }
424
430
  }
425
431
  };
426
432
 
427
433
  const tooltip = {
428
- backgroundColor: colorsLateOceanTheme.black,
434
+ backgroundColor: colors.black,
429
435
  borderRadius: 10,
430
436
  opacity: 0.95,
431
437
  horizontalPadding: 16,
@@ -458,23 +464,23 @@ const breakpoints = {
458
464
 
459
465
  const theme = {
460
466
  spacing: 4,
461
- colors: colorsLateOceanTheme,
467
+ colors,
462
468
  palettes: {
463
469
  lateOcean: lateOceanColorPalette
464
470
  },
465
471
  avatar,
466
472
  button,
467
- card: cardLateOceanTheme,
473
+ card,
468
474
  feedbackMessage,
469
475
  forms,
470
- typography: typographyLateOceanTheme,
471
- tag: tagLateOceanTheme,
472
- shadows: shadowsLateOceanTheme,
473
- fullScreenModal: fullScreenModalLateOceanTheme,
476
+ typography,
477
+ tag,
478
+ shadows,
479
+ fullScreenModal,
474
480
  iconButton,
475
- listItem: listItemLateOceanTheme,
481
+ listItem,
476
482
  tooltip,
477
- skeleton: skeletonTheme,
483
+ skeleton,
478
484
  breakpoints
479
485
  };
480
486
 
@@ -1 +1 @@
1
- {"version":3,"file":"linaria-themes-node-14.17.cjs.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.danger,\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","default","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","Platform","OS","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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"}
1
+ {"version":3,"file":"linaria-themes-node-14.17.cjs.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colors.ts","../src/themes/late-ocean/avatar.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModal.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.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 black800: '#2C293D',\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 colors = {\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 { colors } from './colors';\n\nexport interface AvatarThemeVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeVariant;\n light: AvatarThemeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\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: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\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: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\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: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.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: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n 'subtle-dark': {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n disabled: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { colors } from './colors';\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: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.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: number;\n lineHeight: number;\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,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: lateOceanColorPalette.black1000,\n 'black-anthracite': lateOceanColorPalette.black800,\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 { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n default: string;\n iOSSingleLine: string;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n default: '5px 16px',\n iOSSingleLine: '7px 16px',\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface RadioTheme {\n size: number;\n unchecked: {\n backgroundColor: string;\n borderColor: string;\n borderWidth: number;\n };\n checked: {\n backgroundColor: string;\n innerBackgroundColor: string;\n innerSize: number;\n };\n disabled: {\n backgroundColor: string;\n borderColor: string;\n };\n}\n\nexport const radio: RadioTheme = {\n size: 18,\n unchecked: {\n backgroundColor: colors.uiBackgroundLight,\n borderWidth: 2,\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: colors.primary,\n innerSize: 5,\n innerBackgroundColor: colors.uiBackgroundLight,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\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 { inputField } from './inputField';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n input,\n radio,\n inputField,\n textArea,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const fullScreenModal = {\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 { colors } from './colors';\n\nexport interface ListItemTheme {\n padding: string;\n borderColor: string;\n borderWidth: number;\n innerMargin: number;\n}\n\nexport const listItem: ListItemTheme = {\n padding: '12px 16px',\n borderColor: colors.separator,\n borderWidth: 1,\n innerMargin: 8,\n};\n","export const shadows = {\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 skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n};\n","import { colors } from './colors';\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: colors.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatar';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\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,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n button,\n card,\n feedbackMessage,\n forms,\n typography,\n tag,\n shadows,\n fullScreenModal,\n iconButton,\n listItem,\n tooltip,\n skeleton,\n breakpoints,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","default","backgroundColor","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","large","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","subtle","color","hoverColor","activeColor","borderColor","card","secondary","feedbackMessage","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","types","headers","fontFamily","regular","Platform","OS","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","padding","iOSSingleLine","property","states","inputField","labelContainerPaddingBottom","iconMarginLeft","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","width","height","listItem","innerMargin","shadows","skeleton","flareColor","animationDuration","tag","fill","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes"],"mappings":"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"}