{"version":3,"file":"styled.CHGfloTS.js","sources":["../../../../../../../node_modules/@babylon/ui-kit-forms/esm/components/inputs/array-input/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-searchers/esm/components/searchers/searcher-fli/components/openjaw-input/styled.mjs","../../../../../../../node_modules/@babylon/ui-kit-searchers/esm/components/searchers/searcher-fli/views/desktop/styled.mjs"],"sourcesContent":["import { Button } from '@babylon/ui-kit-base/components/buttons/button';\nimport Icon from '@babylon/ui-kit-base/components/icons/icon';\nimport { FlexMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport styled from 'styled-components';\n\nconst ArrayInputWrapper = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"ArrayInputWrapper\",\n componentId: \"sc-b9ba77f5-0\"\n})([\n `position:relative;`,\n ` gap:16px;padding-bottom:56px;`,\n `{padding-bottom:0;padding-right:176px;}`,\n `{padding-right:0;}`\n], FlexMixin({\n direction: 'column'\n}), ({ theme })=>theme.media.up('lg'), ({ theme })=>theme.media.up('xl'));\nconst ArrayInputRow = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"ArrayInputRow\",\n componentId: \"sc-b9ba77f5-1\"\n})([\n `position:relative;`,\n `;gap:16px;`\n], FlexMixin());\nconst ArrayInputRowContent = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"ArrayInputRowContent\",\n componentId: \"sc-b9ba77f5-2\"\n})([\n ``,\n `;gap:16px;flex:1 1 100%;max-width:100%;`\n], FlexMixin());\nconst AddButton = /*#__PURE__*/ styled(Button).withConfig({\n displayName: \"AddButton\",\n componentId: \"sc-b9ba77f5-3\"\n})([\n `position:absolute;bottom:0;left:0;background:transparent;width:160px;`,\n `{position:relative;margin:auto;width:100%;}`,\n `{bottom:calc((56px - 40px) / 2);right:0;left:unset;}`,\n `{width:150px;bottom:unset;top:0;}`\n], ({ theme })=>theme.media.only('xs'), ({ theme })=>theme.media.up('lg'), ({ theme })=>theme.media.up('xl'));\nconst RemoveIcon = /*#__PURE__*/ styled(Icon).withConfig({\n displayName: \"RemoveIcon\",\n componentId: \"sc-b9ba77f5-4\"\n})([\n ``,\n ` cursor:pointer;padding:16px;`,\n ``\n], FlexMixin({\n align: 'center',\n justify: 'center'\n}), ({ disabled })=>disabled ? `\n opacity: 0.5;\n\t\tvisibility: hidden;\n cursor: not-allowed;\n ` : '');\n\nexport { AddButton, ArrayInputRow, ArrayInputRowContent, ArrayInputWrapper, RemoveIcon };\n","import { AddButton, ArrayInputRowContent, RemoveIcon, ArrayInputWrapper } from '@babylon/ui-kit-forms/components/inputs/array-input/styled';\nimport { ToggleWrapper, ToggleInputWrapper } from '@babylon/ui-kit-forms/components/inputs/toggle/styled';\nimport { SearcherItem } from '../../../../others/searcher/styled.mjs';\nimport { FlexColumnMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport styled, { css } from 'styled-components';\n\nconst OpenjawInput = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"OpenjawInput\",\n componentId: \"sc-b0a67883-0\"\n})([\n ``,\n `{position:initial;color:`,\n `;background:`,\n `;border:0;width:fit-content;}`,\n `[disabled]{display:none;}`,\n `{display:block;border-bottom:1px solid `,\n `;padding-bottom:16px;position:relative;}`,\n `{position:relative;display:flex;padding:0;margin:0;justify-content:flex-end;color:`,\n `;}`,\n `[disabled]{display:none;}`,\n `{padding-bottom:0px;}#location{margin-bottom:16px;}`\n], AddButton, ({ theme })=>theme.colors.white.base, ({ theme })=>theme.colors.primary.base, AddButton, ArrayInputRowContent, ({ theme })=>theme.colors.grays.base, RemoveIcon, ({ theme })=>theme.colors.white.base, RemoveIcon, ArrayInputWrapper);\nconst SearcherFliItem = /*#__PURE__*/ styled(SearcherItem).withConfig({\n displayName: \"SearcherFliItem\",\n componentId: \"sc-b0a67883-1\"\n})([\n ``,\n ` `,\n ` `,\n `{flex-direction:row-reverse;`,\n `{margin-right:10px;}}`\n], ({ theme, $isOpenjaw })=>$isOpenjaw ? /*#__PURE__*/ css([\n ``,\n `{`,\n `}`,\n `{flex-basis:calc(((100% - 224px) / 4) - var(--division-gap));flex-grow:1;max-width:unset;}`,\n `{flex-grow:1;flex-shrink:0;}`,\n `{flex-grow:0;}`\n ], theme.media.up('sm'), FlexColumnMixin({\n columns: 2,\n gap: 'var(--division-gap)'\n }), theme.media.up('md'), theme.media.up('lg'), theme.media.up('xl')) : '', ({ $isToggle })=>$isToggle ? /*#__PURE__*/ css([\n `display:flex;`\n ]) : '', ToggleWrapper, ToggleInputWrapper);\nconst FlightLabel = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"FlightLabel\",\n componentId: \"sc-b0a67883-2\"\n})([\n `margin-bottom:6px;color:`,\n `;`\n], ({ theme })=>theme.colors.white.base);\n\nexport { FlightLabel, OpenjawInput, SearcherFliItem };\n","import { RemoveIcon } from '@babylon/ui-kit-forms/components/inputs/array-input/styled';\nimport { ToggleWrapper, ToggleInputWrapper } from '@babylon/ui-kit-forms/components/inputs/toggle/styled';\nimport Searcher from '../../../../others/searcher/index.mjs';\nimport { SearcherItem, SearcherTop } from '../../../../others/searcher/styled.mjs';\nimport { SearcherFliItem as SearcherFliItem$1 } from '../../components/openjaw-input/styled.mjs';\nimport { FlexMixin, FlexColumnMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport styled, { css } from 'styled-components';\n\nconst Wrapper = /*#__PURE__*/ styled(Searcher).withConfig({\n displayName: \"Wrapper\",\n componentId: \"sc-bee2b8aa-0\"\n})([\n `&.Openjaw `,\n `{padding:0;}`\n], RemoveIcon);\nconst SearcherTopItem = /*#__PURE__*/ styled(SearcherTop).withConfig({\n displayName: \"SearcherTopItem\",\n componentId: \"sc-bee2b8aa-1\"\n})([\n ``\n]);\nconst SearcherItemArrayInput = /*#__PURE__*/ styled(SearcherItem).withConfig({\n displayName: \"SearcherItemArrayInput\",\n componentId: \"sc-bee2b8aa-2\"\n})([\n `flex-basis:100%;max-width:100%;`,\n `{flex-basis:100%;max-width:100%;}`,\n `{flex-basis:100%;max-width:100%;}`,\n `{flex-basis:100%;max-width:100%;}`,\n ``\n], ({ theme })=>theme.media.up('md'), ({ theme })=>theme.media.up('lg'), ({ theme })=>theme.media.up('xl'), ({ theme, $onModal })=>$onModal && /*#__PURE__*/ css([\n ``,\n `{`,\n `{flex-basis:calc((100% / 3) - var(--division-gap));flex-grow:1;max-width:unset;}}`\n ], SearcherFliItem$1, theme.media.up('md')));\nconst SearcherFliItem = /*#__PURE__*/ styled(SearcherItem).withConfig({\n displayName: \"SearcherFliItem\",\n componentId: \"sc-bee2b8aa-3\"\n})([\n ``,\n ` `,\n ` `,\n `{flex-direction:row-reverse;`,\n `{margin-right:10px;}}`\n], ({ theme, $isOpenjaw })=>$isOpenjaw ? /*#__PURE__*/ css([\n ``,\n `{`,\n `}`,\n `{flex-basis:calc(((100% - 224px) / 4) - var(--division-gap));flex-grow:1;max-width:unset;}`,\n `{flex-grow:1;flex-shrink:0;}`,\n `{flex-grow:0;}`\n ], theme.media.up('sm'), FlexColumnMixin({\n columns: 3,\n gap: 'var(--division-gap)'\n }), theme.media.up('md'), theme.media.up('lg'), theme.media.up('xl')) : '', ({ $isToggle })=>$isToggle ? /*#__PURE__*/ css([\n `display:flex;`\n ]) : '', ToggleWrapper, ToggleInputWrapper);\nconst SearcherFliItemBreakingRow = /*#__PURE__*/ styled(SearcherFliItem).withConfig({\n displayName: \"SearcherFliItemBreakingRow\",\n componentId: \"sc-bee2b8aa-4\"\n})([\n ``,\n ` --searcher-item-order:10;`,\n `{--searcher-item-order:9;}`\n], FlexMixin({\n justify: 'center'\n}), ({ theme })=>theme.media.desktop.up);\nconst SearcherFliOpenjawItem = /*#__PURE__*/ styled(SearcherFliItem).withConfig({\n displayName: \"SearcherFliOpenjawItem\",\n componentId: \"sc-bee2b8aa-5\"\n})([\n ``\n]);\nconst SearcherItemSwitchIcon = /*#__PURE__*/ styled(SearcherItem).withConfig({\n displayName: \"SearcherItemSwitchIcon\",\n componentId: \"sc-bee2b8aa-6\"\n})([\n `display:none;`,\n `{`,\n ` --searcher-item-md-width:calc((10% - var(--division-gap)) / 5 - var(--division-gap) / 5);flex-basis:var(--searcher-item-md-width);max-width:var(--searcher-item-md-width);cursor:pointer;}`\n], ({ theme })=>theme.media.desktop.up, FlexMixin({\n justify: 'center',\n align: 'center'\n}));\n\nexport { SearcherFliItem, SearcherFliItemBreakingRow, SearcherFliOpenjawItem, SearcherItemArrayInput, SearcherItemSwitchIcon, SearcherTopItem, Wrapper };\n"],"names":["ArrayInputWrapper","styled","FlexMixin","theme","ArrayInputRow","ArrayInputRowContent","AddButton","Button","RemoveIcon","Icon","disabled","OpenjawInput","SearcherFliItem","SearcherItem","$isOpenjaw","css","FlexColumnMixin","$isToggle","ToggleWrapper","ToggleInputWrapper","FlightLabel","Wrapper","Searcher","SearcherTopItem","SearcherTop","SearcherItemArrayInput","$onModal","SearcherFliItem$1","SearcherFliItemBreakingRow","SearcherItemSwitchIcon"],"mappings":"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","x_google_ignoreList":[0,1,2]}