@ornikar/kitt-universal 9.5.0 → 9.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/definitions/Choices/ChoiceItem.d.ts.map +1 -1
- package/dist/definitions/Choices/hooks/useNativeAnimation.d.ts +14 -0
- package/dist/definitions/Choices/hooks/useNativeAnimation.d.ts.map +1 -0
- package/dist/definitions/Choices/hooks/useNativeAnimation.web.d.ts +7 -0
- package/dist/definitions/Choices/hooks/useNativeAnimation.web.d.ts.map +1 -0
- package/dist/definitions/forms/InputField/InputField.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +1 -1
- package/dist/definitions/themes/default.d.ts +7 -1
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/forms.d.ts +7 -1
- package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/inputField.d.ts +7 -1
- package/dist/definitions/themes/late-ocean/inputField.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +117 -106
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +117 -106
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +117 -106
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +38 -111
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +115 -104
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +35 -106
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.android.js +7 -1
- package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.ios.js +7 -1
- package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.js +7 -1
- package/dist/linaria-themes-browser-all.es.js.map +1 -1
- package/dist/linaria-themes-browser-all.es.web.js +7 -1
- package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.js +7 -1
- package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js +7 -1
- package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +27 -2
|
@@ -393,8 +393,14 @@ var input = {
|
|
|
393
393
|
};
|
|
394
394
|
|
|
395
395
|
var inputField = {
|
|
396
|
+
containerPaddingTop: 5,
|
|
397
|
+
containerPaddingBottom: 10,
|
|
398
|
+
feedbackPaddingTop: {
|
|
399
|
+
base: 5,
|
|
400
|
+
small: 10
|
|
401
|
+
},
|
|
396
402
|
labelContainerPaddingBottom: 5,
|
|
397
|
-
|
|
403
|
+
labelFeedbackMarginLeft: 6
|
|
398
404
|
};
|
|
399
405
|
|
|
400
406
|
var inputTag = {
|
|
@@ -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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModal.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n 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","export interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","export const shadows = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colors.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatar';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { 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 choices,\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 navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","Platform","OS","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","horizontal","vertical","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"linaria-themes-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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModal.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface RadioTheme {\n size: number;\n unchecked: {\n backgroundColor: string;\n borderColor: string;\n borderWidth: number;\n };\n checked: {\n backgroundColor: string;\n innerBackgroundColor: string;\n innerSize: number;\n };\n disabled: {\n backgroundColor: string;\n borderColor: string;\n };\n}\n\nexport const radio: RadioTheme = {\n size: 18,\n unchecked: {\n backgroundColor: colors.uiBackgroundLight,\n borderWidth: 2,\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: colors.primary,\n innerSize: 5,\n innerBackgroundColor: colors.uiBackgroundLight,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n },\n};\n","export interface TextAreaTheme {\n minHeight: number;\n}\n\nexport const textArea: TextAreaTheme = {\n minHeight: 120,\n};\n","import { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const fullScreenModal = {\n header: {\n paddingVertical: 12,\n paddingHorizontal: 16,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { button } from './button';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: button.disabled.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.hoverBackgroundColor,\n },\n};\n","import { colors } from './colors';\n\nexport interface ListItemTheme {\n padding: string;\n borderColor: string;\n borderWidth: number;\n innerMargin: number;\n}\n\nexport const listItem: ListItemTheme = {\n padding: '12px 16px',\n borderColor: colors.separator,\n borderWidth: 1,\n innerMargin: 8,\n};\n","export interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","export const shadows = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colors.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatar';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { 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 choices,\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 navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","Platform","OS","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
|
|
@@ -393,8 +393,14 @@ var input = {
|
|
|
393
393
|
};
|
|
394
394
|
|
|
395
395
|
var inputField = {
|
|
396
|
+
containerPaddingTop: 5,
|
|
397
|
+
containerPaddingBottom: 10,
|
|
398
|
+
feedbackPaddingTop: {
|
|
399
|
+
base: 5,
|
|
400
|
+
small: 10
|
|
401
|
+
},
|
|
396
402
|
labelContainerPaddingBottom: 5,
|
|
397
|
-
|
|
403
|
+
labelFeedbackMarginLeft: 6
|
|
398
404
|
};
|
|
399
405
|
|
|
400
406
|
var inputTag = {
|
|
@@ -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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModal.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n 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","export interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","export const shadows = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colors.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatar';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { 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 choices,\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 navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","Platform","OS","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","horizontal","vertical","states","inputField","labelContainerPaddingBottom","iconMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"linaria-themes-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/choices.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/fullScreenModal.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#2C293D',\n black555: '#737373',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n fullscreenLoader: 'rgba(0, 0, 0, 0.25)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { Platform } from 'react-native';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n },\n types: {\n headers: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n bold: Platform.OS === 'web' ? 'Moderat' : 'Moderat-Extended-Bold',\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n regular: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans',\n bold: Platform.OS === 'web' ? 'Noto Sans' : 'NotoSans-Bold',\n },\n fontWeight: {\n regular: 400,\n // TODO[https://ornikar.atlassian.net/browse/CME-767] This quick fix should be replaced by a 700 in every case, and native font weights should be handled by expo-fonts\n bold: Platform.OS === 'android' ? 400 : 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: lateOceanColorPalette.black200,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: keyof typeof typography.colors;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: 'black',\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: 'black',\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: 'black',\n },\n focus: {\n borderColor: colors.primary,\n color: 'black',\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: 'black-light',\n },\n invalid: {\n borderColor: colors.separator,\n color: 'black',\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface RadioTheme {\n size: number;\n unchecked: {\n backgroundColor: string;\n borderColor: string;\n borderWidth: number;\n };\n checked: {\n backgroundColor: string;\n innerBackgroundColor: string;\n innerSize: number;\n };\n disabled: {\n backgroundColor: string;\n borderColor: string;\n };\n}\n\nexport const radio: RadioTheme = {\n size: 18,\n unchecked: {\n backgroundColor: colors.uiBackgroundLight,\n borderWidth: 2,\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: colors.primary,\n innerSize: 5,\n innerBackgroundColor: colors.uiBackgroundLight,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n },\n};\n","export interface TextAreaTheme {\n minHeight: number;\n}\n\nexport const textArea: TextAreaTheme = {\n minHeight: 120,\n};\n","import { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const fullScreenModal = {\n header: {\n paddingVertical: 12,\n paddingHorizontal: 16,\n borderColor: lateOceanColorPalette.black100,\n },\n};\n","import { button } from './button';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: button.disabled.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.hoverBackgroundColor,\n },\n};\n","import { colors } from './colors';\n\nexport interface ListItemTheme {\n padding: string;\n borderColor: string;\n borderWidth: number;\n innerMargin: number;\n}\n\nexport const listItem: ListItemTheme = {\n padding: '12px 16px',\n borderColor: colors.separator,\n borderWidth: 1,\n innerMargin: 8,\n};\n","export interface NavigationModalTheme {\n height: number;\n padding: number;\n}\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","export const shadows = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: colors.black,\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 4,\n floatingPadding: 8,\n};\n","import { avatar } from './late-ocean/avatar';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { fullScreenModal } from './late-ocean/fullScreenModal';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { 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 choices,\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 navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","fullscreenLoader","avatar","borderRadius","backgroundColor","large","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","choices","spacing","row","column","item","padding","small","selected","pressed","hoverWhenSelected","border","width","property","feedbackMessage","checkbox","height","iconSize","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","Platform","OS","bold","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","size","horizontal","vertical","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","textArea","forms","fullScreenModal","header","paddingVertical","paddingHorizontal","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","animation","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","tag","outline","tooltip","opacity","horizontalPadding","verticalPadding","floatingPadding","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
|
|
@@ -393,8 +393,14 @@ var input = {
|
|
|
393
393
|
};
|
|
394
394
|
|
|
395
395
|
var inputField = {
|
|
396
|
+
containerPaddingTop: 5,
|
|
397
|
+
containerPaddingBottom: 10,
|
|
398
|
+
feedbackPaddingTop: {
|
|
399
|
+
base: 5,
|
|
400
|
+
small: 10
|
|
401
|
+
},
|
|
396
402
|
labelContainerPaddingBottom: 5,
|
|
397
|
-
|
|
403
|
+
labelFeedbackMarginLeft: 6
|
|
398
404
|
};
|
|
399
405
|
|
|
400
406
|
var inputTag = {
|