@ornikar/kitt-universal 9.8.0 → 9.9.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 (42) hide show
  1. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  2. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -1
  3. package/dist/definitions/forms/styledTextInputMixin.d.ts +1 -0
  4. package/dist/definitions/forms/styledTextInputMixin.d.ts.map +1 -1
  5. package/dist/definitions/forms/utils.d.ts +1 -0
  6. package/dist/definitions/forms/utils.d.ts.map +1 -1
  7. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +72 -0
  8. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  9. package/dist/definitions/themes/default.d.ts +1 -0
  10. package/dist/definitions/themes/default.d.ts.map +1 -1
  11. package/dist/definitions/themes/late-ocean/colors.d.ts +1 -0
  12. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
  13. package/dist/definitions/themes/late-ocean/input.d.ts +4 -2
  14. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  15. package/dist/index-browser-all.es.android.js +131 -85
  16. package/dist/index-browser-all.es.android.js.map +1 -1
  17. package/dist/index-browser-all.es.ios.js +131 -85
  18. package/dist/index-browser-all.es.ios.js.map +1 -1
  19. package/dist/index-browser-all.es.js +131 -85
  20. package/dist/index-browser-all.es.js.map +1 -1
  21. package/dist/index-browser-all.es.web.js +131 -97
  22. package/dist/index-browser-all.es.web.js.map +1 -1
  23. package/dist/index-node-14.17.cjs.js +108 -59
  24. package/dist/index-node-14.17.cjs.js.map +1 -1
  25. package/dist/index-node-14.17.cjs.web.css +1 -1
  26. package/dist/index-node-14.17.cjs.web.js +107 -69
  27. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  28. package/dist/linaria-themes-browser-all.es.android.js +11 -7
  29. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  30. package/dist/linaria-themes-browser-all.es.ios.js +11 -7
  31. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  32. package/dist/linaria-themes-browser-all.es.js +11 -7
  33. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  34. package/dist/linaria-themes-browser-all.es.web.js +11 -7
  35. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  36. package/dist/linaria-themes-node-14.17.cjs.js +11 -7
  37. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  38. package/dist/linaria-themes-node-14.17.cjs.web.js +11 -7
  39. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  40. package/dist/styles.css +1 -1
  41. package/dist/tsbuildinfo +1 -1
  42. package/package.json +2 -2
