@ornikar/kitt-universal 9.30.1 → 9.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +78 -0
  2. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  3. package/dist/definitions/themes/default.d.ts +1 -3
  4. package/dist/definitions/themes/default.d.ts.map +1 -1
  5. package/dist/definitions/themes/late-ocean/shadows.d.ts +14 -2
  6. package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -1
  7. package/dist/index-browser-all.es.android.js +141 -2
  8. package/dist/index-browser-all.es.android.js.map +1 -1
  9. package/dist/index-browser-all.es.ios.js +141 -2
  10. package/dist/index-browser-all.es.ios.js.map +1 -1
  11. package/dist/index-browser-all.es.js +141 -2
  12. package/dist/index-browser-all.es.js.map +1 -1
  13. package/dist/index-browser-all.es.web.js +141 -2
  14. package/dist/index-browser-all.es.web.js.map +1 -1
  15. package/dist/index-node-14.17.cjs.js +141 -2
  16. package/dist/index-node-14.17.cjs.js.map +1 -1
  17. package/dist/index-node-14.17.cjs.web.js +141 -2
  18. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  19. package/dist/linaria-themes-browser-all.es.android.js +62 -1
  20. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  21. package/dist/linaria-themes-browser-all.es.ios.js +62 -1
  22. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  23. package/dist/linaria-themes-browser-all.es.js +62 -1
  24. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  25. package/dist/linaria-themes-browser-all.es.web.js +62 -1
  26. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  27. package/dist/linaria-themes-node-14.17.cjs.js +62 -1
  28. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  29. package/dist/linaria-themes-node-14.17.cjs.web.js +62 -1
  30. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  31. package/dist/tsbuildinfo +1 -1
  32. package/package.json +2 -2
@@ -731,7 +731,68 @@ var picker = {
731
731
  };
732
732
 
733
733
  var shadows = {
734
- medium: '0px 10px 20px rgba(41, 48, 51, 0.25)'
734
+ /** @deprecated: use cards.medium instead - shorthand shadow doesnt work with Native Base */
735
+ medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',
736
+ cards: {
737
+ low: {
738
+ color: colors.black,
739
+ offsetX: 0,
740
+ offsetY: 5,
741
+ opacity: 0.1,
742
+ radius: 20
743
+ },
744
+ medium: {
745
+ color: colors.black,
746
+ offsetX: 0,
747
+ offsetY: 10,
748
+ opacity: 0.15,
749
+ radius: 20
750
+ },
751
+ highBase: {
752
+ color: colors.black,
753
+ offsetX: 0,
754
+ offsetY: 10,
755
+ opacity: 0.15,
756
+ radius: 20
757
+ },
758
+ highMedium: {
759
+ color: colors.black,
760
+ offsetX: 0,
761
+ offsetY: 60,
762
+ opacity: 0.08,
763
+ radius: 40
764
+ },
765
+ highLarge: {
766
+ color: colors.black,
767
+ offsetX: 0,
768
+ offsetY: 80,
769
+ opacity: 0.08,
770
+ radius: 60
771
+ }
772
+ },
773
+ navigation: {
774
+ left: {
775
+ color: colors.black,
776
+ offsetX: 10,
777
+ offsetY: 0,
778
+ opacity: 0.15,
779
+ radius: 30
780
+ },
781
+ right: {
782
+ color: colors.black,
783
+ offsetX: -10,
784
+ offsetY: 0,
785
+ opacity: 0.15,
786
+ radius: 30
787
+ }
788
+ },
789
+ panel: {
790
+ color: colors.black,
791
+ offsetX: 0,
792
+ offsetY: 20,
793
+ opacity: 1,
794
+ radius: 40
795
+ }
735
796
  };
736
797
 
