@ornikar/kitt-universal 9.26.0 → 9.28.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 (76) hide show
  1. package/babel-plugin-csf-to-jest.js +121 -0
  2. package/dist/definitions/Avatar/Avatar.d.ts +1 -7
  3. package/dist/definitions/Avatar/Avatar.d.ts.map +1 -1
  4. package/dist/definitions/Avatar/utils/getCurrentRadius.d.ts +9 -0
  5. package/dist/definitions/Avatar/utils/getCurrentRadius.d.ts.map +1 -0
  6. package/dist/definitions/Avatar/utils/getCurrentSize.d.ts +8 -0
  7. package/dist/definitions/Avatar/utils/getCurrentSize.d.ts.map +1 -0
  8. package/dist/definitions/Avatar/utils/getIconSize.d.ts +3 -0
  9. package/dist/definitions/Avatar/utils/getIconSize.d.ts.map +1 -0
  10. package/dist/definitions/Avatar/utils/getInitials.d.ts +2 -0
  11. package/dist/definitions/Avatar/utils/getInitials.d.ts.map +1 -0
  12. package/dist/definitions/KittMapConfigProvider/KittMapConfigProvider.d.ts +13 -0
  13. package/dist/definitions/KittMapConfigProvider/KittMapConfigProvider.d.ts.map +1 -0
  14. package/dist/definitions/KittMapConfigProvider/hooks/useKittMapConfig.d.ts +3 -0
  15. package/dist/definitions/KittMapConfigProvider/hooks/useKittMapConfig.d.ts.map +1 -0
  16. package/dist/definitions/MapMarker/MapMarker.d.ts +15 -0
  17. package/dist/definitions/MapMarker/MapMarker.d.ts.map +1 -0
  18. package/dist/definitions/ModalBehaviour/ModalBehaviourPortal.web.d.ts.map +1 -1
  19. package/dist/definitions/Skeleton/Skeleton.d.ts +15 -6
  20. package/dist/definitions/Skeleton/Skeleton.d.ts.map +1 -1
  21. package/dist/definitions/StaticMap/StaticMap.d.ts +34 -0
  22. package/dist/definitions/StaticMap/StaticMap.d.ts.map +1 -0
  23. package/dist/definitions/StaticMap/StaticMapError.d.ts +7 -0
  24. package/dist/definitions/StaticMap/StaticMapError.d.ts.map +1 -0
  25. package/dist/definitions/StaticMap/StaticMapImage.d.ts +12 -0
  26. package/dist/definitions/StaticMap/StaticMapImage.d.ts.map +1 -0
  27. package/dist/definitions/StaticMap/StaticMapLoader.d.ts +3 -0
  28. package/dist/definitions/StaticMap/StaticMapLoader.d.ts.map +1 -0
  29. package/dist/definitions/StaticMap/StaticMapMarker.d.ts +8 -0
  30. package/dist/definitions/StaticMap/StaticMapMarker.d.ts.map +1 -0
  31. package/dist/definitions/StaticMap/hooks/useGetStaticMapImageUrl.d.ts +8 -0
  32. package/dist/definitions/StaticMap/hooks/useGetStaticMapImageUrl.d.ts.map +1 -0
  33. package/dist/definitions/StaticMap/utils/getRangedWidthValue.d.ts +2 -0
  34. package/dist/definitions/StaticMap/utils/getRangedWidthValue.d.ts.map +1 -0
  35. package/dist/definitions/StaticMap/utils/getShouldDisplay2x.d.ts +2 -0
  36. package/dist/definitions/StaticMap/utils/getShouldDisplay2x.d.ts.map +1 -0
  37. package/dist/definitions/StaticMap/utils/getShouldDisplay2x.web.d.ts +2 -0
  38. package/dist/definitions/StaticMap/utils/getShouldDisplay2x.web.d.ts.map +1 -0
  39. package/dist/definitions/StaticMap/utils/getStaticMapImageUrl.d.ts +15 -0
  40. package/dist/definitions/StaticMap/utils/getStaticMapImageUrl.d.ts.map +1 -0
  41. package/dist/definitions/index.d.ts +9 -0
  42. package/dist/definitions/index.d.ts.map +1 -1
  43. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +121 -0
  44. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  45. package/dist/definitions/native-base/primitives.d.ts +17 -1
  46. package/dist/definitions/native-base/primitives.d.ts.map +1 -1
  47. package/dist/definitions/themes/late-ocean/avatar.d.ts +8 -0
  48. package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -1
  49. package/dist/definitions/themes/late-ocean/skeleton.d.ts +6 -0
  50. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
  51. package/dist/index-browser-all.es.android.js +796 -235
  52. package/dist/index-browser-all.es.android.js.map +1 -1
  53. package/dist/index-browser-all.es.ios.js +796 -235
  54. package/dist/index-browser-all.es.ios.js.map +1 -1
  55. package/dist/index-browser-all.es.js +852 -232
  56. package/dist/index-browser-all.es.js.map +1 -1
  57. package/dist/index-browser-all.es.web.js +865 -245
  58. package/dist/index-browser-all.es.web.js.map +1 -1
  59. package/dist/index-node-14.17.cjs.js +739 -134
  60. package/dist/index-node-14.17.cjs.js.map +1 -1
  61. package/dist/index-node-14.17.cjs.web.js +746 -136
  62. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  63. package/dist/linaria-themes-browser-all.es.android.js +24 -2
  64. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  65. package/dist/linaria-themes-browser-all.es.ios.js +24 -2
  66. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  67. package/dist/linaria-themes-browser-all.es.js +24 -2
  68. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  69. package/dist/linaria-themes-browser-all.es.web.js +24 -2
  70. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  71. package/dist/linaria-themes-node-14.17.cjs.js +24 -2
  72. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  73. package/dist/linaria-themes-node-14.17.cjs.web.js +24 -2
  74. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  75. package/dist/tsbuildinfo +1 -1
  76. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"linaria-themes-browser-all.es.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/cardModal.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/radioButtonGroup.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.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/utils/hexToRgba.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 black400: '#999999',\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 blackDisabled: lateOceanColorPalette.black400,\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\ninterface ButtonPadding {\n horizontal: number;\n vertical: number;\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 /**\n * @deprecated use `padding` instead\n */\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n padding: {\n default: ButtonPadding;\n large: ButtonPadding;\n xLarge: ButtonPadding;\n disabled: ButtonPadding;\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 padding: {\n default: {\n horizontal: 16,\n vertical: 7,\n },\n large: {\n horizontal: 24,\n vertical: 11,\n },\n xLarge: {\n horizontal: 24,\n vertical: 15,\n },\n disabled: {\n horizontal: 14,\n vertical: 5,\n },\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 { colors } from './colors';\n\nexport interface CardModalTheme {\n borderRadius: number;\n maxWidth: number;\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n header: {\n height: number;\n borderWidth: number;\n borderColor: string;\n };\n footer: {\n borderWidth: number;\n borderColor: string;\n };\n overlayPadding: {\n horizontal: number;\n vertical: 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 cardModal: CardModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n header: {\n height: 56,\n borderWidth: 1,\n borderColor: colors.separator,\n },\n footer: {\n borderWidth: 1,\n borderColor: colors.separator,\n },\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\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 { 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 { 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-disabled': lateOceanColorPalette.black400,\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 warning: kittColors.warning,\n },\n types: {\n headers: {\n fontFamily: {\n native: {\n regular: 'Moderat-Extended-Bold',\n bold: 'Moderat-Extended-Bold',\n },\n web: {\n regular: 'Moderat',\n bold: 'Moderat',\n },\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 web: {\n regular: 'Noto Sans',\n bold: 'Noto Sans',\n },\n native: {\n regular: 'NotoSans',\n bold: 'NotoSans-Bold',\n },\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: kittColors.blackDisabled,\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.blackDisabled,\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","import { colors } from './colors';\n\nexport interface RadioButtonGroupTheme {\n item: {\n minHeight: number;\n borderWidth: number;\n borderColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n [key: string]: string;\n };\n backgroundColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n };\n borderRadius: number;\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n };\n}\n\nexport const radioButtonGroup: RadioButtonGroupTheme = {\n item: {\n minHeight: 40,\n borderWidth: 2,\n borderRadius: 20,\n borderColor: {\n default: colors.separator,\n hover: colors.primary,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.separator,\n },\n backgroundColor: {\n default: colors.uiBackgroundLight,\n hover: colors.white,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.disabled,\n },\n padding: {\n horizontal: 18,\n vertical: 6,\n },\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\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 { radioButtonGroup } from './radioButtonGroup';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n radioButtonGroup,\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { 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 primary: 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 primary: {\n pressedBackgroundColor: lateOceanColorPalette.moonPurpleLight1,\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.native.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 warn: 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 warn: {\n fill: {\n backgroundColor: colors.warning,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.warning,\n },\n },\n};\n","export const hex2rgba = (hex: string, alpha = 1): string => {\n const r = parseInt(hex.slice(1, 3), 16);\n const g = parseInt(hex.slice(3, 5), 16);\n const b = parseInt(hex.slice(5, 7), 16);\n\n return `rgba(${r}, ${g}, ${b}, ${alpha})`;\n};\n","import { hex2rgba } from '../../utils/hexToRgba';\nimport { colors } from './colors';\n\ninterface TooltipTransition {\n duration: string;\n timingFunction: string;\n property: string;\n}\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n maxWidth: number;\n transition: {\n in: TooltipTransition;\n out: TooltipTransition;\n };\n arrow: {\n width: number;\n height: number;\n };\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: hex2rgba(colors.black, 0.95),\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 8,\n floatingPadding: 8,\n maxWidth: 328,\n transition: {\n in: {\n duration: '150ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n out: {\n duration: '75ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n },\n arrow: {\n width: 39,\n height: 9,\n },\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 { cardModal } from './late-ocean/cardModal';\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 { 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 cardModal,\n choices,\n dialogModal,\n feedbackMessage,\n forms,\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","black400","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","blackDisabled","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","avatar","borderRadius","backgroundColor","large","spacing","bottomSheet","container","padding","handle","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","horizontal","vertical","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","cardModal","shadow","offsetX","offsetY","opacity","radius","header","height","footer","overlayPadding","animation","easing","content","choices","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","dialogModal","feedbackMessage","checkbox","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","web","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","radioButtonGroup","textArea","forms","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","warn","hex2rgba","hex","alpha","r","parseInt","slice","g","b","tooltip","horizontalPadding","verticalPadding","floatingPadding","out","arrow","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