@@ -42,6 +42,7 @@ const colors = {
42
42
  hover: lateOceanColorPalette.black100,
43
43
  white: lateOceanColorPalette.white,
44
44
  black: lateOceanColorPalette.black1000,
45
+ blackLight: lateOceanColorPalette.black555,
45
46
  blackAnthracite: lateOceanColorPalette.black800,
46
47
  uiBackground: lateOceanColorPalette.black25,
47
48
  uiBackgroundLight: lateOceanColorPalette.white,
@@ -338,34 +339,34 @@ const inputStatesStyle = {
338
339
  default: {
339
340
  backgroundColor: colors.uiBackgroundLight,
340
341
  borderColor: colors.separator,
341
- color: 'black'
342
+ color: colors.black
342
343
  },
343
344
  pending: {
344
345
  backgroundColor: colors.uiBackgroundLight,
345
346
  borderColor: colors.separator,
346
- color: 'black'
347
+ color: colors.black
347
348
  },
348
349
  valid: {
349
350
  backgroundColor: colors.uiBackgroundLight,
350
351
  borderColor: lateOceanColorPalette.black100,
351
- color: 'black'
352
+ color: colors.black
352
353
  },
353
354
  hover: {
354
355
  borderColor: lateOceanColorPalette.black200,
355
- color: 'black'
356
+ color: colors.black
356
357
  },
357
358
  focus: {
358
359
  borderColor: colors.primary,
359
- color: 'black'
360
+ color: colors.black
360
361
  },
361
362
  disabled: {
362
363
  backgroundColor: colors.disabled,
363
364
  borderColor: colors.separator,
364
- color: 'black-light'
365
+ color: colors.blackLight
365
366
  },
366
367
  invalid: {
367
368
  borderColor: colors.separator,
368
- color: 'black'
369
+ color: colors.black
369
370
  }
370
371
  };
371
372
  const input = {
@@ -379,6 +380,9 @@ const input = {
379
380
  icon: {
380
381
  size: 20
381
382
  },
383
+ rightContainer: {
384
+ padding: 10
385
+ },
382
386
  padding: {
383
387
  horizontal: 16,
384
388
  vertical: 5
@@ -1 +1 @@
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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.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/spacing.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.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 white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\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 AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\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 xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\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: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\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 ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\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 },\n subtle: {\n default: {\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 },\n 'subtle-dark': {\n default: {\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 },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\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 { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\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: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\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 // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 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 minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\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 horizontal: 16,\n vertical: 5,\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 containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\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 { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\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","export const spacing = 4;\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\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.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.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 interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\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 { choices } from './late-ocean/choices';\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 { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\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,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n choices,\n feedbackMessage,\n forms,\n fullScreenModal,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\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","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","default","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","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","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.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/spacing.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.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 white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackLight: lateOceanColorPalette.black555,\n blackAnthracite: lateOceanColorPalette.black800,\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 AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\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 xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\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: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\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 ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\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 },\n subtle: {\n default: {\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 },\n 'subtle-dark': {\n default: {\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 },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\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 { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\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: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\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 // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 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: string;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: colors.black,\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: colors.black,\n },\n focus: {\n borderColor: colors.primary,\n color: colors.black,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: colors.blackLight,\n },\n invalid: {\n borderColor: colors.separator,\n color: colors.black,\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n rightContainer: {\n padding: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\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 rightContainer: {\n padding: 10,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\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 containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\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 { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\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","export const spacing = 4;\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\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.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.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 interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\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 { choices } from './late-ocean/choices';\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 { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\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,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n choices,\n feedbackMessage,\n forms,\n fullScreenModal,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\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","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","default","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","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","rightContainer","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":";;;;;;AAAO,MAAMA,qBAAqB,GAAG;EACnCC,SAAS,EAAE,SADwB;EAEnCC,eAAe,EAAE,SAFkB;EAGnCC,eAAe,EAAE,SAHkB;EAInCC,eAAe,EAAE,SAJkB;EAMnCC,WAAW,EAAE,SANsB;EAOnCC,iBAAiB,EAAE,SAPgB;EASnCC,SAAS,EAAE,SATwB;EAUnCC,QAAQ,EAAE,SAVyB;EAWnCC,QAAQ,EAAE,SAXyB;EAYnCC,QAAQ,EAAE,SAZyB;EAanCC,QAAQ,EAAE,SAbyB;EAcnCC,OAAO,EAAE,SAd0B;EAenCC,OAAO,EAAE,SAf0B;EAgBnCC,KAAK,EAAE,SAhB4B;EAkBnCC,MAAM,EAAE,SAlB2B;EAmBnCC,gBAAgB,EAAE,SAnBiB;EAoBnCC,WAAW,EAAE,SApBsB;EAqBnCC,IAAI,EAAE,SArB6B;EAuBnCC,WAAW,EAAE,aAvBsB;EAyBnCC,UAAU,EAAE,SAzBuB;EA0BnCC,gBAAgB,EAAE;AA1BiB,CAA9B;;ACEA,MAAMC,MAAM,GAAG;EACpBC,OAAO,EAAEvB,qBAAqB,CAACC,SADX;EAEpBuB,YAAY,EAAExB,qBAAqB,CAACE,eAFhB;EAGpBuB,MAAM,EAAEzB,qBAAqB,CAACK,WAHV;EAIpBqB,WAAW,EAAE1B,qBAAqB,CAACM,iBAJf;EAKpBqB,OAAO,EAAE3B,qBAAqB,CAACe,MALX;EAMpBa,OAAO,EAAE5B,qBAAqB,CAACe,MANX;EAOpBc,MAAM,EAAE7B,qBAAqB,CAACgB,gBAPV;EAQpBc,IAAI,EAAE9B,qBAAqB,CAACkB,IARR;EASpBa,OAAO,EAAE/B,qBAAqB,CAACiB,WATX;EAUpBe,SAAS,EAAEhC,qBAAqB,CAACW,QAVb;EAWpBsB,KAAK,EAAEjC,qBAAqB,CAACW,QAXT;EAYpBG,KAAK,EAAEd,qBAAqB,CAACc,KAZT;EAapBoB,KAAK,EAAElC,qBAAqB,CAACO,SAbT;EAcpB4B,UAAU,EAAEnC,qBAAqB,CAACS,QAdd;EAepB2B,eAAe,EAAEpC,qBAAqB,CAACQ,QAfnB;EAgBpB6B,YAAY,EAAErC,qBAAqB,CAACa,OAhBhB;EAiBpByB,iBAAiB,EAAEtC,qBAAqB,CAACc,KAjBrB;EAkBpBK,WAAW,EAAEnB,qBAAqB,CAACmB,WAlBf;EAmBpBoB,QAAQ,EAAEvC,qBAAqB,CAACY,OAnBZ;EAoBpB4B,OAAO,EAAE;IACPC,IAAI,EAAE,wBADC;IAEPC,KAAK,EAAE,2BAFA;IAGPC,gBAAgB,EAAE;;AAvBA,CAAf;;ACgBA,MAAMC,MAAmB,GAAG;EACjCC,YAAY,EAAE,EADmB;EAEjCC,OAAO,EAAE;IACPC,eAAe,EAAEzB,MAAM,CAACC;GAHO;EAKjCmB,KAAK,EAAE;IACLK,eAAe,EAAE/C,qBAAqB,CAACW;GANR;EAQjCqC,KAAK,EAAE;IACLH,YAAY,EAAE;;AATiB,CAA5B;;AC4DA,MAAMI,MAAmB,GAAG;EACjCJ,YAAY,EAAE,EADmB;EAEjCK,WAAW,EAAE;IACXX,QAAQ,EAAE,CADC;IAEXY,KAAK,EAAE;GAJwB;EAMjCC,SAAS,EAAE,EANsB;EAOjCC,QAAQ,EAAE,EAPuB;EAQjCC,QAAQ,EAAE,GARuB;EASjCC,KAAK,EAAE;IACLC,IAAI,EAAE;MACJV,OAAO,EAAE,CADL;MAEJb,KAAK,EAAE,IAFH;MAGJwB,MAAM,EAAE;KAJL;IAMLC,MAAM,EAAE;MACNzB,KAAK,EAAE;;GAhBsB;EAmBjC0B,cAAc,EAAE;IACdb,OAAO,EAAE,cADK;IAEdE,KAAK,EAAE,gBAFO;IAGdY,MAAM,EAAE,gBAHM;IAIdrB,QAAQ,EAAE;GAvBqB;EAyBjCsB,UAAU,EAAE;IACVC,QAAQ,EAAE,OADA;IAEVC,cAAc,EAAE;GA3Be;EA6BjCjB,OAAO,EAAE;IACPA,OAAO,EAAE;MACPC,eAAe,EAAE,qBADV;MAEPiB,sBAAsB,EAAE,oBAFjB;MAGPC,oBAAoB,EAAE,oBAHf;MAIPC,gBAAgB,EAAE;KALb;IAOPC,KAAK,EAAE;MACLpB,eAAe,EAAE,0BADZ;MAELiB,sBAAsB,EAAE,2BAFnB;MAGLC,oBAAoB,EAAE,2BAHjB;MAILC,gBAAgB,EAAE,0BAJb;MAKLE,KAAK,EAAEpE,qBAAqB,CAACc,KALxB;MAMLuD,UAAU,EAAErE,qBAAqB,CAACc,KAN7B;MAOLwD,WAAW,EAAEtE,qBAAqB,CAACc;;GA3CN;EA8CjCS,OAAO,EAAE;IACPuB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACC,OADjB;MAEPyC,sBAAsB,EAAE1C,MAAM,CAACE,YAFxB;MAGPyC,oBAAoB,EAAE3C,MAAM,CAACE,YAHtB;MAIP0C,gBAAgB,EAAE;KALb;IAOPC,KAAK,EAAE;MACLpB,eAAe,EAAEzB,MAAM,CAACgB,iBADnB;MAEL0B,sBAAsB,EAAE1C,MAAM,CAACe,YAF1B;MAGL4B,oBAAoB,EAAE3C,MAAM,CAACW,KAHxB;MAILiC,gBAAgB,EAAE,wBAJb;MAKLE,KAAK,EAAE9C,MAAM,CAACC,OALT;MAML8C,UAAU,EAAE/C,MAAM,CAACW,KANd;MAOLqC,WAAW,EAAEhD,MAAM,CAACW;;GA5DS;EA+DjCnB,KAAK,EAAE;IACLgC,OAAO,EAAE;MACPC,eAAe,EAAE,2BADV;MAEPiB,sBAAsB,EAAE,0BAFjB;MAGPC,oBAAoB,EAAE,0BAHf;MAIPC,gBAAgB,EAAE;;GApEW;EAuEjCK,MAAM,EAAE;IACNzB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP6C,sBAAsB,EAAE1C,MAAM,CAACH,WAFxB;MAGP8C,oBAAoB,EAAE3C,MAAM,CAACH,WAHtB;MAIP+C,gBAAgB,EAAE,wBAJX;MAKPE,KAAK,EAAE9C,MAAM,CAACC,OALP;MAMP8C,UAAU,EAAE,wBANL;MAOPC,WAAW,EAAE;;GA/EgB;EAkFjC,eAAe;IACbxB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP6C,sBAAsB,EAAE1C,MAAM,CAACH,WAFxB;MAGP8C,oBAAoB,EAAE3C,MAAM,CAACH,WAHtB;MAIP+C,gBAAgB,EAAE,oBAJX;MAKPE,KAAK,EAAE9C,MAAM,CAACY,KALP;MAMPmC,UAAU,EAAE,oBANL;MAOPC,WAAW,EAAE;;GA1FgB;EA6FjC/B,QAAQ,EAAE;IACRO,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACiB,QADjB;MAEPyB,sBAAsB,EAAE1C,MAAM,CAACiB,QAFxB;MAGP0B,oBAAoB,EAAE3C,MAAM,CAACiB,QAHtB;MAIP2B,gBAAgB,EAAElE,qBAAqB,CAACW,QAJjC;MAKP6D,WAAW,EAAExE,qBAAqB,CAACW;;;AAnGN,CAA5B;;AC/DA,MAAM8D,IAAe,GAAG;EAC7B5B,YAAY,EAAE,EADe;EAE7BK,WAAW,EAAE,CAFgB;EAG7B3B,OAAO,EAAE;IACPwB,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACC;GALO;EAO7BmD,SAAS,EAAE;IACT3B,eAAe,EAAEzB,MAAM,CAACgB,iBADf;IAETkC,WAAW,EAAElD,MAAM,CAACU;GATO;EAW7BuC,MAAM,EAAE;IACNxB,eAAe,EAAE/C,qBAAqB,CAACY,OADjC;IAEN4D,WAAW,EAAElD,MAAM,CAACU;;AAbO,CAAxB;;ACuBA,MAAM2C,OAAqB,GAAG;EACnCC,OAAO,EAAE;IACPC,GAAG,EAAE,EADE;IAEPC,MAAM,EAAE;GAHyB;EAKnCC,IAAI,EAAE;IACJlC,YAAY,EAAE,EADV;IAEJmC,OAAO,EAAE;MACPxB,IAAI,EAAE,EADC;MAEPyB,KAAK,EAAE;KAJL;IAMJlC,eAAe,EAAE;MACfD,OAAO,EAAE9C,qBAAqB,CAACY,OADhB;MAEf2B,QAAQ,EAAEjB,MAAM,CAACiB,QAFF;MAGf2C,QAAQ,EAAE5D,MAAM,CAACC,OAHF;MAIf4D,OAAO,EAAEnF,qBAAqB,CAACE,eAJhB;MAKf+B,KAAK,EAAEjC,qBAAqB,CAACW,QALd;MAMfyE,iBAAiB,EAAEpF,qBAAqB,CAACE;KAZvC;IAcJqC,QAAQ,EAAE;MACR8C,MAAM,EAAE;QACNC,KAAK,EAAE,CADD;QAENlB,KAAK,EAAEpE,qBAAqB,CAACW;;KAjB7B;IAoBJkD,UAAU,EAAE;MACV0B,QAAQ,EAAE,KADA;MAEVzB,QAAQ,EAAE,GAFA;MAGVC,cAAc,EAAE;;;AA5Be,CAA9B;;ACzBA,MAAMyB,eAAqC,GAAG;EACnD3D,MAAM,EAAE;IACNkB,eAAe,EAAEzB,MAAM,CAACO;GAFyB;EAInDF,OAAO,EAAE;IACPoB,eAAe,EAAEzB,MAAM,CAACK;GALyB;EAOnDG,IAAI,EAAE;IACJiB,eAAe,EAAEzB,MAAM,CAACQ;GARyB;EAUnDC,OAAO,EAAE;IACPgB,eAAe,EAAEzB,MAAM,CAACS;;AAXyB,CAA9C;;ACXA,MAAM0D,QAAQ,GAAG;EACtBvC,WAAW,EAAE,CADS;EAEtBL,YAAY,EAAE,CAFQ;EAGtB6C,MAAM,EAAE,EAHc;EAItBJ,KAAK,EAAE,EAJe;EAKtBK,QAAQ,EAAE,EALY;EAMtBnB,WAAW,EAAElD,MAAM,CAACU,SANE;EAOtBe,eAAe,EAAEzB,MAAM,CAACgB,iBAPF;EAQtBsD,kBAAkB,EAAEtE,MAAM,CAACC,OARL;EAStBsE,sBAAsB,EAAEvE,MAAM,CAACC,OATT;EAUtBuE,SAAS,EAAExE,MAAM,CAACgB;AAVI,CAAjB;;ACQA,MAAMyD,UAA2B,GAAG;EACzCC,GAAG,EAAE;IACH3C,QAAQ,EAAE;GAF6B;EAIzC4C,KAAK,EAAE;IACL5C,QAAQ,EAAE;GAL6B;EAOzC6C,IAAI,EAAE;IACJ7C,QAAQ,EAAE;;AAR6B,CAApC;;ACNA,MAAM8C,cAAc,GAAG,CAACC,QAAD,EAAmBC,oBAAnB,KAC5BC,IAAI,CAACC,KAAL,CAAWH,QAAQ,GAAGC,oBAAtB,CADK;AAaA,MAAMG,0BAA0B,GAAG,CACxCH,oBADwC,EAExCI,oBAFwC,EAGxCC,qBAHwC,MAId;EAC1BC,YAAY,EAAE;IACZP,QAAQ,EAAEK,oBADE;IAEZG,UAAU,EAAET,cAAc,CAACM,oBAAD,EAAuBJ,oBAAvB;GAHF;EAK1BQ,aAAa,EAAE;IACbT,QAAQ,EAAEM,qBADG;IAEbE,UAAU,EAAET,cAAc,CAACO,qBAAD,EAAwBL,oBAAxB;;AAPF,CAJc,CAAnC;AAeA,MAAMS,UAAU,GAAG;EACxBxF,MAAM,EAAE;IACNY,KAAK,EAAE6E,MAAU,CAAC7E,KADZ;IAEN,oBAAoB6E,MAAU,CAAC3E,eAFzB;IAGN,eAAepC,qBAAqB,CAACS,QAH/B;IAINK,KAAK,EAAEiG,MAAU,CAACjG,KAJZ;IAKN,eAAeiG,MAAU,CAACjG,KALpB;IAMNS,OAAO,EAAEwF,MAAU,CAACxF,OANd;IAON,iBAAiBwF,MAAU,CAACvF,YAPtB;IAQNC,MAAM,EAAEsF,MAAU,CAACtF,MARb;IASNE,OAAO,EAAEoF,MAAU,CAACpF,OATd;IAUNE,MAAM,EAAEkF,MAAU,CAAClF;GAXG;EAaxBmF,KAAK,EAAE;IACLC,OAAO,EAAE;MACPC,UAAU,EAAE;QACVC,OAAO,EAAEC,oBAAQ,CAACC,EAAT,KAAgB,KAAhB,GAAwB,SAAxB,GAAoC,uBADnC;QAEVC,IAAI,EAAEF,oBAAQ,CAACC,EAAT,KAAgB,KAAhB,GAAwB,SAAxB,GAAoC;OAHrC;MAKPE,UAAU,EAAE,GALL;MAMPC,SAAS,EAAE,QANJ;MAOPC,OAAO,EAAE;;QAEPC,OAAO,EAAElB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAF5B;;QAIPmB,OAAO,EAAEnB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAJ5B;;QAMPoB,OAAO,EAAEpB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAN5B;;QAQPqB,OAAO,EAAErB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAR5B;;QAUPsB,OAAO,EAAEtB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV;;KAlBlC;IAqBLuB,MAAM,EAAE;MACNb,UAAU,EAAE;QACVC,OAAO,EAAEC,oBAAQ,CAACC,EAAT,KAAgB,KAAhB,GAAwB,WAAxB,GAAsC,UADrC;QAEVC,IAAI,EAAEF,oBAAQ,CAACC,EAAT,KAAgB,KAAhB,GAAwB,WAAxB,GAAsC;OAHxC;MAKNE,UAAU,EAAE;QACVJ,OAAO,EAAE,GADC;;QAGVG,IAAI,EAAEF,oBAAQ,CAACC,EAAT,KAAgB,SAAhB,GAA4B,GAA5B,GAAkC;OARpC;MAUNG,SAAS,EAAE;QACTL,OAAO,EAAE,QADA;QAETG,IAAI,EAAE;OAZF;MAcNG,OAAO,EAAE;QACP,cAAcjB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CADjC;QAEP,eAAeA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAFlC;QAGPwB,IAAI,EAAExB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAHzB;QAIP,cAAcA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAJjC;QAKP,eAAeA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV;;;GArDvB;EAyDxByB,IAAI,EAAE;IACJC,aAAa,EAAElI,qBAAqB,CAACU;;AA1Df,CAAnB;;ACnBP,MAAMyH,gBAAiC,GAAG;EACxCrF,OAAO,EAAE;IACPC,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACU,SAFb;IAGPoC,KAAK,EAAE9C,MAAM,CAACY;GAJwB;EAMxCkG,OAAO,EAAE;IACPrF,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACU,SAFb;IAGPoC,KAAK,EAAE9C,MAAM,CAACY;GATwB;EAWxCmG,KAAK,EAAE;IACLtF,eAAe,EAAEzB,MAAM,CAACgB,iBADnB;IAELkC,WAAW,EAAExE,qBAAqB,CAACW,QAF9B;IAGLyD,KAAK,EAAE9C,MAAM,CAACY;GAdwB;EAgBxCD,KAAK,EAAE;IACLuC,WAAW,EAAExE,qBAAqB,CAACU,QAD9B;IAEL0D,KAAK,EAAE9C,MAAM,CAACY;GAlBwB;EAoBxCiB,KAAK,EAAE;IACLqB,WAAW,EAAElD,MAAM,CAACC,OADf;IAEL6C,KAAK,EAAE9C,MAAM,CAACY;GAtBwB;EAwBxCK,QAAQ,EAAE;IACRQ,eAAe,EAAEzB,MAAM,CAACiB,QADhB;IAERiC,WAAW,EAAElD,MAAM,CAACU,SAFZ;IAGRoC,KAAK,EAAE9C,MAAM,CAACa;GA3BwB;EA6BxCmG,OAAO,EAAE;IACP9D,WAAW,EAAElD,MAAM,CAACU,SADb;IAEPoC,KAAK,EAAE9C,MAAM,CAACY;;AA/BwB,CAA1C;AA6DO,MAAMqG,KAAiB,GAAG;EAC/BnF,SAAS,EAAE,EADoB;EAE/BgB,KAAK,EAAE;IACLoE,SAAS,EAAElH,MAAM,CAACC,OADb;IAELkH,WAAW,EAAE3B,UAAU,CAACxF,MAAX,CAAkB,aAAlB;GAJgB;EAM/B4B,WAAW,EAAE,CANkB;EAO/BL,YAAY,EAAE,EAPiB;EAQ/B6F,IAAI,EAAE;IACJC,IAAI,EAAE;GATuB;EAW/BC,cAAc,EAAE;IACd5D,OAAO,EAAE;GAZoB;EAc/BA,OAAO,EAAE;IACP6D,UAAU,EAAE,EADL;IAEPC,QAAQ,EAAE;GAhBmB;EAkB/BjF,UAAU,EAAE;IACV0B,QAAQ,EAAE,cADA;IAEVzB,QAAQ,EAAE,OAFA;IAGVC,cAAc,EAAE;GArBa;EAuB/BgF,MAAM,EAAEZ;AAvBuB,CAA1B;;AC1EA,MAAMa,UAAU,GAAG;EACxBC,mBAAmB,EAAE,CADG;EAExBC,sBAAsB,EAAE,EAFA;EAGxBC,kBAAkB,EAAE;IAAE3F,IAAI,EAAE,CAAR;IAAWyB,KAAK,EAAE;GAHd;EAIxBmE,2BAA2B,EAAE,CAJL;EAKxBC,uBAAuB,EAAE;AALD,CAAnB;;ACeA,MAAMC,QAAuB,GAAG;EACrC3H,OAAO,EAAE;IACPoB,eAAe,EAAEzB,MAAM,CAACK,OADjB;IAEP4H,UAAU,EAAEjI,MAAM,CAACgB;GAHgB;EAKrCT,MAAM,EAAE;IACNkB,eAAe,EAAEzB,MAAM,CAACO,MADlB;IAEN0H,UAAU,EAAEjI,MAAM,CAACgB;GAPgB;EASrCQ,OAAO,EAAE;IACPC,eAAe,EAAE/C,qBAAqB,CAACY,OADhC;IAEP2I,UAAU,EAAEjI,MAAM,CAACY;GAXgB;EAarCW,YAAY,EAAE,EAbuB;EAcrC8C,QAAQ,EAAE;AAd2B,CAAhC;;ACMA,MAAM6D,KAAiB,GAAG;EAC/Bb,IAAI,EAAE,EADyB;EAE/Bc,SAAS,EAAE;IACT1G,eAAe,EAAEzB,MAAM,CAACgB,iBADf;IAETY,WAAW,EAAE,CAFJ;IAGTsB,WAAW,EAAExE,qBAAqB,CAACU;GALN;EAO/BgJ,OAAO,EAAE;IACP3G,eAAe,EAAEzB,MAAM,CAACC,OADjB;IAEPoI,SAAS,EAAE,CAFJ;IAGPC,oBAAoB,EAAEtI,MAAM,CAACgB;GAVA;EAY/BC,QAAQ,EAAE;IACRQ,eAAe,EAAEzB,MAAM,CAACiB,QADhB;IAERiC,WAAW,EAAElD,MAAM,CAACU;;AAdS,CAA1B;;ACjBA,MAAM6H,QAAuB,GAAG;EACrCzG,SAAS,EAAE;AAD0B,CAAhC;;ACIA,MAAM0G,KAAK,GAAG;EACnB/D,UADmB;EAEnBwC,KAFmB;EAGnBiB,KAHmB;EAInBR,UAJmB;EAKnBa,QALmB;EAMnBpE,QANmB;EAOnB6D;AAPmB,CAAd;;ACNA,MAAMS,eAAe,GAAG;EAC7BC,MAAM,EAAE;IACNC,eAAe,EAAE,EADX;IAENC,iBAAiB,EAAE,EAFb;IAGN1F,WAAW,EAAExE,qBAAqB,CAACW;;AAJR,CAAxB;;ACFA,MAAMiE,OAAO,GAAG,CAAhB;;ACgBA,MAAMuF,SAAyB,GAAG;EACvCtH,YAAY,EAAE;IACZW,IAAI,EAAEoB,OAAO,GAAG;GAFqB;EAIvCuC,OAAO,EAAE;IACPpE,eAAe,EAAEzB,MAAM,CAACI;GALa;EAOvCe,IAAI,EAAE;IACJM,eAAe,EAAE/C,qBAAqB,CAACW;GARF;EAUvCqE,OAAO,EAAE;IACPxB,IAAI,EAAEoB,OAAO,GAAG;;AAXqB,CAAlC;;ACqBA,MAAMwF,UAA2B,GAAG;EACzCrH,eAAe,EAAE,aADwB;EAEzCuC,KAAK,EAAE,EAFkC;EAGzCI,MAAM,EAAE,EAHiC;EAIzC7C,YAAY,EAAE,EAJ2B;EAKzCK,WAAW,EAAE,CAL4B;EAMzCsB,WAAW,EAAE,aAN4B;EAOzCX,UAAU,EAAE;IACV0B,QAAQ,EAAE,KADA;IAEVzB,QAAQ,EAAE,OAFA;IAGVC,cAAc,EAAE;GAVuB;EAYzCR,KAAK,EAAE;IACLC,IAAI,EAAE;MACJV,OAAO,EAAE,CADL;MAEJb,KAAK,EAAE,IAFH;MAGJwB,MAAM,EAAE;KAJL;IAMLC,MAAM,EAAE;MACNzB,KAAK,EAAE;;GAnB8B;EAsBzCM,QAAQ,EAAE;IACRgB,KAAK,EAAE,CADC;IAERR,eAAe,EAAEE,MAAM,CAACV,QAAP,CAAgBO,OAAhB,CAAwBC,eAFjC;IAGRyB,WAAW,EAAEvB,MAAM,CAACV,QAAP,CAAgBO,OAAhB,CAAwB0B;GAzBE;EA2BzC1B,OAAO,EAAE;IACPkB,sBAAsB,EAAEf,MAAM,CAACH,OAAP,CAAeA,OAAf,CAAuBkB;GA5BR;EA8BzClD,KAAK,EAAE;IACLkD,sBAAsB,EAAEf,MAAM,CAACnC,KAAP,CAAagC,OAAb,CAAqBmB;;AA/BN,CAApC;;AC5BA,MAAMoG,QAAuB,GAAG;EACrCrF,OAAO,EAAE,WAD4B;EAErCR,WAAW,EAAElD,MAAM,CAACU,SAFiB;EAGrCkB,WAAW,EAAE,CAHwB;EAIrCoH,WAAW,EAAE;AAJwB,CAAhC;;ACJA,MAAMC,eAAqC,GAAG;EACnD7E,MAAM,EAAE,EAD2C;EAEnDV,OAAO,EAAE;AAF0C,CAA9C;;ACcA,MAAMwF,UAA2B,GAAG;EACzC7B,IAAI,EAAE,EADmC;EAEzC8B,WAAW,EAAE,CAF4B;EAGzCnJ,MAAM,EAAE;IACNkC,IAAI,EAAElC,MAAM,CAACU,SADP;IAEN0I,IAAI,EAAEpJ,MAAM,CAACC;GAL0B;EAOzCoJ,SAAS,EAAE;IACTC,KAAK,EAAE,GADE;IAETC,4BAA4B,EAAE,IAFrB;IAGTC,wBAAwB,EAAE,IAHjB;IAITC,iCAAiC,EAAE,IAJ1B;IAKTC,4BAA4B,EAAE,IALrB;IAMTC,kBAAkB,EAAE,CAAC,IAAD,EAAO,KAAP,EAAc,KAAd,EAAqB,CAArB;;AAbmB,CAApC;;ACIA,MAAMC,MAAmB,GAAG;EACjCC,GAAG,EAAE;IACHrI,OAAO,EAAE;MACPoE,UAAU,EAAEJ,UAAU,CAACE,KAAX,CAAiBe,MAAjB,CAAwBb,UAAxB,CAAmCC,OADxC;MAEP,GAAGL,UAAU,CAACE,KAAX,CAAiBe,MAAjB,CAAwBN,OAAxB,CAAgCO,IAAhC,CAAqCrB,YAFjC;MAGPP,QAAQ,EAAE,EAHH;MAIPhC,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkB,aAAlB;KALN;IAOH4D,QAAQ,EAAE;MACRd,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkBC;;GATI;EAYjC6J,OAAO,EAAE;IACPpG,OAAO,EAAE,WADF;IAEPlC,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH;KAHnB;IAKP+D,QAAQ,EAAE;MACRnC,eAAe,EAAEzB,MAAM,CAACC,OADhB;MAER6C,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkBR;;;AAnBI,CAA5B;;ACvBA,MAAMuK,OAAO,GAAG;EACrB3H,MAAM,EAAE;AADa,CAAhB;;ACQA,MAAM4H,QAAuB,GAAG;EACrCvI,eAAe,EAAE/C,qBAAqB,CAACW,QADF;EAErC4K,UAAU,EAAEvL,qBAAqB,CAACU,QAFG;EAGrC8K,iBAAiB,EAAE;AAHkB,CAAhC;;ACcA,MAAMC,GAAa,GAAG;EAC3B5I,YAAY,EAAE,EADa;EAE3BmC,OAAO,EAAE,UAFkB;EAG3BzD,OAAO,EAAE;IACPmJ,IAAI,EAAE;MACJ3H,eAAe,EAAE/C,qBAAqB,CAACqB,gBADnC;MAEJ6B,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJf;IAMPuK,OAAO,EAAE;MACP3I,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACC;;GAZG;EAe3BuB,OAAO,EAAE;IACP4H,IAAI,EAAE;MACJ3H,eAAe,EAAE/C,qBAAqB,CAACY,OADnC;MAEJsC,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJf;IAMPuK,OAAO,EAAE;MACP3I,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACY;;GAxBG;EA2B3BL,MAAM,EAAE;IACN6I,IAAI,EAAE;MACJ3H,eAAe,EAAE/C,qBAAqB,CAACK,WADnC;MAEJ6C,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJhB;IAMNuK,OAAO,EAAE;MACP3I,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACO;;;AApCG,CAAtB;;ACXA,MAAM8J,OAAqB,GAAG;EACnC5I,eAAe,EAAEzB,MAAM,CAACY,KADW;EAEnCW,YAAY,EAAE,EAFqB;EAGnC+I,OAAO,EAAE,IAH0B;EAInCC,iBAAiB,EAAE,EAJgB;EAKnCC,eAAe,EAAE,CALkB;EAMnCC,eAAe,EAAE;AANkB,CAA9B;;ACWP,MAAMC,WAAW,GAAG;EAClBC,MAAM,EAAE;IACNzI,IAAI,EAAE,CADA;IAENyB,KAAK,EAAE,GAFD;IAGNvB,MAAM,EAAE,GAHF;IAINV,KAAK,EAAE,IAJD;IAKNkJ,IAAI,EAAE;GANU;EAQlBC,GAAG,EAAE;IACHC,eAAe,EAAE,kBADd;IAEHC,gBAAgB,EAAE,kBAFf;IAGHC,eAAe,EAAE,mBAHd;IAIHC,cAAc,EAAE;GAZA;EAclBC,GAAG,EAAE;IACHJ,eAAe,EAAE,kBADd;IAEHC,gBAAgB,EAAE,kBAFf;IAGHC,eAAe,EAAE,mBAHd;IAIHC,cAAc,EAAE;;AAlBA,CAApB;AAuBA;;MACaE,KAAK,GAAG;EACnB7H,OADmB;EAEnBtD,MAFmB;EAGnBoL,QAAQ,EAAE;IAAEzM,SAAS,EAAED;GAHJ;EAInB4C,MAJmB;EAKnBoJ,WALmB;EAMnB/I,MANmB;EAOnBwB,IAPmB;EAQnBE,OARmB;EASnBa,eATmB;EAUnBsE,KAVmB;EAWnBC,eAXmB;EAYnBI,SAZmB;EAanBC,UAbmB;EAcnBC,QAdmB;EAenBG,UAfmB;EAgBnBU,MAhBmB;EAiBnBG,OAjBmB;EAkBnBC,QAlBmB;EAmBnBG,GAnBmB;EAoBnBE,OApBmB;EAqBnB7E,UArBmB;EAsBnByD;AAtBmB;;;;"}
@@ -40,6 +40,7 @@ const colors = {
40
40
  hover: lateOceanColorPalette.black100,
41
41
  white: lateOceanColorPalette.white,
42
42
  black: lateOceanColorPalette.black1000,
43
+ blackLight: lateOceanColorPalette.black555,
43
44
  blackAnthracite: lateOceanColorPalette.black800,
44
45
  uiBackground: lateOceanColorPalette.black25,
45
46
  uiBackgroundLight: lateOceanColorPalette.white,
@@ -336,34 +337,34 @@ const inputStatesStyle = {
336
337
  default: {
337
338
  backgroundColor: colors.uiBackgroundLight,
338
339
  borderColor: colors.separator,
339
- color: 'black'
340
+ color: colors.black
340
341
  },
341
342
  pending: {
342
343
  backgroundColor: colors.uiBackgroundLight,
343
344
  borderColor: colors.separator,
344
- color: 'black'
345
+ color: colors.black
345
346
  },
346
347
  valid: {
347
348
  backgroundColor: colors.uiBackgroundLight,
348
349
  borderColor: lateOceanColorPalette.black100,
349
- color: 'black'
350
+ color: colors.black
350
351
  },
351
352
  hover: {
352
353
  borderColor: lateOceanColorPalette.black200,
353
- color: 'black'
354
+ color: colors.black
354
355
  },
355
356
  focus: {
356
357
  borderColor: colors.primary,
357
- color: 'black'
358
+ color: colors.black
358
359
  },
359
360
  disabled: {
360
361
  backgroundColor: colors.disabled,
361
362
  borderColor: colors.separator,
362
- color: 'black-light'
363
+ color: colors.blackLight
363
364
  },
364
365
  invalid: {
365
366
  borderColor: colors.separator,
366
- color: 'black'
367
+ color: colors.black
367
368
  }
368
369
  };
369
370
  const input = {
@@ -377,6 +378,9 @@ const input = {
377
378
  icon: {
378
379
  size: 20
379
380
  },
381
+ rightContainer: {
382
+ padding: 10
383
+ },
380
384
  padding: {
381
385
  horizontal: 16,
382
386
  vertical: 5
@@ -1 +1 @@
1
- {"version":3,"file":"linaria-themes-node-14.17.cjs.web.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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.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/spacing.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.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 white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\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 AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\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 xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\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: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\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 ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\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 },\n subtle: {\n default: {\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 },\n 'subtle-dark': {\n default: {\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 },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\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 { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\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: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\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 // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 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 minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\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 horizontal: 16,\n vertical: 5,\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 containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\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 { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\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","export const spacing = 4;\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\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.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.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 interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\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 { choices } from './late-ocean/choices';\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 { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\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,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n choices,\n feedbackMessage,\n forms,\n fullScreenModal,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\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","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","default","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
1
+ {"version":3,"file":"linaria-themes-node-14.17.cjs.web.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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.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/spacing.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.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 white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackLight: lateOceanColorPalette.black555,\n blackAnthracite: lateOceanColorPalette.black800,\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 AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\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 xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\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: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\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 ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\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 },\n subtle: {\n default: {\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 },\n 'subtle-dark': {\n default: {\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 },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\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 { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\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: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\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 // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 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: string;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: colors.black,\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: colors.black,\n },\n focus: {\n borderColor: colors.primary,\n color: colors.black,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: colors.blackLight,\n },\n invalid: {\n borderColor: colors.separator,\n color: colors.black,\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n rightContainer: {\n padding: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\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 rightContainer: {\n padding: 10,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\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 containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\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 { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\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","export const spacing = 4;\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\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.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.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 interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\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 { choices } from './late-ocean/choices';\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 { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\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,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n choices,\n feedbackMessage,\n forms,\n fullScreenModal,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\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","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","default","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","rightContainer","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":";;;;AAAO,MAAMA,qBAAqB,GAAG;EACnCC,SAAS,EAAE,SADwB;EAEnCC,eAAe,EAAE,SAFkB;EAGnCC,eAAe,EAAE,SAHkB;EAInCC,eAAe,EAAE,SAJkB;EAMnCC,WAAW,EAAE,SANsB;EAOnCC,iBAAiB,EAAE,SAPgB;EASnCC,SAAS,EAAE,SATwB;EAUnCC,QAAQ,EAAE,SAVyB;EAWnCC,QAAQ,EAAE,SAXyB;EAYnCC,QAAQ,EAAE,SAZyB;EAanCC,QAAQ,EAAE,SAbyB;EAcnCC,OAAO,EAAE,SAd0B;EAenCC,OAAO,EAAE,SAf0B;EAgBnCC,KAAK,EAAE,SAhB4B;EAkBnCC,MAAM,EAAE,SAlB2B;EAmBnCC,gBAAgB,EAAE,SAnBiB;EAoBnCC,WAAW,EAAE,SApBsB;EAqBnCC,IAAI,EAAE,SArB6B;EAuBnCC,WAAW,EAAE,aAvBsB;EAyBnCC,UAAU,EAAE,SAzBuB;EA0BnCC,gBAAgB,EAAE;AA1BiB,CAA9B;;ACEA,MAAMC,MAAM,GAAG;EACpBC,OAAO,EAAEvB,qBAAqB,CAACC,SADX;EAEpBuB,YAAY,EAAExB,qBAAqB,CAACE,eAFhB;EAGpBuB,MAAM,EAAEzB,qBAAqB,CAACK,WAHV;EAIpBqB,WAAW,EAAE1B,qBAAqB,CAACM,iBAJf;EAKpBqB,OAAO,EAAE3B,qBAAqB,CAACe,MALX;EAMpBa,OAAO,EAAE5B,qBAAqB,CAACe,MANX;EAOpBc,MAAM,EAAE7B,qBAAqB,CAACgB,gBAPV;EAQpBc,IAAI,EAAE9B,qBAAqB,CAACkB,IARR;EASpBa,OAAO,EAAE/B,qBAAqB,CAACiB,WATX;EAUpBe,SAAS,EAAEhC,qBAAqB,CAACW,QAVb;EAWpBsB,KAAK,EAAEjC,qBAAqB,CAACW,QAXT;EAYpBG,KAAK,EAAEd,qBAAqB,CAACc,KAZT;EAapBoB,KAAK,EAAElC,qBAAqB,CAACO,SAbT;EAcpB4B,UAAU,EAAEnC,qBAAqB,CAACS,QAdd;EAepB2B,eAAe,EAAEpC,qBAAqB,CAACQ,QAfnB;EAgBpB6B,YAAY,EAAErC,qBAAqB,CAACa,OAhBhB;EAiBpByB,iBAAiB,EAAEtC,qBAAqB,CAACc,KAjBrB;EAkBpBK,WAAW,EAAEnB,qBAAqB,CAACmB,WAlBf;EAmBpBoB,QAAQ,EAAEvC,qBAAqB,CAACY,OAnBZ;EAoBpB4B,OAAO,EAAE;IACPC,IAAI,EAAE,wBADC;IAEPC,KAAK,EAAE,2BAFA;IAGPC,gBAAgB,EAAE;;AAvBA,CAAf;;ACgBA,MAAMC,MAAmB,GAAG;EACjCC,YAAY,EAAE,EADmB;EAEjCC,OAAO,EAAE;IACPC,eAAe,EAAEzB,MAAM,CAACC;GAHO;EAKjCmB,KAAK,EAAE;IACLK,eAAe,EAAE/C,qBAAqB,CAACW;GANR;EAQjCqC,KAAK,EAAE;IACLH,YAAY,EAAE;;AATiB,CAA5B;;AC4DA,MAAMI,MAAmB,GAAG;EACjCJ,YAAY,EAAE,EADmB;EAEjCK,WAAW,EAAE;IACXX,QAAQ,EAAE,CADC;IAEXY,KAAK,EAAE;GAJwB;EAMjCC,SAAS,EAAE,EANsB;EAOjCC,QAAQ,EAAE,EAPuB;EAQjCC,QAAQ,EAAE,GARuB;EASjCC,KAAK,EAAE;IACLC,IAAI,EAAE;MACJV,OAAO,EAAE,CADL;MAEJb,KAAK,EAAE,IAFH;MAGJwB,MAAM,EAAE;KAJL;IAMLC,MAAM,EAAE;MACNzB,KAAK,EAAE;;GAhBsB;EAmBjC0B,cAAc,EAAE;IACdb,OAAO,EAAE,cADK;IAEdE,KAAK,EAAE,gBAFO;IAGdY,MAAM,EAAE,gBAHM;IAIdrB,QAAQ,EAAE;GAvBqB;EAyBjCsB,UAAU,EAAE;IACVC,QAAQ,EAAE,OADA;IAEVC,cAAc,EAAE;GA3Be;EA6BjCjB,OAAO,EAAE;IACPA,OAAO,EAAE;MACPC,eAAe,EAAE,qBADV;MAEPiB,sBAAsB,EAAE,oBAFjB;MAGPC,oBAAoB,EAAE,oBAHf;MAIPC,gBAAgB,EAAE;KALb;IAOPC,KAAK,EAAE;MACLpB,eAAe,EAAE,0BADZ;MAELiB,sBAAsB,EAAE,2BAFnB;MAGLC,oBAAoB,EAAE,2BAHjB;MAILC,gBAAgB,EAAE,0BAJb;MAKLE,KAAK,EAAEpE,qBAAqB,CAACc,KALxB;MAMLuD,UAAU,EAAErE,qBAAqB,CAACc,KAN7B;MAOLwD,WAAW,EAAEtE,qBAAqB,CAACc;;GA3CN;EA8CjCS,OAAO,EAAE;IACPuB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACC,OADjB;MAEPyC,sBAAsB,EAAE1C,MAAM,CAACE,YAFxB;MAGPyC,oBAAoB,EAAE3C,MAAM,CAACE,YAHtB;MAIP0C,gBAAgB,EAAE;KALb;IAOPC,KAAK,EAAE;MACLpB,eAAe,EAAEzB,MAAM,CAACgB,iBADnB;MAEL0B,sBAAsB,EAAE1C,MAAM,CAACe,YAF1B;MAGL4B,oBAAoB,EAAE3C,MAAM,CAACW,KAHxB;MAILiC,gBAAgB,EAAE,wBAJb;MAKLE,KAAK,EAAE9C,MAAM,CAACC,OALT;MAML8C,UAAU,EAAE/C,MAAM,CAACW,KANd;MAOLqC,WAAW,EAAEhD,MAAM,CAACW;;GA5DS;EA+DjCnB,KAAK,EAAE;IACLgC,OAAO,EAAE;MACPC,eAAe,EAAE,2BADV;MAEPiB,sBAAsB,EAAE,0BAFjB;MAGPC,oBAAoB,EAAE,0BAHf;MAIPC,gBAAgB,EAAE;;GApEW;EAuEjCK,MAAM,EAAE;IACNzB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP6C,sBAAsB,EAAE1C,MAAM,CAACH,WAFxB;MAGP8C,oBAAoB,EAAE3C,MAAM,CAACH,WAHtB;MAIP+C,gBAAgB,EAAE,wBAJX;MAKPE,KAAK,EAAE9C,MAAM,CAACC,OALP;MAMP8C,UAAU,EAAE,wBANL;MAOPC,WAAW,EAAE;;GA/EgB;EAkFjC,eAAe;IACbxB,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP6C,sBAAsB,EAAE1C,MAAM,CAACH,WAFxB;MAGP8C,oBAAoB,EAAE3C,MAAM,CAACH,WAHtB;MAIP+C,gBAAgB,EAAE,oBAJX;MAKPE,KAAK,EAAE9C,MAAM,CAACY,KALP;MAMPmC,UAAU,EAAE,oBANL;MAOPC,WAAW,EAAE;;GA1FgB;EA6FjC/B,QAAQ,EAAE;IACRO,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACiB,QADjB;MAEPyB,sBAAsB,EAAE1C,MAAM,CAACiB,QAFxB;MAGP0B,oBAAoB,EAAE3C,MAAM,CAACiB,QAHtB;MAIP2B,gBAAgB,EAAElE,qBAAqB,CAACW,QAJjC;MAKP6D,WAAW,EAAExE,qBAAqB,CAACW;;;AAnGN,CAA5B;;AC/DA,MAAM8D,IAAe,GAAG;EAC7B5B,YAAY,EAAE,EADe;EAE7BK,WAAW,EAAE,CAFgB;EAG7B3B,OAAO,EAAE;IACPwB,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACC;GALO;EAO7BmD,SAAS,EAAE;IACT3B,eAAe,EAAEzB,MAAM,CAACgB,iBADf;IAETkC,WAAW,EAAElD,MAAM,CAACU;GATO;EAW7BuC,MAAM,EAAE;IACNxB,eAAe,EAAE/C,qBAAqB,CAACY,OADjC;IAEN4D,WAAW,EAAElD,MAAM,CAACU;;AAbO,CAAxB;;ACuBA,MAAM2C,OAAqB,GAAG;EACnCC,OAAO,EAAE;IACPC,GAAG,EAAE,EADE;IAEPC,MAAM,EAAE;GAHyB;EAKnCC,IAAI,EAAE;IACJlC,YAAY,EAAE,EADV;IAEJmC,OAAO,EAAE;MACPxB,IAAI,EAAE,EADC;MAEPyB,KAAK,EAAE;KAJL;IAMJlC,eAAe,EAAE;MACfD,OAAO,EAAE9C,qBAAqB,CAACY,OADhB;MAEf2B,QAAQ,EAAEjB,MAAM,CAACiB,QAFF;MAGf2C,QAAQ,EAAE5D,MAAM,CAACC,OAHF;MAIf4D,OAAO,EAAEnF,qBAAqB,CAACE,eAJhB;MAKf+B,KAAK,EAAEjC,qBAAqB,CAACW,QALd;MAMfyE,iBAAiB,EAAEpF,qBAAqB,CAACE;KAZvC;IAcJqC,QAAQ,EAAE;MACR8C,MAAM,EAAE;QACNC,KAAK,EAAE,CADD;QAENlB,KAAK,EAAEpE,qBAAqB,CAACW;;KAjB7B;IAoBJkD,UAAU,EAAE;MACV0B,QAAQ,EAAE,KADA;MAEVzB,QAAQ,EAAE,GAFA;MAGVC,cAAc,EAAE;;;AA5Be,CAA9B;;ACzBA,MAAMyB,eAAqC,GAAG;EACnD3D,MAAM,EAAE;IACNkB,eAAe,EAAEzB,MAAM,CAACO;GAFyB;EAInDF,OAAO,EAAE;IACPoB,eAAe,EAAEzB,MAAM,CAACK;GALyB;EAOnDG,IAAI,EAAE;IACJiB,eAAe,EAAEzB,MAAM,CAACQ;GARyB;EAUnDC,OAAO,EAAE;IACPgB,eAAe,EAAEzB,MAAM,CAACS;;AAXyB,CAA9C;;ACXA,MAAM0D,QAAQ,GAAG;EACtBvC,WAAW,EAAE,CADS;EAEtBL,YAAY,EAAE,CAFQ;EAGtB6C,MAAM,EAAE,EAHc;EAItBJ,KAAK,EAAE,EAJe;EAKtBK,QAAQ,EAAE,EALY;EAMtBnB,WAAW,EAAElD,MAAM,CAACU,SANE;EAOtBe,eAAe,EAAEzB,MAAM,CAACgB,iBAPF;EAQtBsD,kBAAkB,EAAEtE,MAAM,CAACC,OARL;EAStBsE,sBAAsB,EAAEvE,MAAM,CAACC,OATT;EAUtBuE,SAAS,EAAExE,MAAM,CAACgB;AAVI,CAAjB;;ACQA,MAAMyD,UAA2B,GAAG;EACzCC,GAAG,EAAE;IACH3C,QAAQ,EAAE;GAF6B;EAIzC4C,KAAK,EAAE;IACL5C,QAAQ,EAAE;GAL6B;EAOzC6C,IAAI,EAAE;IACJ7C,QAAQ,EAAE;;AAR6B,CAApC;;ACNA,MAAM8C,cAAc,GAAG,CAACC,QAAD,EAAmBC,oBAAnB,KAC5BC,IAAI,CAACC,KAAL,CAAWH,QAAQ,GAAGC,oBAAtB,CADK;AAaA,MAAMG,0BAA0B,GAAG,CACxCH,oBADwC,EAExCI,oBAFwC,EAGxCC,qBAHwC,MAId;EAC1BC,YAAY,EAAE;IACZP,QAAQ,EAAEK,oBADE;IAEZG,UAAU,EAAET,cAAc,CAACM,oBAAD,EAAuBJ,oBAAvB;GAHF;EAK1BQ,aAAa,EAAE;IACbT,QAAQ,EAAEM,qBADG;IAEbE,UAAU,EAAET,cAAc,CAACO,qBAAD,EAAwBL,oBAAxB;;AAPF,CAJc,CAAnC;AAeA,MAAMS,UAAU,GAAG;EACxBxF,MAAM,EAAE;IACNY,KAAK,EAAE6E,MAAU,CAAC7E,KADZ;IAEN,oBAAoB6E,MAAU,CAAC3E,eAFzB;IAGN,eAAepC,qBAAqB,CAACS,QAH/B;IAINK,KAAK,EAAEiG,MAAU,CAACjG,KAJZ;IAKN,eAAeiG,MAAU,CAACjG,KALpB;IAMNS,OAAO,EAAEwF,MAAU,CAACxF,OANd;IAON,iBAAiBwF,MAAU,CAACvF,YAPtB;IAQNC,MAAM,EAAEsF,MAAU,CAACtF,MARb;IASNE,OAAO,EAAEoF,MAAU,CAACpF,OATd;IAUNE,MAAM,EAAEkF,MAAU,CAAClF;GAXG;EAaxBmF,KAAK,EAAE;IACLC,OAAO,EAAE;MACPC,UAAU,EAAE;QACVC,OAAO,EAA0B,SADvB;QAEVC,IAAI,EAA0B;OAHzB;MAKPC,UAAU,EAAE,GALL;MAMPC,SAAS,EAAE,QANJ;MAOPC,OAAO,EAAE;;QAEPC,OAAO,EAAEhB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAF5B;;QAIPiB,OAAO,EAAEjB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAJ5B;;QAMPkB,OAAO,EAAElB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAN5B;;QAQPmB,OAAO,EAAEnB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAR5B;;QAUPoB,OAAO,EAAEpB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV;;KAlBlC;IAqBLqB,MAAM,EAAE;MACNX,UAAU,EAAE;QACVC,OAAO,EAA0B,WADvB;QAEVC,IAAI,EAA0B;OAH1B;MAKNC,UAAU,EAAE;QACVF,OAAO,EAAE,GADC;;QAGVC,IAAI,EAAoC;OARpC;MAUNE,SAAS,EAAE;QACTH,OAAO,EAAE,QADA;QAETC,IAAI,EAAE;OAZF;MAcNG,OAAO,EAAE;QACP,cAAcf,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CADjC;QAEP,eAAeA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAFlC;QAGPsB,IAAI,EAAEtB,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAHzB;QAIP,cAAcA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV,CAJjC;QAKP,eAAeA,0BAA0B,CAAC,GAAD,EAAM,EAAN,EAAU,EAAV;;;GArDvB;EAyDxBuB,IAAI,EAAE;IACJC,aAAa,EAAEhI,qBAAqB,CAACU;;AA1Df,CAAnB;;ACnBP,MAAMuH,gBAAiC,GAAG;EACxCnF,OAAO,EAAE;IACPC,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACU,SAFb;IAGPoC,KAAK,EAAE9C,MAAM,CAACY;GAJwB;EAMxCgG,OAAO,EAAE;IACPnF,eAAe,EAAEzB,MAAM,CAACgB,iBADjB;IAEPkC,WAAW,EAAElD,MAAM,CAACU,SAFb;IAGPoC,KAAK,EAAE9C,MAAM,CAACY;GATwB;EAWxCiG,KAAK,EAAE;IACLpF,eAAe,EAAEzB,MAAM,CAACgB,iBADnB;IAELkC,WAAW,EAAExE,qBAAqB,CAACW,QAF9B;IAGLyD,KAAK,EAAE9C,MAAM,CAACY;GAdwB;EAgBxCD,KAAK,EAAE;IACLuC,WAAW,EAAExE,qBAAqB,CAACU,QAD9B;IAEL0D,KAAK,EAAE9C,MAAM,CAACY;GAlBwB;EAoBxCiB,KAAK,EAAE;IACLqB,WAAW,EAAElD,MAAM,CAACC,OADf;IAEL6C,KAAK,EAAE9C,MAAM,CAACY;GAtBwB;EAwBxCK,QAAQ,EAAE;IACRQ,eAAe,EAAEzB,MAAM,CAACiB,QADhB;IAERiC,WAAW,EAAElD,MAAM,CAACU,SAFZ;IAGRoC,KAAK,EAAE9C,MAAM,CAACa;GA3BwB;EA6BxCiG,OAAO,EAAE;IACP5D,WAAW,EAAElD,MAAM,CAACU,SADb;IAEPoC,KAAK,EAAE9C,MAAM,CAACY;;AA/BwB,CAA1C;AA6DO,MAAMmG,KAAiB,GAAG;EAC/BjF,SAAS,EAAE,EADoB;EAE/BgB,KAAK,EAAE;IACLkE,SAAS,EAAEhH,MAAM,CAACC,OADb;IAELgH,WAAW,EAAEzB,UAAU,CAACxF,MAAX,CAAkB,aAAlB;GAJgB;EAM/B4B,WAAW,EAAE,CANkB;EAO/BL,YAAY,EAAE,EAPiB;EAQ/B2F,IAAI,EAAE;IACJC,IAAI,EAAE;GATuB;EAW/BC,cAAc,EAAE;IACd1D,OAAO,EAAE;GAZoB;EAc/BA,OAAO,EAAE;IACP2D,UAAU,EAAE,EADL;IAEPC,QAAQ,EAAE;GAhBmB;EAkB/B/E,UAAU,EAAE;IACV0B,QAAQ,EAAE,cADA;IAEVzB,QAAQ,EAAE,OAFA;IAGVC,cAAc,EAAE;GArBa;EAuB/B8E,MAAM,EAAEZ;AAvBuB,CAA1B;;AC1EA,MAAMa,UAAU,GAAG;EACxBC,mBAAmB,EAAE,CADG;EAExBC,sBAAsB,EAAE,EAFA;EAGxBC,kBAAkB,EAAE;IAAEzF,IAAI,EAAE,CAAR;IAAWyB,KAAK,EAAE;GAHd;EAIxBiE,2BAA2B,EAAE,CAJL;EAKxBC,uBAAuB,EAAE;AALD,CAAnB;;ACeA,MAAMC,QAAuB,GAAG;EACrCzH,OAAO,EAAE;IACPoB,eAAe,EAAEzB,MAAM,CAACK,OADjB;IAEP0H,UAAU,EAAE/H,MAAM,CAACgB;GAHgB;EAKrCT,MAAM,EAAE;IACNkB,eAAe,EAAEzB,MAAM,CAACO,MADlB;IAENwH,UAAU,EAAE/H,MAAM,CAACgB;GAPgB;EASrCQ,OAAO,EAAE;IACPC,eAAe,EAAE/C,qBAAqB,CAACY,OADhC;IAEPyI,UAAU,EAAE/H,MAAM,CAACY;GAXgB;EAarCW,YAAY,EAAE,EAbuB;EAcrC8C,QAAQ,EAAE;AAd2B,CAAhC;;ACMA,MAAM2D,KAAiB,GAAG;EAC/Bb,IAAI,EAAE,EADyB;EAE/Bc,SAAS,EAAE;IACTxG,eAAe,EAAEzB,MAAM,CAACgB,iBADf;IAETY,WAAW,EAAE,CAFJ;IAGTsB,WAAW,EAAExE,qBAAqB,CAACU;GALN;EAO/B8I,OAAO,EAAE;IACPzG,eAAe,EAAEzB,MAAM,CAACC,OADjB;IAEPkI,SAAS,EAAE,CAFJ;IAGPC,oBAAoB,EAAEpI,MAAM,CAACgB;GAVA;EAY/BC,QAAQ,EAAE;IACRQ,eAAe,EAAEzB,MAAM,CAACiB,QADhB;IAERiC,WAAW,EAAElD,MAAM,CAACU;;AAdS,CAA1B;;ACjBA,MAAM2H,QAAuB,GAAG;EACrCvG,SAAS,EAAE;AAD0B,CAAhC;;ACIA,MAAMwG,KAAK,GAAG;EACnB7D,UADmB;EAEnBsC,KAFmB;EAGnBiB,KAHmB;EAInBR,UAJmB;EAKnBa,QALmB;EAMnBlE,QANmB;EAOnB2D;AAPmB,CAAd;;ACNA,MAAMS,eAAe,GAAG;EAC7BC,MAAM,EAAE;IACNC,eAAe,EAAE,EADX;IAENC,iBAAiB,EAAE,EAFb;IAGNxF,WAAW,EAAExE,qBAAqB,CAACW;;AAJR,CAAxB;;ACFA,MAAMiE,OAAO,GAAG,CAAhB;;ACgBA,MAAMqF,SAAyB,GAAG;EACvCpH,YAAY,EAAE;IACZW,IAAI,EAAEoB,OAAO,GAAG;GAFqB;EAIvCuC,OAAO,EAAE;IACPpE,eAAe,EAAEzB,MAAM,CAACI;GALa;EAOvCe,IAAI,EAAE;IACJM,eAAe,EAAE/C,qBAAqB,CAACW;GARF;EAUvCqE,OAAO,EAAE;IACPxB,IAAI,EAAEoB,OAAO,GAAG;;AAXqB,CAAlC;;ACqBA,MAAMsF,UAA2B,GAAG;EACzCnH,eAAe,EAAE,aADwB;EAEzCuC,KAAK,EAAE,EAFkC;EAGzCI,MAAM,EAAE,EAHiC;EAIzC7C,YAAY,EAAE,EAJ2B;EAKzCK,WAAW,EAAE,CAL4B;EAMzCsB,WAAW,EAAE,aAN4B;EAOzCX,UAAU,EAAE;IACV0B,QAAQ,EAAE,KADA;IAEVzB,QAAQ,EAAE,OAFA;IAGVC,cAAc,EAAE;GAVuB;EAYzCR,KAAK,EAAE;IACLC,IAAI,EAAE;MACJV,OAAO,EAAE,CADL;MAEJb,KAAK,EAAE,IAFH;MAGJwB,MAAM,EAAE;KAJL;IAMLC,MAAM,EAAE;MACNzB,KAAK,EAAE;;GAnB8B;EAsBzCM,QAAQ,EAAE;IACRgB,KAAK,EAAE,CADC;IAERR,eAAe,EAAEE,MAAM,CAACV,QAAP,CAAgBO,OAAhB,CAAwBC,eAFjC;IAGRyB,WAAW,EAAEvB,MAAM,CAACV,QAAP,CAAgBO,OAAhB,CAAwB0B;GAzBE;EA2BzC1B,OAAO,EAAE;IACPkB,sBAAsB,EAAEf,MAAM,CAACH,OAAP,CAAeA,OAAf,CAAuBkB;GA5BR;EA8BzClD,KAAK,EAAE;IACLkD,sBAAsB,EAAEf,MAAM,CAACnC,KAAP,CAAagC,OAAb,CAAqBmB;;AA/BN,CAApC;;AC5BA,MAAMkG,QAAuB,GAAG;EACrCnF,OAAO,EAAE,WAD4B;EAErCR,WAAW,EAAElD,MAAM,CAACU,SAFiB;EAGrCkB,WAAW,EAAE,CAHwB;EAIrCkH,WAAW,EAAE;AAJwB,CAAhC;;ACJA,MAAMC,eAAqC,GAAG;EACnD3E,MAAM,EAAE,EAD2C;EAEnDV,OAAO,EAAE;AAF0C,CAA9C;;ACcA,MAAMsF,UAA2B,GAAG;EACzC7B,IAAI,EAAE,EADmC;EAEzC8B,WAAW,EAAE,CAF4B;EAGzCjJ,MAAM,EAAE;IACNkC,IAAI,EAAElC,MAAM,CAACU,SADP;IAENwI,IAAI,EAAElJ,MAAM,CAACC;GAL0B;EAOzCkJ,SAAS,EAAE;IACTC,KAAK,EAAE,GADE;IAETC,4BAA4B,EAAE,IAFrB;IAGTC,wBAAwB,EAAE,IAHjB;IAITC,iCAAiC,EAAE,IAJ1B;IAKTC,4BAA4B,EAAE,IALrB;IAMTC,kBAAkB,EAAE,CAAC,IAAD,EAAO,KAAP,EAAc,KAAd,EAAqB,CAArB;;AAbmB,CAApC;;ACIA,MAAMC,MAAmB,GAAG;EACjCC,GAAG,EAAE;IACHnI,OAAO,EAAE;MACPoE,UAAU,EAAEJ,UAAU,CAACE,KAAX,CAAiBa,MAAjB,CAAwBX,UAAxB,CAAmCC,OADxC;MAEP,GAAGL,UAAU,CAACE,KAAX,CAAiBa,MAAjB,CAAwBN,OAAxB,CAAgCO,IAAhC,CAAqCnB,YAFjC;MAGPP,QAAQ,EAAE,EAHH;MAIPhC,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkB,aAAlB;KALN;IAOH4D,QAAQ,EAAE;MACRd,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkBC;;GATI;EAYjC2J,OAAO,EAAE;IACPlG,OAAO,EAAE,WADF;IAEPlC,OAAO,EAAE;MACPC,eAAe,EAAEzB,MAAM,CAACH;KAHnB;IAKP+D,QAAQ,EAAE;MACRnC,eAAe,EAAEzB,MAAM,CAACC,OADhB;MAER6C,KAAK,EAAE0C,UAAU,CAACxF,MAAX,CAAkBR;;;AAnBI,CAA5B;;ACvBA,MAAMqK,OAAO,GAAG;EACrBzH,MAAM,EAAE;AADa,CAAhB;;ACQA,MAAM0H,QAAuB,GAAG;EACrCrI,eAAe,EAAE/C,qBAAqB,CAACW,QADF;EAErC0K,UAAU,EAAErL,qBAAqB,CAACU,QAFG;EAGrC4K,iBAAiB,EAAE;AAHkB,CAAhC;;ACcA,MAAMC,GAAa,GAAG;EAC3B1I,YAAY,EAAE,EADa;EAE3BmC,OAAO,EAAE,UAFkB;EAG3BzD,OAAO,EAAE;IACPiJ,IAAI,EAAE;MACJzH,eAAe,EAAE/C,qBAAqB,CAACqB,gBADnC;MAEJ6B,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJf;IAMPqK,OAAO,EAAE;MACPzI,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACC;;GAZG;EAe3BuB,OAAO,EAAE;IACP0H,IAAI,EAAE;MACJzH,eAAe,EAAE/C,qBAAqB,CAACY,OADnC;MAEJsC,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJf;IAMPqK,OAAO,EAAE;MACPzI,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACY;;GAxBG;EA2B3BL,MAAM,EAAE;IACN2I,IAAI,EAAE;MACJzH,eAAe,EAAE/C,qBAAqB,CAACK,WADnC;MAEJ6C,WAAW,EAAE,CAFT;MAGJsB,WAAW,EAAElD,MAAM,CAACH;KAJhB;IAMNqK,OAAO,EAAE;MACPzI,eAAe,EAAEzB,MAAM,CAACH,WADjB;MAEP+B,WAAW,EAAE,CAFN;MAGPsB,WAAW,EAAElD,MAAM,CAACO;;;AApCG,CAAtB;;ACXA,MAAM4J,OAAqB,GAAG;EACnC1I,eAAe,EAAEzB,MAAM,CAACY,KADW;EAEnCW,YAAY,EAAE,EAFqB;EAGnC6I,OAAO,EAAE,IAH0B;EAInCC,iBAAiB,EAAE,EAJgB;EAKnCC,eAAe,EAAE,CALkB;EAMnCC,eAAe,EAAE;AANkB,CAA9B;;ACWP,MAAMC,WAAW,GAAG;EAClBC,MAAM,EAAE;IACNvI,IAAI,EAAE,CADA;IAENyB,KAAK,EAAE,GAFD;IAGNvB,MAAM,EAAE,GAHF;IAINV,KAAK,EAAE,IAJD;IAKNgJ,IAAI,EAAE;GANU;EAQlBC,GAAG,EAAE;IACHC,eAAe,EAAE,kBADd;IAEHC,gBAAgB,EAAE,kBAFf;IAGHC,eAAe,EAAE,mBAHd;IAIHC,cAAc,EAAE;GAZA;EAclBC,GAAG,EAAE;IACHJ,eAAe,EAAE,kBADd;IAEHC,gBAAgB,EAAE,kBAFf;IAGHC,eAAe,EAAE,mBAHd;IAIHC,cAAc,EAAE;;AAlBA,CAApB;AAuBA;;MACaE,KAAK,GAAG;EACnB3H,OADmB;EAEnBtD,MAFmB;EAGnBkL,QAAQ,EAAE;IAAEvM,SAAS,EAAED;GAHJ;EAInB4C,MAJmB;EAKnBkJ,WALmB;EAMnB7I,MANmB;EAOnBwB,IAPmB;EAQnBE,OARmB;EASnBa,eATmB;EAUnBoE,KAVmB;EAWnBC,eAXmB;EAYnBI,SAZmB;EAanBC,UAbmB;EAcnBC,QAdmB;EAenBG,UAfmB;EAgBnBU,MAhBmB;EAiBnBG,OAjBmB;EAkBnBC,QAlBmB;EAmBnBG,GAnBmB;EAoBnBE,OApBmB;EAqBnB3E,UArBmB;EAsBnBuD;AAtBmB;;;;"}