737
798
  var skeleton = {
@@ -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/spacing.ts","../src/themes/late-ocean/bottomSheet.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/cardModal.ts","../src/themes/late-ocean/choices.ts","../src/themes/late-ocean/dialogModal.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/radioButtonGroup.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/utils/hexToRgba.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#333333',\n black555: '#737373',\n black400: '#999999',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackDisabled: lateOceanColorPalette.black400,\n blackLight: lateOceanColorPalette.black555,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport const defaultAvatarSize = 40;\nexport const defaultAvatarIconSize = 20;\n\nexport const largeAvatarSize = 120;\nexport const largeAvatarIconSize = 30;\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n size: number;\n iconSize: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n size: number;\n iconSize: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n size: defaultAvatarSize,\n iconSize: defaultAvatarIconSize,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n size: largeAvatarSize,\n iconSize: largeAvatarIconSize,\n },\n};\n","export const spacing = 4;\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { spacing } from './spacing';\n\nexport interface BottomSheetTheme {\n container: {\n padding: number;\n };\n handle: {\n backgroundColor: string;\n };\n}\n\nexport const bottomSheet: BottomSheetTheme = {\n container: {\n padding: spacing * 4,\n },\n handle: {\n backgroundColor: lateOceanColorPalette.black200,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\ninterface ButtonPadding {\n horizontal: number;\n vertical: number;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n /**\n * @deprecated use `padding` instead\n */\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n padding: {\n default: ButtonPadding;\n large: ButtonPadding;\n xLarge: ButtonPadding;\n disabled: ButtonPadding;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n padding: {\n default: {\n horizontal: 16,\n vertical: 7,\n },\n large: {\n horizontal: 24,\n vertical: 11,\n },\n xLarge: {\n horizontal: 24,\n vertical: 15,\n },\n disabled: {\n horizontal: 14,\n vertical: 5,\n },\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { colors } from './colors';\n\nexport interface CardModalTheme {\n borderRadius: number;\n maxWidth: number;\n maxWidthWithPadding: number;\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n header: {\n height: number;\n borderWidth: number;\n borderColor: string;\n };\n footer: {\n borderWidth: number;\n borderColor: string;\n };\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nconst maxWidth = 540;\nconst overlayHorizontalPadding = 24;\n\nexport const cardModal: CardModalTheme = {\n borderRadius: 20,\n maxWidth,\n maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n header: {\n height: 56,\n borderWidth: 1,\n borderColor: colors.separator,\n },\n footer: {\n borderWidth: 1,\n borderColor: colors.separator,\n },\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-disabled': lateOceanColorPalette.black400,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n warning: kittColors.warning,\n },\n types: {\n headers: {\n fontFamily: {\n native: {\n regular: 'Moderat-Extended-Bold',\n bold: 'Moderat-Extended-Bold',\n },\n web: {\n regular: 'Moderat',\n bold: 'Moderat',\n },\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n web: {\n regular: 'Noto Sans',\n bold: 'Noto Sans',\n },\n native: {\n regular: 'NotoSans',\n bold: 'NotoSans-Bold',\n },\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: kittColors.blackDisabled,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: string;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: colors.black,\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: colors.black,\n },\n focus: {\n borderColor: colors.primary,\n color: colors.black,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: colors.blackDisabled,\n },\n invalid: {\n borderColor: colors.separator,\n color: colors.black,\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n rightContainer: {\n padding: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n rightContainer: {\n padding: 10,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface RadioTheme {\n size: number;\n unchecked: {\n backgroundColor: string;\n borderColor: string;\n borderWidth: number;\n };\n checked: {\n backgroundColor: string;\n innerBackgroundColor: string;\n innerSize: number;\n };\n disabled: {\n backgroundColor: string;\n borderColor: string;\n };\n}\n\nexport const radio: RadioTheme = {\n size: 18,\n unchecked: {\n backgroundColor: colors.uiBackgroundLight,\n borderWidth: 2,\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: colors.primary,\n innerSize: 5,\n innerBackgroundColor: colors.uiBackgroundLight,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n },\n};\n","import { colors } from './colors';\n\nexport interface RadioButtonGroupTheme {\n item: {\n minHeight: number;\n borderWidth: number;\n borderColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n [key: string]: string;\n };\n backgroundColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n };\n borderRadius: number;\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n };\n}\n\nexport const radioButtonGroup: RadioButtonGroupTheme = {\n item: {\n minHeight: 40,\n borderWidth: 2,\n borderRadius: 20,\n borderColor: {\n default: colors.separator,\n hover: colors.primary,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.separator,\n },\n backgroundColor: {\n default: colors.uiBackgroundLight,\n hover: colors.white,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.disabled,\n },\n padding: {\n horizontal: 18,\n vertical: 6,\n },\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n },\n};\n","export interface TextAreaTheme {\n minHeight: number;\n}\n\nexport const textArea: TextAreaTheme = {\n minHeight: 120,\n};\n","import { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { radioButtonGroup } from './radioButtonGroup';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n radioButtonGroup,\n};\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { button } from './button';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n primary: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: button.disabled.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.hoverBackgroundColor,\n },\n primary: {\n pressedBackgroundColor: lateOceanColorPalette.moonPurpleLight1,\n },\n};\n","import { colors } from './colors';\n\nexport interface ListItemTheme {\n padding: string;\n borderColor: string;\n borderWidth: number;\n innerMargin: number;\n}\n\nexport const listItem: ListItemTheme = {\n padding: '12px 16px',\n borderColor: colors.separator,\n borderWidth: 1,\n innerMargin: 8,\n};\n","export interface NavigationModalTheme {\n height: number;\n padding: number;\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.native.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","export const shadows = {\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\ninterface SkeletonShapeTheme {\n size: number;\n borderRadius: number;\n}\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n shape: Record<string, SkeletonShapeTheme>;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n shape: {\n bar: {\n size: 8,\n borderRadius: 4,\n },\n circle: {\n size: 48,\n borderRadius: 24,\n },\n square: {\n size: 48,\n borderRadius: 6,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n warn: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n warn: {\n fill: {\n backgroundColor: colors.warning,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.warning,\n },\n },\n};\n","export const hex2rgba = (hex: string, alpha = 1): string => {\n const r = parseInt(hex.slice(1, 3), 16);\n const g = parseInt(hex.slice(3, 5), 16);\n const b = parseInt(hex.slice(5, 7), 16);\n\n return `rgba(${r}, ${g}, ${b}, ${alpha})`;\n};\n","import { hex2rgba } from '../../utils/hexToRgba';\nimport { colors } from './colors';\n\ninterface TooltipTransition {\n duration: string;\n timingFunction: string;\n property: string;\n}\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n maxWidth: number;\n transition: {\n in: TooltipTransition;\n out: TooltipTransition;\n };\n arrow: {\n width: number;\n height: number;\n };\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: hex2rgba(colors.black, 0.95),\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 8,\n floatingPadding: 8,\n maxWidth: 328,\n transition: {\n in: {\n duration: '150ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n out: {\n duration: '75ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n },\n arrow: {\n width: 39,\n height: 9,\n },\n};\n","import { avatar } from './late-ocean/avatar';\nimport { bottomSheet } from './late-ocean/bottomSheet';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { cardModal } from './late-ocean/cardModal';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { dialogModal } from './late-ocean/dialogModal';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n bottomSheet,\n card,\n cardModal,\n choices,\n dialogModal,\n feedbackMessage,\n forms,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black400","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackDisabled","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","defaultAvatarSize","defaultAvatarIconSize","largeAvatarSize","largeAvatarIconSize","avatar","borderRadius","size","iconSize","backgroundColor","large","spacing","bottomSheet","container","padding","handle","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","horizontal","vertical","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","overlayHorizontalPadding","cardModal","maxWidthWithPadding","shadow","offsetX","offsetY","opacity","radius","header","height","footer","overlayPadding","animation","easing","content","choices","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","dialogModal","feedbackMessage","checkbox","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","bold","web","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","rightContainer","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","radioButtonGroup","textArea","forms","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","skeleton","flareColor","animationDuration","shape","bar","circle","square","tag","outline","warn","hex2rgba","hex","alpha","r","parseInt","slice","g","b","tooltip","horizontalPadding","verticalPadding","floatingPadding","out","arrow","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
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/spacing.ts","../src/themes/late-ocean/bottomSheet.ts","../src/themes/late-ocean/button.ts","../src/themes/late-ocean/card.ts","../src/themes/late-ocean/cardModal.ts","../src/themes/late-ocean/choices.ts","../src/themes/late-ocean/dialogModal.ts","../src/themes/late-ocean/feedback.ts","../src/themes/late-ocean/checkbox.ts","../src/themes/late-ocean/datePicker.ts","../src/themes/late-ocean/typography.ts","../src/themes/late-ocean/input.ts","../src/themes/late-ocean/inputField.ts","../src/themes/late-ocean/inputTag.ts","../src/themes/late-ocean/radio.ts","../src/themes/late-ocean/radioButtonGroup.ts","../src/themes/late-ocean/textArea.ts","../src/themes/late-ocean/forms.ts","../src/themes/late-ocean/highlight.ts","../src/themes/late-ocean/iconButton.ts","../src/themes/late-ocean/listItem.ts","../src/themes/late-ocean/navigationModal.ts","../src/themes/late-ocean/pageLoader.ts","../src/themes/late-ocean/picker.ts","../src/themes/late-ocean/shadows.ts","../src/themes/late-ocean/skeleton.ts","../src/themes/late-ocean/tag.ts","../src/utils/hexToRgba.ts","../src/themes/late-ocean/tooltip.ts","../src/themes/default.ts"],"sourcesContent":["export const lateOceanColorPalette = {\n lateOcean: '#4C34E0',\n lateOceanLight1: '#705DE6',\n lateOceanLight2: '#9485EC',\n lateOceanLight3: '#D6BAF9',\n\n warmEmbrace: '#F4D3CE',\n warmEmbraceLight1: '#FFEDE6',\n\n black1000: '#000000',\n black800: '#333333',\n black555: '#737373',\n black400: '#999999',\n black200: '#CCCCCC',\n black100: '#E5E5E5',\n black50: '#F2F2F2',\n black25: '#F9F9F9',\n white: '#FFFFFF',\n\n viride: '#38836D',\n englishVermillon: '#D44148',\n goldCrayola: '#F8C583',\n aero: '#89BDDD',\n\n transparent: 'transparent',\n\n moonPurple: '#DBD6F9',\n moonPurpleLight1: '#EDEBFC',\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\nexport const colors = {\n primary: lateOceanColorPalette.lateOcean,\n primaryLight: lateOceanColorPalette.lateOceanLight1,\n accent: lateOceanColorPalette.warmEmbrace,\n accentLight: lateOceanColorPalette.warmEmbraceLight1,\n success: lateOceanColorPalette.viride,\n correct: lateOceanColorPalette.viride,\n danger: lateOceanColorPalette.englishVermillon,\n info: lateOceanColorPalette.aero,\n warning: lateOceanColorPalette.goldCrayola,\n separator: lateOceanColorPalette.black100,\n hover: lateOceanColorPalette.black100,\n white: lateOceanColorPalette.white,\n black: lateOceanColorPalette.black1000,\n blackDisabled: lateOceanColorPalette.black400,\n blackLight: lateOceanColorPalette.black555,\n blackAnthracite: lateOceanColorPalette.black800,\n uiBackground: lateOceanColorPalette.black25,\n uiBackgroundLight: lateOceanColorPalette.white,\n transparent: lateOceanColorPalette.transparent,\n disabled: lateOceanColorPalette.black50,\n overlay: {\n dark: 'rgba(41, 48, 51, 0.25)',\n light: 'rgba(255, 255, 255, 0.90)',\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport const defaultAvatarSize = 40;\nexport const defaultAvatarIconSize = 20;\n\nexport const largeAvatarSize = 120;\nexport const largeAvatarIconSize = 30;\n\nexport interface AvatarThemeColorVariant {\n backgroundColor: string;\n}\n\nexport interface AvatarThemeSizeVariant {\n borderRadius: number;\n size: number;\n iconSize: number;\n}\n\nexport interface AvatarTheme {\n borderRadius: number;\n size: number;\n iconSize: number;\n default: AvatarThemeColorVariant;\n light: AvatarThemeColorVariant;\n large: AvatarThemeSizeVariant;\n}\n\nexport const avatar: AvatarTheme = {\n borderRadius: 10,\n size: defaultAvatarSize,\n iconSize: defaultAvatarIconSize,\n default: {\n backgroundColor: colors.primary,\n },\n light: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n large: {\n borderRadius: 30,\n size: largeAvatarSize,\n iconSize: largeAvatarIconSize,\n },\n};\n","export const spacing = 4;\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { spacing } from './spacing';\n\nexport interface BottomSheetTheme {\n container: {\n padding: number;\n };\n handle: {\n backgroundColor: string;\n };\n}\n\nexport const bottomSheet: BottomSheetTheme = {\n container: {\n padding: spacing * 4,\n },\n handle: {\n backgroundColor: lateOceanColorPalette.black200,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface BaseVariantTheme {\n backgroundColor: string;\n pressedBackgroundColor: string;\n hoverBackgroundColor: string;\n focusBorderColor: string;\n}\n\nexport interface GhostVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\nexport interface BaseButtonTheme {\n default: BaseVariantTheme;\n}\n\nexport interface BaseButtonWithVariant extends BaseButtonTheme {\n ghost: GhostVariantTheme;\n}\n\nexport interface SubtleBaseVariantTheme extends BaseVariantTheme {\n color: string;\n hoverColor: string;\n activeColor: string;\n}\n\nexport interface SubtleButtonTheme extends BaseButtonTheme {\n default: SubtleBaseVariantTheme;\n}\n\nexport interface DisabledBaseVariantTheme extends BaseVariantTheme {\n borderColor: string;\n}\n\nexport interface DisabledButtonTheme extends BaseButtonTheme {\n default: DisabledBaseVariantTheme;\n}\n\ninterface ButtonPadding {\n horizontal: number;\n vertical: number;\n}\n\nexport interface ButtonTheme {\n borderRadius: number;\n borderWidth: {\n disabled: number;\n focus: number;\n };\n minHeight: number;\n minWidth: number;\n maxWidth: number;\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n /**\n * @deprecated use `padding` instead\n */\n contentPadding: {\n default: string;\n large: string;\n xLarge: string;\n disabled: string;\n };\n padding: {\n default: ButtonPadding;\n large: ButtonPadding;\n xLarge: ButtonPadding;\n disabled: ButtonPadding;\n };\n transition: {\n duration: string;\n timingFunction: string;\n };\n default: BaseButtonWithVariant;\n primary: BaseButtonWithVariant;\n white: BaseButtonTheme;\n subtle: SubtleButtonTheme;\n 'subtle-dark': SubtleButtonTheme;\n disabled: DisabledButtonTheme;\n}\n\nexport const button: ButtonTheme = {\n borderRadius: 30,\n borderWidth: {\n disabled: 2,\n focus: 3,\n },\n minHeight: 40,\n minWidth: 40,\n maxWidth: 335,\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n contentPadding: {\n default: '7px 16px 7px',\n large: '11px 24px 11px',\n xLarge: '15px 24px 15px',\n disabled: '5px 14px 5px',\n },\n padding: {\n default: {\n horizontal: 16,\n vertical: 7,\n },\n large: {\n horizontal: 24,\n vertical: 11,\n },\n xLarge: {\n horizontal: 24,\n vertical: 15,\n },\n disabled: {\n horizontal: 14,\n vertical: 5,\n },\n },\n transition: {\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n default: {\n default: {\n backgroundColor: 'rgba(0, 0, 0, 0.05)',\n pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n },\n ghost: {\n backgroundColor: 'rgba(255, 255, 255, 0.1)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',\n focusBorderColor: 'rgba(255, 255, 255, 0.4)',\n color: lateOceanColorPalette.white,\n hoverColor: lateOceanColorPalette.white,\n activeColor: lateOceanColorPalette.white,\n },\n },\n primary: {\n default: {\n backgroundColor: colors.primary,\n pressedBackgroundColor: colors.primaryLight,\n hoverBackgroundColor: colors.primaryLight,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n },\n ghost: {\n backgroundColor: colors.uiBackgroundLight,\n pressedBackgroundColor: colors.uiBackground,\n hoverBackgroundColor: colors.hover,\n focusBorderColor: 'rgba(255,255,255, 0.4)',\n color: colors.primary,\n hoverColor: colors.hover,\n activeColor: colors.hover,\n },\n },\n white: {\n default: {\n backgroundColor: 'rgba(255, 255, 255, 0.05)',\n pressedBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n hoverBackgroundColor: 'rgba(255, 255, 255, 0.1)',\n focusBorderColor: 'rgba(255, 255, 255, 0.1)',\n },\n },\n subtle: {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(76, 52, 224, 0.2)',\n color: colors.primary,\n hoverColor: 'rgba(76, 52, 224, 0.8)',\n activeColor: 'rgba(76, 52, 224, 0.8)',\n },\n },\n 'subtle-dark': {\n default: {\n backgroundColor: colors.transparent,\n pressedBackgroundColor: colors.transparent,\n hoverBackgroundColor: colors.transparent,\n focusBorderColor: 'rgba(0, 0, 0, 0.1)',\n color: colors.black,\n hoverColor: 'rgba(0, 0, 0, 0.8)',\n activeColor: 'rgba(0, 0, 0, 0.8)',\n },\n },\n disabled: {\n default: {\n backgroundColor: colors.disabled,\n pressedBackgroundColor: colors.disabled,\n hoverBackgroundColor: colors.disabled,\n focusBorderColor: lateOceanColorPalette.black100,\n borderColor: lateOceanColorPalette.black100,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface CardThemeType {\n backgroundColor: string;\n borderColor: string;\n}\nexport interface CardTheme {\n borderRadius: number;\n borderWidth: number;\n primary: CardThemeType;\n secondary: CardThemeType;\n subtle: CardThemeType;\n}\n\nexport const card: CardTheme = {\n borderRadius: 20,\n borderWidth: 2,\n primary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.primary,\n },\n secondary: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n },\n subtle: {\n backgroundColor: lateOceanColorPalette.black50,\n borderColor: colors.separator,\n },\n};\n","import { colors } from './colors';\n\nexport interface CardModalTheme {\n borderRadius: number;\n maxWidth: number;\n maxWidthWithPadding: number;\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n header: {\n height: number;\n borderWidth: number;\n borderColor: string;\n };\n footer: {\n borderWidth: number;\n borderColor: string;\n };\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nconst maxWidth = 540;\nconst overlayHorizontalPadding = 24;\n\nexport const cardModal: CardModalTheme = {\n borderRadius: 20,\n maxWidth,\n maxWidthWithPadding: maxWidth + overlayHorizontalPadding * 2,\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n header: {\n height: 56,\n borderWidth: 1,\n borderColor: colors.separator,\n },\n footer: {\n borderWidth: 1,\n borderColor: colors.separator,\n },\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface ChoicesItemTheme {\n borderRadius: number;\n padding: {\n base: number;\n small: number;\n };\n backgroundColor: {\n default: string;\n disabled: string;\n selected: string;\n pressed: string;\n hover: string;\n hoverWhenSelected: string;\n };\n disabled: {\n border: {\n width: number;\n color: string;\n };\n };\n transition: {\n property: string;\n duration: number;\n timingFunction: string;\n };\n}\n\nexport interface ChoicesTheme {\n spacing: {\n row: number;\n column: number;\n };\n item: ChoicesItemTheme;\n}\n\nexport const choices: ChoicesTheme = {\n spacing: {\n row: 12,\n column: 12,\n },\n item: {\n borderRadius: 10,\n padding: {\n base: 16,\n small: 24,\n },\n backgroundColor: {\n default: lateOceanColorPalette.black50,\n disabled: colors.disabled,\n selected: colors.primary,\n pressed: lateOceanColorPalette.lateOceanLight1,\n hover: lateOceanColorPalette.black100,\n hoverWhenSelected: lateOceanColorPalette.lateOceanLight1,\n },\n disabled: {\n border: {\n width: 2,\n color: lateOceanColorPalette.black100,\n },\n },\n transition: {\n property: 'all',\n duration: 300,\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1)',\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface DialogModalTheme {\n borderRadius: number;\n maxWidth: number;\n overlayPadding: {\n horizontal: number;\n vertical: number;\n };\n shadow: {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n };\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 400;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const dialogModal: DialogModalTheme = {\n borderRadius: 20,\n maxWidth: 540,\n overlayPadding: {\n horizontal: 24,\n vertical: 32,\n },\n shadow: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface FeedbackMessageVariantTheme {\n backgroundColor: string;\n}\n\nexport interface FeedbackMessageTheme {\n danger: FeedbackMessageVariantTheme;\n info: FeedbackMessageVariantTheme;\n success: FeedbackMessageVariantTheme;\n warning: FeedbackMessageVariantTheme;\n}\n\nexport const feedbackMessage: FeedbackMessageTheme = {\n danger: {\n backgroundColor: colors.danger,\n },\n success: {\n backgroundColor: colors.success,\n },\n info: {\n backgroundColor: colors.info,\n },\n warning: {\n backgroundColor: colors.warning,\n },\n};\n","import { colors } from './colors';\n\nexport const checkbox = {\n borderWidth: 2,\n borderRadius: 5,\n height: 20,\n width: 20,\n iconSize: 14,\n borderColor: colors.separator,\n backgroundColor: colors.uiBackgroundLight,\n checkedBorderColor: colors.primary,\n checkedBackgroundColor: colors.primary,\n markColor: colors.uiBackgroundLight,\n};\n","interface DatePickerPartTheme {\n minWidth: number;\n}\n\nexport interface DatePickerTheme {\n day: DatePickerPartTheme;\n month: DatePickerPartTheme;\n year: DatePickerPartTheme;\n}\n\nexport const datePicker: DatePickerTheme = {\n day: {\n minWidth: 64,\n },\n month: {\n minWidth: 64,\n },\n year: {\n minWidth: 82,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors as kittColors } from './colors';\n\nexport const calcLineHeight = (fontSize: number, lineHeightMultiplier: number): number =>\n Math.round(fontSize * lineHeightMultiplier);\n\nexport interface TypographyTypeBreakpointRangeConfig {\n fontSize: number;\n lineHeight: number;\n}\n\nexport interface TypographyTypeConfig {\n baseAndSmall: TypographyTypeBreakpointRangeConfig;\n mediumAndWide: TypographyTypeBreakpointRangeConfig;\n}\n\nexport const createTypographyTypeConfig = (\n lineHeightMultiplier: number,\n baseAndSmallFontSize: number,\n mediumAndWideFontSize: number,\n): TypographyTypeConfig => ({\n baseAndSmall: {\n fontSize: baseAndSmallFontSize,\n lineHeight: calcLineHeight(baseAndSmallFontSize, lineHeightMultiplier),\n },\n mediumAndWide: {\n fontSize: mediumAndWideFontSize,\n lineHeight: calcLineHeight(mediumAndWideFontSize, lineHeightMultiplier),\n },\n});\n\nexport const typography = {\n colors: {\n black: kittColors.black,\n 'black-anthracite': kittColors.blackAnthracite,\n 'black-disabled': lateOceanColorPalette.black400,\n 'black-light': lateOceanColorPalette.black555,\n white: kittColors.white,\n 'white-light': kittColors.white,\n primary: kittColors.primary,\n 'primary-light': kittColors.primaryLight,\n accent: kittColors.accent,\n success: kittColors.success,\n danger: kittColors.danger,\n warning: kittColors.warning,\n },\n types: {\n headers: {\n fontFamily: {\n native: {\n regular: 'Moderat-Extended-Bold',\n bold: 'Moderat-Extended-Bold',\n },\n web: {\n regular: 'Moderat',\n bold: 'Moderat',\n },\n },\n fontWeight: 400,\n fontStyle: 'normal',\n configs: {\n // also known as xxlarge\n header1: createTypographyTypeConfig(1.3, 38, 62),\n // also known as xlarge\n header2: createTypographyTypeConfig(1.3, 32, 48),\n // also known as medium\n header3: createTypographyTypeConfig(1.3, 24, 36),\n // also known as xsmall\n header4: createTypographyTypeConfig(1.3, 18, 24),\n // also known as xxsmall\n header5: createTypographyTypeConfig(1.3, 18, 18),\n },\n },\n bodies: {\n fontFamily: {\n web: {\n regular: 'Noto Sans',\n bold: 'Noto Sans',\n },\n native: {\n regular: 'NotoSans',\n bold: 'NotoSans-Bold',\n },\n },\n fontWeight: {\n regular: 400,\n bold: 700,\n },\n fontStyle: {\n regular: 'normal',\n bold: 'normal',\n },\n configs: {\n 'body-large': createTypographyTypeConfig(1.6, 18, 24),\n 'body-medium': createTypographyTypeConfig(1.6, 18, 18),\n body: createTypographyTypeConfig(1.6, 16, 16),\n 'body-small': createTypographyTypeConfig(1.6, 14, 14),\n 'body-xsmall': createTypographyTypeConfig(1.6, 12, 12),\n },\n },\n },\n link: {\n disabledColor: kittColors.blackDisabled,\n },\n};\n","import type { InputUIState } from '../../forms/utils';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface InputStateStyle {\n backgroundColor?: string;\n borderColor: string;\n color: string;\n}\n\nexport type InputStateTheme = Record<InputUIState, InputStateStyle>;\n\nconst inputStatesStyle: InputStateTheme = {\n default: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n pending: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: colors.separator,\n color: colors.black,\n },\n valid: {\n backgroundColor: colors.uiBackgroundLight,\n borderColor: lateOceanColorPalette.black100,\n color: colors.black,\n },\n hover: {\n borderColor: lateOceanColorPalette.black200,\n color: colors.black,\n },\n focus: {\n borderColor: colors.primary,\n color: colors.black,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n color: colors.blackDisabled,\n },\n invalid: {\n borderColor: colors.separator,\n color: colors.black,\n },\n};\n\nexport interface InputTheme {\n minHeight: number;\n color: {\n selection: string;\n placeholder: string;\n };\n borderWidth: number;\n borderRadius: number;\n icon: {\n size: number;\n };\n padding: {\n horizontal: number;\n vertical: number;\n };\n rightContainer: {\n padding: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n states: InputStateTheme;\n}\n\nexport const input: InputTheme = {\n minHeight: 40,\n color: {\n selection: colors.primary,\n placeholder: typography.colors['black-light'],\n },\n borderWidth: 2,\n borderRadius: 10,\n icon: {\n size: 20,\n },\n rightContainer: {\n padding: 10,\n },\n padding: {\n horizontal: 16,\n vertical: 5,\n },\n transition: {\n property: 'border-color',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n states: inputStatesStyle,\n};\n","export const inputField = {\n containerPaddingTop: 5,\n containerPaddingBottom: 10,\n feedbackPaddingTop: { base: 5, small: 10 },\n labelContainerPaddingBottom: 5,\n labelFeedbackMarginLeft: 6,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\ninterface InputTagTypeTheme {\n backgroundColor: string;\n labelColor: string;\n}\nexport interface InputTagTheme {\n borderRadius: number;\n iconSize: number;\n default: InputTagTypeTheme;\n success: InputTagTypeTheme;\n danger: InputTagTypeTheme;\n}\n\nexport const inputTag: InputTagTheme = {\n success: {\n backgroundColor: colors.success,\n labelColor: colors.uiBackgroundLight,\n },\n danger: {\n backgroundColor: colors.danger,\n labelColor: colors.uiBackgroundLight,\n },\n default: {\n backgroundColor: lateOceanColorPalette.black50,\n labelColor: colors.black,\n },\n borderRadius: 10,\n iconSize: 13.5,\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface RadioTheme {\n size: number;\n unchecked: {\n backgroundColor: string;\n borderColor: string;\n borderWidth: number;\n };\n checked: {\n backgroundColor: string;\n innerBackgroundColor: string;\n innerSize: number;\n };\n disabled: {\n backgroundColor: string;\n borderColor: string;\n };\n}\n\nexport const radio: RadioTheme = {\n size: 18,\n unchecked: {\n backgroundColor: colors.uiBackgroundLight,\n borderWidth: 2,\n borderColor: lateOceanColorPalette.black200,\n },\n checked: {\n backgroundColor: colors.primary,\n innerSize: 5,\n innerBackgroundColor: colors.uiBackgroundLight,\n },\n disabled: {\n backgroundColor: colors.disabled,\n borderColor: colors.separator,\n },\n};\n","import { colors } from './colors';\n\nexport interface RadioButtonGroupTheme {\n item: {\n minHeight: number;\n borderWidth: number;\n borderColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n [key: string]: string;\n };\n backgroundColor: {\n default: string;\n hover: string;\n pressed: string;\n active: string;\n disabled: string;\n };\n borderRadius: number;\n padding: {\n horizontal: number;\n vertical: number;\n };\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n };\n}\n\nexport const radioButtonGroup: RadioButtonGroupTheme = {\n item: {\n minHeight: 40,\n borderWidth: 2,\n borderRadius: 20,\n borderColor: {\n default: colors.separator,\n hover: colors.primary,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.separator,\n },\n backgroundColor: {\n default: colors.uiBackgroundLight,\n hover: colors.white,\n pressed: colors.primary,\n active: colors.primary,\n disabled: colors.disabled,\n },\n padding: {\n horizontal: 18,\n vertical: 6,\n },\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'ease-in-out',\n },\n },\n};\n","export interface TextAreaTheme {\n minHeight: number;\n}\n\nexport const textArea: TextAreaTheme = {\n minHeight: 120,\n};\n","import { checkbox } from './checkbox';\nimport { datePicker } from './datePicker';\nimport { input } from './input';\nimport { inputField } from './inputField';\nimport { inputTag } from './inputTag';\nimport { radio } from './radio';\nimport { radioButtonGroup } from './radioButtonGroup';\nimport { textArea } from './textArea';\n\nexport const forms = {\n datePicker,\n input,\n radio,\n inputField,\n textArea,\n checkbox,\n inputTag,\n radioButtonGroup,\n};\n","import type { KittResponsivePropOrValue } from '../../KittBreakpoints';\nimport { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\nimport { spacing } from './spacing';\n\nexport interface HighlightThemeType {\n backgroundColor: string;\n}\n\nexport interface HighlightTheme {\n borderRadius: KittResponsivePropOrValue<number>;\n padding: KittResponsivePropOrValue<number>;\n regular: HighlightThemeType;\n dark: HighlightThemeType;\n}\n\nexport const highlight: HighlightTheme = {\n borderRadius: {\n base: spacing * 5,\n },\n regular: {\n backgroundColor: colors.accentLight,\n },\n dark: {\n backgroundColor: lateOceanColorPalette.black100,\n },\n padding: {\n base: spacing * 5,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { button } from './button';\n\ninterface IconButtonVariationValues {\n pressedBackgroundColor: string;\n}\n\nexport interface IconButtonTheme {\n backgroundColor: string;\n width: number;\n height: number;\n borderRadius: number;\n borderWidth: number;\n borderColor: string;\n transition: {\n property: string;\n duration: string;\n timingFunction: string;\n };\n scale: {\n base: {\n default: number;\n hover: number;\n active: number;\n };\n medium: {\n hover: number;\n };\n };\n disabled: {\n scale: number;\n backgroundColor: string;\n borderColor: string;\n };\n default: IconButtonVariationValues;\n white: IconButtonVariationValues;\n primary: IconButtonVariationValues;\n}\n\nexport const iconButton: IconButtonTheme = {\n backgroundColor: 'transparent',\n width: 40,\n height: 40,\n borderRadius: 20,\n borderWidth: 2,\n borderColor: 'transparent',\n transition: {\n property: 'all',\n duration: '200ms',\n timingFunction: 'cubic-bezier(0.645, 0.045, 0.355, 1);',\n },\n scale: {\n base: {\n default: 1,\n hover: 0.95,\n active: 0.95,\n },\n medium: {\n hover: 1.05,\n },\n },\n disabled: {\n scale: 1,\n backgroundColor: button.disabled.default.backgroundColor,\n borderColor: button.disabled.default.borderColor,\n },\n default: {\n pressedBackgroundColor: button.default.default.pressedBackgroundColor,\n },\n white: {\n pressedBackgroundColor: button.white.default.hoverBackgroundColor,\n },\n primary: {\n pressedBackgroundColor: lateOceanColorPalette.moonPurpleLight1,\n },\n};\n","import { colors } from './colors';\n\nexport interface ListItemTheme {\n padding: string;\n borderColor: string;\n borderWidth: number;\n innerMargin: number;\n}\n\nexport const listItem: ListItemTheme = {\n padding: '12px 16px',\n borderColor: colors.separator,\n borderWidth: 1,\n innerMargin: 8,\n};\n","export interface NavigationModalTheme {\n height: number;\n padding: number;\n animation: {\n overlay: {\n duration: number;\n easing: number[];\n };\n content: {\n duration: number;\n easing: number[];\n };\n };\n}\n\nexport const webAnimationContentDuration = 600;\nexport const webAnimationContentEasing = [0.77, 0, 0.175, 1];\n\nexport const webAnimationOverlayDuration = 250;\nexport const webAnimationOverlayEasing = [0.42, 0, 1, 1];\n\nexport const navigationModal: NavigationModalTheme = {\n height: 56,\n padding: 16,\n animation: {\n overlay: {\n duration: webAnimationOverlayDuration,\n easing: webAnimationOverlayEasing,\n },\n content: {\n duration: webAnimationContentDuration,\n easing: webAnimationContentEasing,\n },\n },\n};\n","import { colors } from './colors';\n\nexport interface PageLoaderTheme {\n size: number;\n strokeWidth: number;\n colors: {\n base: string;\n fill: string;\n };\n animation: {\n delay: number;\n circleBackgroundFillDuration: number;\n filledCircleFillDuration: number;\n groupFilledCircleRotationDuration: number;\n filledCircleRotationDuration: number;\n fillEasingFunction: [number, number, number, number];\n };\n}\n\nexport const pageLoader: PageLoaderTheme = {\n size: 60,\n strokeWidth: 3,\n colors: {\n base: colors.separator,\n fill: colors.primary,\n },\n animation: {\n delay: 500,\n circleBackgroundFillDuration: 1000,\n filledCircleFillDuration: 1800,\n groupFilledCircleRotationDuration: 1800,\n filledCircleRotationDuration: 2160,\n fillEasingFunction: [0.39, 0.575, 0.565, 1],\n },\n};\n","import type { TextStyle } from 'react-native';\nimport { colors } from './colors';\nimport { typography } from './typography';\n\nexport interface PickerTheme {\n ios: {\n default: TextStyle;\n selected: {\n color: string;\n };\n };\n android: {\n padding: string;\n default: {\n backgroundColor: string;\n };\n selected: {\n backgroundColor: string;\n color: string;\n };\n };\n}\n\nexport const picker: PickerTheme = {\n ios: {\n default: {\n fontFamily: typography.types.bodies.fontFamily.native.regular,\n ...typography.types.bodies.configs.body.baseAndSmall,\n fontSize: 16,\n color: typography.colors['black-light'],\n },\n selected: {\n color: typography.colors.primary,\n },\n },\n android: {\n padding: '12px 24px',\n default: {\n backgroundColor: colors.transparent,\n },\n selected: {\n backgroundColor: colors.primary,\n color: typography.colors.white,\n },\n },\n};\n","import { colors } from './colors';\n\ninterface ShadowShapeTheme {\n color: string;\n offsetX: number;\n offsetY: number;\n opacity: number;\n radius: number;\n}\n\nexport interface ShadowsTheme {\n medium: string;\n cards: Record<string, ShadowShapeTheme>;\n navigation: Record<string, ShadowShapeTheme>;\n panel: ShadowShapeTheme;\n}\n\nexport const shadows: ShadowsTheme = {\n /** @deprecated: use cards.medium instead - shorthand shadow doesnt work with Native Base */\n medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',\n cards: {\n low: {\n color: colors.black,\n offsetX: 0,\n offsetY: 5,\n opacity: 0.1,\n radius: 20,\n },\n medium: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n highBase: {\n color: colors.black,\n offsetX: 0,\n offsetY: 10,\n opacity: 0.15,\n radius: 20,\n },\n highMedium: {\n color: colors.black,\n offsetX: 0,\n offsetY: 60,\n opacity: 0.08,\n radius: 40,\n },\n highLarge: {\n color: colors.black,\n offsetX: 0,\n offsetY: 80,\n opacity: 0.08,\n radius: 60,\n },\n },\n navigation: {\n left: {\n color: colors.black,\n offsetX: 10,\n offsetY: 0,\n opacity: 0.15,\n radius: 30,\n },\n right: {\n color: colors.black,\n offsetX: -10,\n offsetY: 0,\n opacity: 0.15,\n radius: 30,\n },\n },\n panel: {\n color: colors.black,\n offsetX: 0,\n offsetY: 20,\n opacity: 1,\n radius: 40,\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\n\ninterface SkeletonShapeTheme {\n size: number;\n borderRadius: number;\n}\nexport interface SkeletonTheme {\n backgroundColor: string;\n flareColor: string;\n animationDuration: number;\n shape: Record<string, SkeletonShapeTheme>;\n}\n\nexport const skeleton: SkeletonTheme = {\n backgroundColor: lateOceanColorPalette.black100,\n flareColor: lateOceanColorPalette.black200,\n animationDuration: 1000,\n shape: {\n bar: {\n size: 8,\n borderRadius: 4,\n },\n circle: {\n size: 48,\n borderRadius: 24,\n },\n square: {\n size: 48,\n borderRadius: 6,\n },\n },\n};\n","import { lateOceanColorPalette } from '../palettes/lateOceanColorPalette';\nimport { colors } from './colors';\n\nexport interface TagVariantTheme {\n borderWidth: number;\n backgroundColor: string;\n borderColor: string;\n}\n\nexport interface TagTypeTheme {\n fill: TagVariantTheme;\n outline: TagVariantTheme;\n}\n\nexport interface TagTheme {\n borderRadius: number;\n padding: string;\n primary: TagTypeTheme;\n default: TagTypeTheme;\n danger: TagTypeTheme;\n warn: TagTypeTheme;\n}\n\nexport const tag: TagTheme = {\n borderRadius: 10,\n padding: '2px 12px',\n primary: {\n fill: {\n backgroundColor: lateOceanColorPalette.moonPurpleLight1,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.primary,\n },\n },\n default: {\n fill: {\n backgroundColor: lateOceanColorPalette.black50,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.black,\n },\n },\n danger: {\n fill: {\n backgroundColor: lateOceanColorPalette.warmEmbrace,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.danger,\n },\n },\n warn: {\n fill: {\n backgroundColor: colors.warning,\n borderWidth: 0,\n borderColor: colors.transparent,\n },\n outline: {\n backgroundColor: colors.transparent,\n borderWidth: 1,\n borderColor: colors.warning,\n },\n },\n};\n","export const hex2rgba = (hex: string, alpha = 1): string => {\n const r = parseInt(hex.slice(1, 3), 16);\n const g = parseInt(hex.slice(3, 5), 16);\n const b = parseInt(hex.slice(5, 7), 16);\n\n return `rgba(${r}, ${g}, ${b}, ${alpha})`;\n};\n","import { hex2rgba } from '../../utils/hexToRgba';\nimport { colors } from './colors';\n\ninterface TooltipTransition {\n duration: string;\n timingFunction: string;\n property: string;\n}\n\nexport interface TooltipTheme {\n backgroundColor: string;\n borderRadius: number;\n opacity: number;\n horizontalPadding: number;\n verticalPadding: number;\n floatingPadding: number;\n maxWidth: number;\n transition: {\n in: TooltipTransition;\n out: TooltipTransition;\n };\n arrow: {\n width: number;\n height: number;\n };\n}\n\nexport const tooltip: TooltipTheme = {\n backgroundColor: hex2rgba(colors.black, 0.95),\n borderRadius: 10,\n opacity: 0.95,\n horizontalPadding: 16,\n verticalPadding: 8,\n floatingPadding: 8,\n maxWidth: 328,\n transition: {\n in: {\n duration: '150ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n out: {\n duration: '75ms',\n timingFunction: 'ease-out',\n property: 'opacity',\n },\n },\n arrow: {\n width: 39,\n height: 9,\n },\n};\n","import { avatar } from './late-ocean/avatar';\nimport { bottomSheet } from './late-ocean/bottomSheet';\nimport { button } from './late-ocean/button';\nimport { card } from './late-ocean/card';\nimport { cardModal } from './late-ocean/cardModal';\nimport { choices } from './late-ocean/choices';\nimport { colors } from './late-ocean/colors';\nimport { dialogModal } from './late-ocean/dialogModal';\nimport { feedbackMessage } from './late-ocean/feedback';\nimport { forms } from './late-ocean/forms';\nimport { highlight } from './late-ocean/highlight';\nimport { iconButton } from './late-ocean/iconButton';\nimport { listItem } from './late-ocean/listItem';\nimport { navigationModal } from './late-ocean/navigationModal';\nimport { pageLoader } from './late-ocean/pageLoader';\nimport { picker } from './late-ocean/picker';\nimport { shadows } from './late-ocean/shadows';\nimport { skeleton } from './late-ocean/skeleton';\nimport { spacing } from './late-ocean/spacing';\nimport { tag } from './late-ocean/tag';\nimport { tooltip } from './late-ocean/tooltip';\nimport { typography } from './late-ocean/typography';\nimport { lateOceanColorPalette } from './palettes/lateOceanColorPalette';\n\nconst breakpoints = {\n values: {\n base: 0,\n small: 480,\n medium: 768,\n large: 1024,\n wide: 1280,\n },\n min: {\n smallBreakpoint: 'min-width: 480px',\n mediumBreakpoint: 'min-width: 768px',\n largeBreakpoint: 'min-width: 1024px',\n wideBreakpoint: 'min-width: 1280px',\n },\n max: {\n smallBreakpoint: 'max-width: 479px',\n mediumBreakpoint: 'max-width: 767px',\n largeBreakpoint: 'max-width: 1023px',\n wideBreakpoint: 'max-width: 1279px',\n },\n};\n\n// eslint-disable-next-line unicorn/expiring-todo-comments\n// TODO : seperate brand color usage definition from proper theme definition and add typings - https://ornikar.atlassian.net/browse/CME-156\nexport const theme = {\n spacing,\n colors,\n palettes: { lateOcean: lateOceanColorPalette },\n avatar,\n breakpoints,\n button,\n bottomSheet,\n card,\n cardModal,\n choices,\n dialogModal,\n feedbackMessage,\n forms,\n highlight,\n iconButton,\n listItem,\n pageLoader,\n picker,\n shadows,\n skeleton,\n tag,\n tooltip,\n typography,\n navigationModal,\n};\n\nexport type Theme = typeof theme;\n"],"names":["lateOceanColorPalette","lateOcean","lateOceanLight1","lateOceanLight2","lateOceanLight3","warmEmbrace","warmEmbraceLight1","black1000","black800","black555","black400","black200","black100","black50","black25","white","viride","englishVermillon","goldCrayola","aero","transparent","moonPurple","moonPurpleLight1","colors","primary","primaryLight","accent","accentLight","success","correct","danger","info","warning","separator","hover","black","blackDisabled","blackLight","blackAnthracite","uiBackground","uiBackgroundLight","disabled","overlay","dark","light","defaultAvatarSize","defaultAvatarIconSize","largeAvatarSize","largeAvatarIconSize","avatar","borderRadius","size","iconSize","backgroundColor","large","spacing","bottomSheet","container","padding","handle","button","borderWidth","focus","minHeight","minWidth","maxWidth","scale","base","active","medium","contentPadding","xLarge","horizontal","vertical","transition","duration","timingFunction","pressedBackgroundColor","hoverBackgroundColor","focusBorderColor","ghost","color","hoverColor","activeColor","subtle","borderColor","card","secondary","webAnimationContentDuration","webAnimationContentEasing","webAnimationOverlayDuration","webAnimationOverlayEasing","overlayHorizontalPadding","cardModal","maxWidthWithPadding","shadow","offsetX","offsetY","opacity","radius","header","height","footer","overlayPadding","animation","easing","content","choices","row","column","item","small","selected","pressed","hoverWhenSelected","border","width","property","dialogModal","feedbackMessage","checkbox","checkedBorderColor","checkedBackgroundColor","markColor","datePicker","day","month","year","calcLineHeight","fontSize","lineHeightMultiplier","Math","round","createTypographyTypeConfig","baseAndSmallFontSize","mediumAndWideFontSize","baseAndSmall","lineHeight","mediumAndWide","typography","kittColors","types","headers","fontFamily","regular","bold","web","fontWeight","fontStyle","configs","header1","header2","header3","header4","header5","bodies","body","link","disabledColor","inputStatesStyle","pending","valid","invalid","input","selection","placeholder","icon","rightContainer","states","inputField","containerPaddingTop","containerPaddingBottom","feedbackPaddingTop","labelContainerPaddingBottom","labelFeedbackMarginLeft","inputTag","labelColor","radio","unchecked","checked","innerSize","innerBackgroundColor","radioButtonGroup","textArea","forms","highlight","iconButton","listItem","innerMargin","navigationModal","pageLoader","strokeWidth","fill","delay","circleBackgroundFillDuration","filledCircleFillDuration","groupFilledCircleRotationDuration","filledCircleRotationDuration","fillEasingFunction","picker","ios","android","shadows","cards","low","highBase","highMedium","highLarge","navigation","left","right","panel","skeleton","flareColor","animationDuration","shape","bar","circle","square","tag","outline","warn","hex2rgba","hex","alpha","r","parseInt","slice","g","b","tooltip","horizontalPadding","verticalPadding","floatingPadding","out","arrow","breakpoints","values","wide","min","smallBreakpoint","mediumBreakpoint","largeBreakpoint","wideBreakpoint","max","theme","palettes"],"mappings":"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"}
@@ -731,7 +731,68 @@ var picker = {
731
731
  };
732
732
 
733
733
  var shadows = {
734
- medium: '0px 10px 20px rgba(41, 48, 51, 0.25)'
734
+ /** @deprecated: use cards.medium instead - shorthand shadow doesnt work with Native Base */
735
+ medium: '0px 10px 20px rgba(41, 48, 51, 0.25)',
736
+ cards: {
737
+ low: {
738
+ color: colors.black,
739
+ offsetX: 0,
740
+ offsetY: 5,
741
+ opacity: 0.1,
742
+ radius: 20
743
+ },
744
+ medium: {
745
+ color: colors.black,
746
+ offsetX: 0,
747
+ offsetY: 10,
748
+ opacity: 0.15,
749
+ radius: 20
750
+ },
751
+ highBase: {
752
+ color: colors.black,
753
+ offsetX: 0,
754
+ offsetY: 10,
755
+ opacity: 0.15,
756
+ radius: 20
757
+ },
758
+ highMedium: {
759
+ color: colors.black,
760
+ offsetX: 0,
761
+ offsetY: 60,
762
+ opacity: 0.08,
763
+ radius: 40
764
+ },
765
+ highLarge: {
766
+ color: colors.black,
767
+ offsetX: 0,
768
+ offsetY: 80,
769
+ opacity: 0.08,
770
+ radius: 60
771
+ }
772
+ },
773
+ navigation: {
774
+ left: {
775
+ color: colors.black,
776
+ offsetX: 10,
777
+ offsetY: 0,
778
+ opacity: 0.15,
779
+ radius: 30
780
+ },
781
+ right: {
782
+ color: colors.black,
783
+ offsetX: -10,
784
+ offsetY: 0,
785
+ opacity: 0.15,
786
+ radius: 30
787
+ }
788
+ },
789
+ panel: {
790
+ color: colors.black,
791
+ offsetX: 0,
792
+ offsetY: 20,
793
+ opacity: 1,
794
+ radius: 40
795
+ }
735
796
  };
736
797
 
737
798
  var skeleton = {