@ornikar/kitt-universal 9.12.2 → 9.13.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 (40) hide show
  1. package/dist/definitions/BottomSheet/BottomSheet.d.ts +16 -0
  2. package/dist/definitions/BottomSheet/BottomSheet.d.ts.map +1 -0
  3. package/dist/definitions/BottomSheet/BottomSheet.web.d.ts +7 -0
  4. package/dist/definitions/BottomSheet/BottomSheet.web.d.ts.map +1 -0
  5. package/dist/definitions/BottomSheet/useBottomSheet.d.ts +4 -0
  6. package/dist/definitions/BottomSheet/useBottomSheet.d.ts.map +1 -0
  7. package/dist/definitions/BottomSheet/useStaticBottomSheet.d.ts +15 -0
  8. package/dist/definitions/BottomSheet/useStaticBottomSheet.d.ts.map +1 -0
  9. package/dist/definitions/index.d.ts +4 -0
  10. package/dist/definitions/index.d.ts.map +1 -1
  11. package/dist/definitions/themes/default.d.ts +1 -0
  12. package/dist/definitions/themes/default.d.ts.map +1 -1
  13. package/dist/definitions/themes/late-ocean/bottomSheet.d.ts +10 -0
  14. package/dist/definitions/themes/late-ocean/bottomSheet.d.ts.map +1 -0
  15. package/dist/index-browser-all.es.android.js +106 -6
  16. package/dist/index-browser-all.es.android.js.map +1 -1
  17. package/dist/index-browser-all.es.ios.js +106 -6
  18. package/dist/index-browser-all.es.ios.js.map +1 -1
  19. package/dist/index-browser-all.es.js +106 -6
  20. package/dist/index-browser-all.es.js.map +1 -1
  21. package/dist/index-browser-all.es.web.js +46 -4
  22. package/dist/index-browser-all.es.web.js.map +1 -1
  23. package/dist/index-node-14.17.cjs.js +94 -3
  24. package/dist/index-node-14.17.cjs.js.map +1 -1
  25. package/dist/index-node-14.17.cjs.web.js +45 -2
  26. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  27. package/dist/linaria-themes-browser-all.es.android.js +12 -2
  28. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  29. package/dist/linaria-themes-browser-all.es.ios.js +12 -2
  30. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  31. package/dist/linaria-themes-browser-all.es.js +12 -2
  32. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  33. package/dist/linaria-themes-browser-all.es.web.js +12 -2
  34. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  35. package/dist/linaria-themes-node-14.17.cjs.js +12 -2
  36. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  37. package/dist/linaria-themes-node-14.17.cjs.web.js +12 -2
  38. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  39. package/dist/tsbuildinfo +1 -1
  40. package/package.json +8 -2
@@ -67,6 +67,17 @@ const avatar = {
67
67
  }
68
68
  };
69
69
 
70
+ const spacing = 4;
71
+
72
+ const bottomSheet = {
73
+ container: {
74
+ padding: spacing * 4
75
+ },
76
+ handle: {
77
+ backgroundColor: lateOceanColorPalette.black200
78
+ }
79
+ };
80
+
70
81
  const button = {
71
82
  borderRadius: 30,
72
83
  borderWidth: {
@@ -492,8 +503,6 @@ const fullScreenModal = {
492
503
  }
493
504
  };
494
505
 
495
- const spacing = 4;
496
-
497
506
  const highlight = {
498
507
  borderRadius: {
499
508
  base: spacing * 5
@@ -703,6 +712,7 @@ const theme = {
703
712
  avatar,
704
713
  breakpoints,
705
714
  button,
715
+ bottomSheet,
706
716
  card,
707
717
  choices,
708
718
  dialogModal,
@@ -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/dialogModal.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: '#333333',\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 },\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 DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\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 animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\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 { dialogModal } from './late-ocean/dialogModal';\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 dialogModal,\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","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","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","dialogModal","overlayPadding","horizontal","vertical","shadow","offsetX","offsetY","opacity","radius","animation","easing","content","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","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","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","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/spacing.ts","../src/themes/late-ocean/bottomSheet.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/choices.ts","../src/themes/late-ocean/dialogModal.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/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: '#333333',\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 },\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","export const spacing = 4;\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { spacing } from './spacing';\n\nexport interface BottomSheetTheme {\n container: {\n padding: number;\n };\n handle: {\n backgroundColor: string;\n };\n}\n\nexport const bottomSheet: BottomSheetTheme = {\n container: {\n padding: spacing * 4,\n },\n handle: {\n backgroundColor: lateOceanColorPalette.black200,\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 DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\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","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 animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\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 { bottomSheet } from './late-ocean/bottomSheet';\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 { dialogModal } from './late-ocean/dialogModal';\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 bottomSheet,\n card,\n choices,\n dialogModal,\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","avatar","borderRadius","default","backgroundColor","large","spacing","bottomSheet","container","padding","handle","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","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","dialogModal","overlayPadding","horizontal","vertical","shadow","offsetX","offsetY","opacity","radius","animation","easing","content","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","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","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
@@ -65,6 +65,17 @@ const avatar = {
65
65
  }
66
66
  };
67
67
 
68
+ const spacing = 4;
69
+
70
+ const bottomSheet = {
71
+ container: {
72
+ padding: spacing * 4
73
+ },
74
+ handle: {
75
+ backgroundColor: lateOceanColorPalette.black200
76
+ }
77
+ };
78
+
68
79
  const button = {
69
80
  borderRadius: 30,
70
81
  borderWidth: {
@@ -490,8 +501,6 @@ const fullScreenModal = {
490
501
  }
491
502
  };
492
503
 
493
- const spacing = 4;
494
-
495
504
  const highlight = {
496
505
  borderRadius: {
497
506
  base: spacing * 5
@@ -701,6 +710,7 @@ const theme = {
701
710
  avatar,
702
711
  breakpoints,
703
712
  button,
713
+ bottomSheet,
704
714
  card,
705
715
  choices,
706
716
  dialogModal,
@@ -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/dialogModal.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: '#333333',\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 },\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 DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\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 animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\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 { dialogModal } from './late-ocean/dialogModal';\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 dialogModal,\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","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","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","dialogModal","overlayPadding","horizontal","vertical","shadow","offsetX","offsetY","opacity","radius","animation","easing","content","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","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","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","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/spacing.ts","../src/themes/late-ocean/bottomSheet.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/choices.ts","../src/themes/late-ocean/dialogModal.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/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: '#333333',\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 },\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","export const spacing = 4;\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { spacing } from './spacing';\n\nexport interface BottomSheetTheme {\n container: {\n padding: number;\n };\n handle: {\n backgroundColor: string;\n };\n}\n\nexport const bottomSheet: BottomSheetTheme = {\n container: {\n padding: spacing * 4,\n },\n handle: {\n backgroundColor: lateOceanColorPalette.black200,\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 DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\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","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 animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\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 { bottomSheet } from './late-ocean/bottomSheet';\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 { dialogModal } from './late-ocean/dialogModal';\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 bottomSheet,\n card,\n choices,\n dialogModal,\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","avatar","borderRadius","default","backgroundColor","large","spacing","bottomSheet","container","padding","handle","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","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","dialogModal","overlayPadding","horizontal","vertical","shadow","offsetX","offsetY","opacity","radius","animation","easing","content","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","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","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}