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