@ornikar/kitt-universal 9.1.0 → 9.1.2

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 (32) hide show
  1. package/dist/definitions/Button/BaseStyledButtonPressable.d.ts +2 -3
  2. package/dist/definitions/Button/BaseStyledButtonPressable.d.ts.map +1 -1
  3. package/dist/definitions/Button/Button.d.ts +8 -0
  4. package/dist/definitions/Button/Button.d.ts.map +1 -1
  5. package/dist/definitions/index.d.ts +2 -0
  6. package/dist/definitions/index.d.ts.map +1 -1
  7. package/dist/definitions/utils/warnings.d.ts +4 -0
  8. package/dist/definitions/utils/warnings.d.ts.map +1 -0
  9. package/dist/index-browser-all.es.android.js +195 -163
  10. package/dist/index-browser-all.es.android.js.map +1 -1
  11. package/dist/index-browser-all.es.ios.js +195 -163
  12. package/dist/index-browser-all.es.ios.js.map +1 -1
  13. package/dist/index-browser-all.es.js +195 -163
  14. package/dist/index-browser-all.es.js.map +1 -1
  15. package/dist/index-browser-all.es.web.js +194 -162
  16. package/dist/index-browser-all.es.web.js.map +1 -1
  17. package/dist/index-node-14.17.cjs.js +179 -145
  18. package/dist/index-node-14.17.cjs.js.map +1 -1
  19. package/dist/index-node-14.17.cjs.web.js +178 -144
  20. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  21. package/dist/linaria-themes-browser-all.es.android.js +1 -1
  22. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  23. package/dist/linaria-themes-browser-all.es.ios.js +1 -1
  24. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  25. package/dist/linaria-themes-browser-all.es.js +1 -1
  26. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  27. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  28. package/dist/linaria-themes-node-14.17.cjs.js +1 -1
  29. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  30. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  31. package/dist/tsbuildinfo +1 -1
  32. package/package.json +4 -4
@@ -281,7 +281,7 @@ var typography = {
281
281
  },
282
282
  fontWeight: {
283
283
  regular: 400,
284
- bold: 700
284
+ bold: Platform.OS === 'web' ? 700 : 400
285
285
  },
286
286
  fontStyle: {
287
287
  regular: 'normal',
@@ -1 +1 @@
1
- {"version":3,"file":"linaria-themes-browser-all.es.android.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colors.ts","../src/themes/late-ocean/avatar.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/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/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { 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 bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 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 { 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","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 { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n feedbackMessage,\n forms,\n fullScreenModal,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","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","feedbackMessage","checkbox","height","width","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","padding","horizontal","vertical","property","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","selected","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes"],"mappings":"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"}
1
+ {"version":3,"file":"linaria-themes-browser-all.es.android.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colors.ts","../src/themes/late-ocean/avatar.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/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/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { 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 bold: Platform.OS === 'web' ? 700 : 400,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 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 { 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","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 { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n feedbackMessage,\n forms,\n fullScreenModal,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","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","feedbackMessage","checkbox","height","width","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","padding","horizontal","vertical","property","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","selected","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes"],"mappings":"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"}
@@ -281,7 +281,7 @@ var typography = {
281
281
  },
282
282
  fontWeight: {
283
283
  regular: 400,
284
- bold: 700
284
+ bold: Platform.OS === 'web' ? 700 : 400
285
285
  },
286
286
  fontStyle: {
287
287
  regular: 'normal',
@@ -1 +1 @@
1
- {"version":3,"file":"linaria-themes-browser-all.es.ios.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colors.ts","../src/themes/late-ocean/avatar.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/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/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { 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 bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 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 { 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","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 { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n feedbackMessage,\n forms,\n fullScreenModal,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","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","feedbackMessage","checkbox","height","width","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","padding","horizontal","vertical","property","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","selected","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes"],"mappings":"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"}
1
+ {"version":3,"file":"linaria-themes-browser-all.es.ios.js","sources":["../src/themes/palettes/lateOceanColorPalette.ts","../src/themes/late-ocean/colors.ts","../src/themes/late-ocean/avatar.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/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/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { 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 bold: Platform.OS === 'web' ? 700 : 400,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n labelContainerPaddingBottom: 5,\n iconMarginLeft: 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 { 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","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 { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing: 4,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n card,\n feedbackMessage,\n forms,\n fullScreenModal,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","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","feedbackMessage","checkbox","height","width","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","padding","horizontal","vertical","property","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","selected","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","small","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","spacing","palettes"],"mappings":"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"}
@@ -281,7 +281,7 @@ var typography = {
281
281
  },
282
282
  fontWeight: {
283
283
  regular: 400,
284
- bold: 700
284
+ bold: Platform.OS === 'web' ? 700 : 400
285
285
  },
286
286
  fontStyle: {
287
287
  regular: 'normal',