1
+ {"version":3,"file":"linaria-themes-browser-all.es.web.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/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/cardModal.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/radioButtonGroup.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.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/utils/hexToRgba.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 black400: '#999999',\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 blackDisabled: lateOceanColorPalette.black400,\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 const defaultAvatarSize = 40;\nexport const defaultAvatarIconSize = 20;\n\nexport const largeAvatarSize = 120;\nexport const largeAvatarIconSize = 30;\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n size: number;\n iconSize: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n size: number;\n iconSize: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n size: defaultAvatarSize,\n iconSize: defaultAvatarIconSize,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n size: largeAvatarSize,\n iconSize: largeAvatarIconSize,\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\ninterface ButtonPadding {\n horizontal: number;\n vertical: number;\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 /**\n * @deprecated use `padding` instead\n */\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n padding: {\n default: ButtonPadding;\n large: ButtonPadding;\n xLarge: ButtonPadding;\n disabled: ButtonPadding;\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 padding: {\n default: {\n horizontal: 16,\n vertical: 7,\n },\n large: {\n horizontal: 24,\n vertical: 11,\n },\n xLarge: {\n horizontal: 24,\n vertical: 15,\n },\n disabled: {\n horizontal: 14,\n vertical: 5,\n },\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 { colors } from './colors';\n\nexport interface CardModalTheme {\n borderRadius: number;\n maxWidth: number;\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n header: {\n height: number;\n borderWidth: number;\n borderColor: string;\n };\n footer: {\n borderWidth: number;\n borderColor: string;\n };\n overlayPadding: {\n horizontal: number;\n vertical: 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 cardModal: CardModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n header: {\n height: 56,\n borderWidth: 1,\n borderColor: colors.separator,\n },\n footer: {\n borderWidth: 1,\n borderColor: colors.separator,\n },\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\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 { 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 { 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-disabled': lateOceanColorPalette.black400,\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 warning: kittColors.warning,\n },\n types: {\n headers: {\n fontFamily: {\n native: {\n regular: 'Moderat-Extended-Bold',\n bold: 'Moderat-Extended-Bold',\n },\n web: {\n regular: 'Moderat',\n bold: 'Moderat',\n },\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 web: {\n regular: 'Noto Sans',\n bold: 'Noto Sans',\n },\n native: {\n regular: 'NotoSans',\n bold: 'NotoSans-Bold',\n },\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: kittColors.blackDisabled,\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.blackDisabled,\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","import { colors } from './colors';\n\nexport interface RadioButtonGroupTheme {\n item: {\n minHeight: number;\n borderWidth: number;\n borderColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n [key: string]: string;\n };\n backgroundColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n };\n borderRadius: number;\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n };\n}\n\nexport const radioButtonGroup: RadioButtonGroupTheme = {\n item: {\n minHeight: 40,\n borderWidth: 2,\n borderRadius: 20,\n borderColor: {\n default: colors.separator,\n hover: colors.primary,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.separator,\n },\n backgroundColor: {\n default: colors.uiBackgroundLight,\n hover: colors.white,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.disabled,\n },\n padding: {\n horizontal: 18,\n vertical: 6,\n },\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\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 { radioButtonGroup } from './radioButtonGroup';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n radioButtonGroup,\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 { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { 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 primary: 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 primary: {\n pressedBackgroundColor: lateOceanColorPalette.moonPurpleLight1,\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.native.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\ninterface SkeletonShapeTheme {\n size: number;\n borderRadius: number;\n}\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n shape: Record<string, SkeletonShapeTheme>;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n shape: {\n bar: {\n size: 8,\n borderRadius: 4,\n },\n circle: {\n size: 48,\n borderRadius: 24,\n },\n square: {\n size: 48,\n borderRadius: 6,\n },\n },\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 warn: 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 warn: {\n fill: {\n backgroundColor: colors.warning,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.warning,\n },\n },\n};\n","export const hex2rgba = (hex: string, alpha = 1): string => {\n const r = parseInt(hex.slice(1, 3), 16);\n const g = parseInt(hex.slice(3, 5), 16);\n const b = parseInt(hex.slice(5, 7), 16);\n\n return `rgba(${r}, ${g}, ${b}, ${alpha})`;\n};\n","import { hex2rgba } from '../../utils/hexToRgba';\nimport { colors } from './colors';\n\ninterface TooltipTransition {\n duration: string;\n timingFunction: string;\n property: string;\n}\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n maxWidth: number;\n transition: {\n in: TooltipTransition;\n out: TooltipTransition;\n };\n arrow: {\n width: number;\n height: number;\n };\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: hex2rgba(colors.black, 0.95),\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 8,\n floatingPadding: 8,\n maxWidth: 328,\n transition: {\n in: {\n duration: '150ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n out: {\n duration: '75ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n },\n arrow: {\n width: 39,\n height: 9,\n },\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 { cardModal } from './late-ocean/cardModal';\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 { 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 cardModal,\n choices,\n dialogModal,\n feedbackMessage,\n forms,\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","black400","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","blackDisabled","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","defaultAvatarSize","defaultAvatarIconSize","largeAvatarSize","largeAvatarIconSize","avatar","borderRadius","size","iconSize","backgroundColor","large","spacing","bottomSheet","container","padding","handle","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","horizontal","vertical","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","cardModal","shadow","offsetX","offsetY","opacity","radius","header","height","footer","overlayPadding","animation","easing","content","choices","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","dialogModal","feedbackMessage","checkbox","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","web","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","rightContainer","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","radioButtonGroup","textArea","forms","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","shape","bar","circle","square","tag","outline","warn","hex2rgba","hex","alpha","r","parseInt","slice","g","b","tooltip","horizontalPadding","verticalPadding","floatingPadding","out","arrow","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
@@ -54,8 +54,14 @@ const colors = {
54
54
  }
55
55
  };
56
56
 
57
+ const defaultAvatarSize = 40;
58
+ const defaultAvatarIconSize = 20;
59
+ const largeAvatarSize = 120;
60
+ const largeAvatarIconSize = 30;
57
61
  const avatar = {
58
62
  borderRadius: 10,
63
+ size: defaultAvatarSize,
64
+ iconSize: defaultAvatarIconSize,
59
65
  default: {
60
66
  backgroundColor: colors.primary
61
67
  },
@@ -63,7 +69,9 @@ const avatar = {
63
69
  backgroundColor: lateOceanColorPalette.black100
64
70
  },
65
71
  large: {
66
- borderRadius: 30
72
+ borderRadius: 30,
73
+ size: largeAvatarSize,
74
+ iconSize: largeAvatarIconSize
67
75
  }
68
76
  };
69
77
 
@@ -724,7 +732,21 @@ const shadows = {
724
732
  const skeleton = {
725
733
  backgroundColor: lateOceanColorPalette.black100,
726
734
  flareColor: lateOceanColorPalette.black200,
727
- animationDuration: 1000
735
+ animationDuration: 1000,
736
+ shape: {
737
+ bar: {
738
+ size: 8,
739
+ borderRadius: 4
740
+ },
741
+ circle: {
742
+ size: 48,
743
+ borderRadius: 24
744
+ },
745
+ square: {
746
+ size: 48,
747
+ borderRadius: 6
748
+ }
749
+ }
728
750
  };
729
751
 
730
752
  const tag = {