@corva/ui 3.54.0-2 → 3.54.0-21
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/README.md +70 -0
- package/cjs-bundle/clients/api/AuthRecovery.js +2 -0
- package/cjs-bundle/clients/api/AuthRecovery.js.map +1 -0
- package/cjs-bundle/clients/api/apiCore.js +1 -1
- package/cjs-bundle/clients/api/apiCore.js.map +1 -1
- package/cjs-bundle/clients/api/constants.js +2 -0
- package/cjs-bundle/clients/api/constants.js.map +1 -0
- package/cjs-bundle/clients/api/rateLimiter.js +2 -0
- package/cjs-bundle/clients/api/rateLimiter.js.map +1 -0
- package/cjs-bundle/clients/index.js +1 -1
- package/cjs-bundle/clients/jsonApi/index.js +1 -1
- package/cjs-bundle/clients/jsonApi/index.js.map +1 -1
- package/cjs-bundle/clients/utils.js +1 -1
- package/cjs-bundle/clients/utils.js.map +1 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +1 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js +2 -0
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js.map +1 -0
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/PeriodFilterSelect/PeriodFilterSelect.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/SingleFilterSelect/SingleFilterSelect.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.module.css.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +2 -0
- package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js.map +1 -0
- package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.module.css.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
- package/cjs-bundle/components/OffsetWellPickerV5/components/PickerModalActions/PickerModalActions.js +1 -1
- package/cjs-bundle/componentsV2/AppContainer/AppContainer.js +1 -1
- package/cjs-bundle/componentsV2/AppHeader/AppHeader.js +1 -1
- package/cjs-bundle/componentsV2/AppHeader/V3/Actions/Actions.js +1 -1
- package/cjs-bundle/componentsV2/AppHeader/V3/AppHeaderV3.js +1 -1
- package/cjs-bundle/componentsV2/AppSettings/AppSettings.js +1 -1
- package/cjs-bundle/componentsV2/AppSettings/AppSettingsPinningContext.js +1 -1
- package/cjs-bundle/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.js +1 -1
- package/cjs-bundle/componentsV2/Tooltip/Tooltip.js +1 -1
- package/cjs-bundle/effects/subscriptions/useSubscriptions.v1.js +1 -1
- package/cjs-bundle/effects/subscriptions/useSubscriptions.v1.js.map +1 -1
- package/cjs-bundle/effects/subscriptions/useSubscriptions.v2.js +1 -1
- package/cjs-bundle/utils/devcenter.js +1 -1
- package/cjs-bundle/utils/devcenter.js.map +1 -1
- package/cjs-bundle/utils/goalsConfig/goalsConfig.js +1 -1
- package/cjs-bundle/utils/metrics/interventionMetricsConfig.js +1 -1
- package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
- package/cjs-bundle/utils/metrics/metricsConfig.js.map +1 -1
- package/clients/api/AuthRecovery.d.ts +38 -0
- package/clients/api/AuthRecovery.d.ts.map +1 -0
- package/clients/api/AuthRecovery.js +2 -0
- package/clients/api/AuthRecovery.js.map +1 -0
- package/clients/api/__tests__/AuthRecovery.test.d.ts +2 -0
- package/clients/api/__tests__/AuthRecovery.test.d.ts.map +1 -0
- package/clients/api/__tests__/apiCore.test.d.ts +2 -0
- package/clients/api/__tests__/apiCore.test.d.ts.map +1 -0
- package/clients/api/apiCore.d.ts +8 -0
- package/clients/api/apiCore.d.ts.map +1 -1
- package/clients/api/apiCore.js +1 -1
- package/clients/api/apiCore.js.map +1 -1
- package/clients/api/constants.d.ts +37 -0
- package/clients/api/constants.d.ts.map +1 -0
- package/clients/api/constants.js +2 -0
- package/clients/api/constants.js.map +1 -0
- package/clients/api/rateLimiter.d.ts +24 -0
- package/clients/api/rateLimiter.d.ts.map +1 -0
- package/clients/api/rateLimiter.js +2 -0
- package/clients/api/rateLimiter.js.map +1 -0
- package/clients/index.js +1 -1
- package/clients/index.js.map +1 -1
- package/clients/jsonApi/index.d.ts +5 -0
- package/clients/jsonApi/index.d.ts.map +1 -1
- package/clients/jsonApi/index.js +1 -1
- package/clients/jsonApi/index.js.map +1 -1
- package/clients/utils.d.ts +4 -2
- package/clients/utils.d.ts.map +1 -1
- package/clients/utils.js +1 -1
- package/clients/utils.js.map +1 -1
- package/components/AdvancedSlider/AdvancedSlider.figma.d.ts +2 -0
- package/components/AdvancedSlider/AdvancedSlider.figma.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts.map +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts.map +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +1 -1
- package/components/FileIcon/FileIcon.figma.d.ts +2 -0
- package/components/FileIcon/FileIcon.figma.d.ts.map +1 -0
- package/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.d.ts +12 -0
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.d.ts.map +1 -0
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js +2 -0
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js.map +1 -0
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/PeriodFilterSelect/PeriodFilterSelect.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/SingleFilterSelect/SingleFilterSelect.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.module.css.js +1 -1
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.d.ts +2 -0
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.d.ts.map +1 -0
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +2 -0
- package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js.map +1 -0
- package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.js +1 -1
- package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.module.css.js +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -1
- package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
- package/components/OffsetWellPickerV5/components/PickerModalActions/PickerModalActions.js +1 -1
- package/components/PadModeSelect/PadModeSelect.figma.d.ts +2 -0
- package/components/PadModeSelect/PadModeSelect.figma.d.ts.map +1 -0
- package/components/Popover/Popover.figma.d.ts +2 -0
- package/components/Popover/Popover.figma.d.ts.map +1 -0
- package/components/RangeSlider/RangeSlider.figma.d.ts +2 -0
- package/components/RangeSlider/RangeSlider.figma.d.ts.map +1 -0
- package/components/Search/Search.figma.d.ts +2 -0
- package/components/Search/Search.figma.d.ts.map +1 -0
- package/components/StatusBadge/StatusBadge.figma.d.ts +2 -0
- package/components/StatusBadge/StatusBadge.figma.d.ts.map +1 -0
- package/components/Table/TableToolbar/TableToolbar.figma.d.ts +2 -0
- package/components/Table/TableToolbar/TableToolbar.figma.d.ts.map +1 -0
- package/componentsV2/Accordion/Accordion.figma.d.ts +2 -0
- package/componentsV2/Accordion/Accordion.figma.d.ts.map +1 -0
- package/componentsV2/AppContainer/AppContainer.d.ts +2 -0
- package/componentsV2/AppContainer/AppContainer.d.ts.map +1 -1
- package/componentsV2/AppContainer/AppContainer.js +1 -1
- package/componentsV2/AppFooter/AppFooter.figma.d.ts +2 -0
- package/componentsV2/AppFooter/AppFooter.figma.d.ts.map +1 -0
- package/componentsV2/AppHeader/AppHeader.d.ts +1 -5
- package/componentsV2/AppHeader/AppHeader.d.ts.map +1 -1
- package/componentsV2/AppHeader/AppHeader.js +1 -1
- package/componentsV2/AppHeader/V3/Actions/Actions.d.ts +1 -2
- package/componentsV2/AppHeader/V3/Actions/Actions.d.ts.map +1 -1
- package/componentsV2/AppHeader/V3/Actions/Actions.js +1 -1
- package/componentsV2/AppHeader/V3/AppHeaderV3.d.ts +0 -1
- package/componentsV2/AppHeader/V3/AppHeaderV3.d.ts.map +1 -1
- package/componentsV2/AppHeader/V3/AppHeaderV3.figma.d.ts +2 -0
- package/componentsV2/AppHeader/V3/AppHeaderV3.figma.d.ts.map +1 -0
- package/componentsV2/AppHeader/V3/AppHeaderV3.js +1 -1
- package/componentsV2/AppHeader/V3/AppHeaderV3.stories.d.ts +2 -1
- package/componentsV2/AppHeader/V3/AppHeaderV3.stories.d.ts.map +1 -1
- package/componentsV2/AppSettings/AppSettings.d.ts +0 -1
- package/componentsV2/AppSettings/AppSettings.d.ts.map +1 -1
- package/componentsV2/AppSettings/AppSettings.js +1 -1
- package/componentsV2/AppSettings/AppSettingsPinningContext.d.ts +3 -1
- package/componentsV2/AppSettings/AppSettingsPinningContext.d.ts.map +1 -1
- package/componentsV2/AppSettings/AppSettingsPinningContext.js +1 -1
- package/componentsV2/Autocomplete/Autocomplete.stories.d.ts.map +1 -1
- package/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.d.ts.map +1 -1
- package/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.js +1 -1
- package/componentsV2/Autocomplete/AutocompleteNext.stories.d.ts.map +1 -1
- package/componentsV2/Avatar/Avatar.figma.d.ts +2 -0
- package/componentsV2/Avatar/Avatar.figma.d.ts.map +1 -0
- package/componentsV2/Breadcrumbs/Breadcrumbs.figma.d.ts +2 -0
- package/componentsV2/Breadcrumbs/Breadcrumbs.figma.d.ts.map +1 -0
- package/componentsV2/Button/Button.figma.d.ts +2 -0
- package/componentsV2/Button/Button.figma.d.ts.map +1 -0
- package/componentsV2/Button/Button.stories.d.ts.map +1 -1
- package/componentsV2/ButtonIcon/ButtonIcon.figma.d.ts +2 -0
- package/componentsV2/ButtonIcon/ButtonIcon.figma.d.ts.map +1 -0
- package/componentsV2/ButtonLive/ButtonLive.figma.d.ts +2 -0
- package/componentsV2/ButtonLive/ButtonLive.figma.d.ts.map +1 -0
- package/componentsV2/ButtonText/ButtonText.figma.d.ts +2 -0
- package/componentsV2/ButtonText/ButtonText.figma.d.ts.map +1 -0
- package/componentsV2/Checkbox/Checkbox.figma.d.ts +2 -0
- package/componentsV2/Checkbox/Checkbox.figma.d.ts.map +1 -0
- package/componentsV2/Chip/Chip.figma.d.ts +2 -0
- package/componentsV2/Chip/Chip.figma.d.ts.map +1 -0
- package/componentsV2/ColorPicker/ColorPicker.figma.d.ts +2 -0
- package/componentsV2/ColorPicker/ColorPicker.figma.d.ts.map +1 -0
- package/componentsV2/Counter/Counter.figma.d.ts +2 -0
- package/componentsV2/Counter/Counter.figma.d.ts.map +1 -0
- package/componentsV2/DatePicker/DatePicker.figma.d.ts +2 -0
- package/componentsV2/DatePicker/DatePicker.figma.d.ts.map +1 -0
- package/componentsV2/FilesLoader/FilesLoader.figma.d.ts +2 -0
- package/componentsV2/FilesLoader/FilesLoader.figma.d.ts.map +1 -0
- package/componentsV2/Hint/Hint.figma.d.ts +2 -0
- package/componentsV2/Hint/Hint.figma.d.ts.map +1 -0
- package/componentsV2/Label/Label.figma.d.ts +2 -0
- package/componentsV2/Label/Label.figma.d.ts.map +1 -0
- package/componentsV2/LoaderLinear/LoaderLinear.figma.d.ts +2 -0
- package/componentsV2/LoaderLinear/LoaderLinear.figma.d.ts.map +1 -0
- package/componentsV2/Menu/Menu.figma.d.ts +2 -0
- package/componentsV2/Menu/Menu.figma.d.ts.map +1 -0
- package/componentsV2/Menu/MenuItem/MenuItem.figma.d.ts +2 -0
- package/componentsV2/Menu/MenuItem/MenuItem.figma.d.ts.map +1 -0
- package/componentsV2/Modal/Modal.figma.d.ts +2 -0
- package/componentsV2/Modal/Modal.figma.d.ts.map +1 -0
- package/componentsV2/OffsetWellsButton/OffsetWellsButton.figma.d.ts +2 -0
- package/componentsV2/OffsetWellsButton/OffsetWellsButton.figma.d.ts.map +1 -0
- package/componentsV2/Radio/Radio.figma.d.ts +2 -0
- package/componentsV2/Radio/Radio.figma.d.ts.map +1 -0
- package/componentsV2/Select/Select.figma.d.ts +2 -0
- package/componentsV2/Select/Select.figma.d.ts.map +1 -0
- package/componentsV2/Skeleton/Skeleton.figma.d.ts +2 -0
- package/componentsV2/Skeleton/Skeleton.figma.d.ts.map +1 -0
- package/componentsV2/Slider/Slider.figma.d.ts +2 -0
- package/componentsV2/Slider/Slider.figma.d.ts.map +1 -0
- package/componentsV2/Stepper/Stepper.figma.d.ts +2 -0
- package/componentsV2/Stepper/Stepper.figma.d.ts.map +1 -0
- package/componentsV2/Switch/Switch.figma.d.ts +2 -0
- package/componentsV2/Switch/Switch.figma.d.ts.map +1 -0
- package/componentsV2/Tabs/Tabs.figma.d.ts +2 -0
- package/componentsV2/Tabs/Tabs.figma.d.ts.map +1 -0
- package/componentsV2/Tag/Tag.figma.d.ts +2 -0
- package/componentsV2/Tag/Tag.figma.d.ts.map +1 -0
- package/componentsV2/TemplatesControl/TemplatesControl.figma.d.ts +2 -0
- package/componentsV2/TemplatesControl/TemplatesControl.figma.d.ts.map +1 -0
- package/componentsV2/TextInput/TextInput.figma.d.ts +2 -0
- package/componentsV2/TextInput/TextInput.figma.d.ts.map +1 -0
- package/componentsV2/TextInputNext/TextInputNext.figma.d.ts +2 -0
- package/componentsV2/TextInputNext/TextInputNext.figma.d.ts.map +1 -0
- package/componentsV2/ToggleButtons/ToggleButtons.figma.d.ts +2 -0
- package/componentsV2/ToggleButtons/ToggleButtons.figma.d.ts.map +1 -0
- package/componentsV2/Tooltip/Tooltip.d.ts.map +1 -1
- package/componentsV2/Tooltip/Tooltip.figma.d.ts +2 -0
- package/componentsV2/Tooltip/Tooltip.figma.d.ts.map +1 -0
- package/componentsV2/Tooltip/Tooltip.js +1 -1
- package/effects/subscriptions/useSubscriptions.v1.js +1 -1
- package/effects/subscriptions/useSubscriptions.v1.js.map +1 -1
- package/effects/subscriptions/useSubscriptions.v2.d.ts.map +1 -1
- package/effects/subscriptions/useSubscriptions.v2.js +1 -1
- package/effects/useSubscriptions.d.ts.map +1 -1
- package/icons/customIcons/icons/Archive.figma.d.ts +2 -0
- package/icons/customIcons/icons/Archive.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/CautionFilled.figma.d.ts +2 -0
- package/icons/customIcons/icons/CautionFilled.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Dashboard.figma.d.ts +2 -0
- package/icons/customIcons/icons/Dashboard.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/DrilloutUnit.figma.d.ts +2 -0
- package/icons/customIcons/icons/DrilloutUnit.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/FolderClosed.figma.d.ts +2 -0
- package/icons/customIcons/icons/FolderClosed.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/FolderOpened.figma.d.ts +2 -0
- package/icons/customIcons/icons/FolderOpened.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/FracFleet.figma.d.ts +2 -0
- package/icons/customIcons/icons/FracFleet.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/InterventionUnit.figma.d.ts +2 -0
- package/icons/customIcons/icons/InterventionUnit.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Lasso.figma.d.ts +2 -0
- package/icons/customIcons/icons/Lasso.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Pad.figma.d.ts +2 -0
- package/icons/customIcons/icons/Pad.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Pin.figma.d.ts +2 -0
- package/icons/customIcons/icons/Pin.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Program.figma.d.ts +2 -0
- package/icons/customIcons/icons/Program.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/SimulFrac.figma.d.ts +2 -0
- package/icons/customIcons/icons/SimulFrac.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/Well.figma.d.ts +2 -0
- package/icons/customIcons/icons/Well.figma.d.ts.map +1 -0
- package/icons/customIcons/icons/ZipperFrac.figma.d.ts +2 -0
- package/icons/customIcons/icons/ZipperFrac.figma.d.ts.map +1 -0
- package/mcp-server/server.mjs +2202 -242
- package/package.json +14 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/devcenter.d.ts.map +1 -1
- package/utils/devcenter.js +1 -1
- package/utils/devcenter.js.map +1 -1
- package/utils/goalsConfig/goalsConfig.d.ts.map +1 -1
- package/utils/goalsConfig/goalsConfig.js +1 -1
- package/utils/metrics/interventionMetricsConfig.d.ts +2 -0
- package/utils/metrics/interventionMetricsConfig.d.ts.map +1 -1
- package/utils/metrics/interventionMetricsConfig.js +1 -1
- package/utils/metrics/metricsConfig.d.ts +13 -0
- package/utils/metrics/metricsConfig.d.ts.map +1 -1
- package/utils/metrics/metricsConfig.js +1 -1
- package/utils/metrics/metricsConfig.js.map +1 -1
- package/mcp-server/server.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"@babel/runtime/helpers/toConsumableArray";import t from"@babel/runtime/helpers/defineProperty";import s from"@babel/runtime/helpers/slicedToArray";import n from"@babel/runtime/helpers/typeof";import{jsx as i,jsxs as e,Fragment as c}from"react/jsx-runtime";import{useState as r,useRef as m,useCallback as p,useMemo as l,useEffect as a,Fragment as u}from"react";import d from"classnames";import{ButtonIcon as j}from"../../../ButtonIcon/ButtonIcon.js";import{Tooltip as f}from"../../../Tooltip/Tooltip.js";import{SettingsButton as I}from"../SettingsButton/SettingsButton.js";import"../SettingsButton/SettingsButton.constants.js";import{Menu as C}from"../../../Menu/Menu.js";import"../../../AppCommonsProvider/AppCommonsProvider.js";import{useAppCommonsInternal as h}from"../../../AppCommonsProvider/AppCommonsContext.js";import{Popover as g}from"../../../Popover/Popover.js";import{AppSettings as b}from"../../../AppSettings/AppSettings.js";import"../../../AppSettings/AppSettings.constants.js";import{useAppSettingPinning as v}from"../../../AppSettings/AppSettingsPinningContext.js";import{useAppSize as y}from"../../../AppSizeProvider/AppSizeProvider.js";import{ActionsTestIds as A}from"./Actions.constants.js";import S from"./Actions.scss.js";import{MessageIcon as P,ExpandIcon as O,SettingTwoIcon as k,CollapseIcon as B,CloseSmallIcon as x,MoreOneIcon as F}from"../../../../icons/iconParkIcons.js";import{AddMessageCustomIcon as M}from"../../../../icons/customIcons/icons/AddMessage.js";import"../../../../icons/customIcons/icons/Attention.js";import"../../../../icons/customIcons/icons/Collapse.js";import"../../../../icons/customIcons/icons/Dashboard.js";import"../../../../icons/customIcons/icons/Expand.js";import"../../../../icons/customIcons/icons/FolderClosed.js";import"../../../../icons/customIcons/icons/FolderClosedFilled.js";import"../../../../icons/customIcons/icons/FolderOpened.js";import"../../../../icons/customIcons/icons/GreaterOrEqual.js";import"../../../../icons/customIcons/icons/LessOrEqual.js";import"../../../../icons/customIcons/icons/Search.js";import"../../../../icons/customIcons/icons/SearchOne.js";import"../../../../icons/customIcons/icons/Wellhub.js";import"../../../../icons/customIcons/icons/MultiRuler.js";import"../../../../icons/customIcons/icons/Checkbox.js";import"../../../../icons/customIcons/icons/CheckboxChecked.js";import"../../../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../../../icons/customIcons/icons/Radio.js";import"../../../../icons/customIcons/icons/RadioChecked.js";import"../../../../icons/customIcons/icons/SimulFrac.js";import"../../../../icons/customIcons/icons/ZipperFrac.js";import"../../../../icons/customIcons/icons/CautionFilled.js";import"../../../../icons/customIcons/icons/MoreApp.js";import"../../../../icons/customIcons/icons/Pad.js";import"../../../../icons/customIcons/icons/DrilloutUnit.js";import"../../../../icons/customIcons/icons/FracFleet.js";import"../../../../icons/customIcons/icons/Global.js";import"../../../../icons/customIcons/icons/Program.js";import"../../../../icons/customIcons/icons/Rig.js";import"../../../../icons/customIcons/icons/Well.js";import"../../../../icons/customIcons/icons/Gap.js";import"../../../../icons/customIcons/icons/Pin.js";import"../../../../icons/customIcons/icons/CloseOneFilled.js";import"../../../../icons/customIcons/icons/AttentionFilled.js";import"../../../../icons/customIcons/icons/CheckOneFilled.js";import"../../../../icons/customIcons/icons/Archive.js";import"../../../../icons/customIcons/icons/ArchiveCancel.js";import"../../../../icons/customIcons/icons/Unarchive.js";import"../../../../icons/customIcons/icons/Archived.js";import"../../../../icons/customIcons/icons/InterventionUnit.js";import"../../../../icons/customIcons/icons/CloudDelete.js";import"../../../../icons/customIcons/icons/Lasso.js";import"../../../../icons/customIcons/icons/Radius.js";import"../../../../clients/subscriptions/constants.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"lodash";import"../../../../clients/subscriptions.v1.js";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions/subscriptions-client.factory.js";import w from"../../../../effects/useOutsideClick.js";import"immutable";import"query-string";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/alerts.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/completion.js";import"../../../../constants/appPackages.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.js";import"../../../../constants/corvaCompanyId.js";import"../../../../components/GradientManager/configuration/constants.js";import"../../../../utils/index.js";import"uuid";import"jsona";import"../../../../utils/env.js";import"../../../../components/StatusBadge/constants.js";import"lodash/set";import"lodash/get";import"lodash/unset";import"moment";import"../../../../clients/api/apiCore.js";import"../../../../clients/constants.js";import"../../../../clients/sso/auth0.js";import"../../../../clients/sso/oauth2.js";import"lodash/isEmpty";import"lodash/sortBy";import"../../../../constants/streamSourceType.js";import{useAppCommentsMode as T,useSetAppCommentsMode as z}from"../../../../components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js";function D(o,t){var s=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(o,t).enumerable}))),s.push.apply(s,n)}return s}function E(o){for(var s=1;s<arguments.length;s++){var n=null!=arguments[s]?arguments[s]:{};s%2?D(Object(n),!0).forEach((function(s){t(o,s,n[s])})):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(n,t))}))}return o}var N=function(o){return!!o&&"object"===n(o)&&"title"in o},R=function(t){var n=t.additionalActions,D=t.showComments,R=t.disableSettings,G=t.
|
|
1
|
+
import o from"@babel/runtime/helpers/toConsumableArray";import t from"@babel/runtime/helpers/defineProperty";import s from"@babel/runtime/helpers/slicedToArray";import n from"@babel/runtime/helpers/typeof";import{jsx as i,jsxs as e,Fragment as c}from"react/jsx-runtime";import{useState as r,useRef as m,useCallback as p,useMemo as l,useEffect as a,Fragment as u}from"react";import d from"classnames";import{ButtonIcon as j}from"../../../ButtonIcon/ButtonIcon.js";import{Tooltip as f}from"../../../Tooltip/Tooltip.js";import{SettingsButton as I}from"../SettingsButton/SettingsButton.js";import"../SettingsButton/SettingsButton.constants.js";import{Menu as C}from"../../../Menu/Menu.js";import"../../../AppCommonsProvider/AppCommonsProvider.js";import{useAppCommonsInternal as h}from"../../../AppCommonsProvider/AppCommonsContext.js";import{Popover as g}from"../../../Popover/Popover.js";import{AppSettings as b}from"../../../AppSettings/AppSettings.js";import"../../../AppSettings/AppSettings.constants.js";import{useAppSettingPinning as v}from"../../../AppSettings/AppSettingsPinningContext.js";import{useAppSize as y}from"../../../AppSizeProvider/AppSizeProvider.js";import{ActionsTestIds as A}from"./Actions.constants.js";import S from"./Actions.scss.js";import{MessageIcon as P,ExpandIcon as O,SettingTwoIcon as k,CollapseIcon as B,CloseSmallIcon as x,MoreOneIcon as F}from"../../../../icons/iconParkIcons.js";import{AddMessageCustomIcon as M}from"../../../../icons/customIcons/icons/AddMessage.js";import"../../../../icons/customIcons/icons/Attention.js";import"../../../../icons/customIcons/icons/Collapse.js";import"../../../../icons/customIcons/icons/Dashboard.js";import"../../../../icons/customIcons/icons/Expand.js";import"../../../../icons/customIcons/icons/FolderClosed.js";import"../../../../icons/customIcons/icons/FolderClosedFilled.js";import"../../../../icons/customIcons/icons/FolderOpened.js";import"../../../../icons/customIcons/icons/GreaterOrEqual.js";import"../../../../icons/customIcons/icons/LessOrEqual.js";import"../../../../icons/customIcons/icons/Search.js";import"../../../../icons/customIcons/icons/SearchOne.js";import"../../../../icons/customIcons/icons/Wellhub.js";import"../../../../icons/customIcons/icons/MultiRuler.js";import"../../../../icons/customIcons/icons/Checkbox.js";import"../../../../icons/customIcons/icons/CheckboxChecked.js";import"../../../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../../../icons/customIcons/icons/Radio.js";import"../../../../icons/customIcons/icons/RadioChecked.js";import"../../../../icons/customIcons/icons/SimulFrac.js";import"../../../../icons/customIcons/icons/ZipperFrac.js";import"../../../../icons/customIcons/icons/CautionFilled.js";import"../../../../icons/customIcons/icons/MoreApp.js";import"../../../../icons/customIcons/icons/Pad.js";import"../../../../icons/customIcons/icons/DrilloutUnit.js";import"../../../../icons/customIcons/icons/FracFleet.js";import"../../../../icons/customIcons/icons/Global.js";import"../../../../icons/customIcons/icons/Program.js";import"../../../../icons/customIcons/icons/Rig.js";import"../../../../icons/customIcons/icons/Well.js";import"../../../../icons/customIcons/icons/Gap.js";import"../../../../icons/customIcons/icons/Pin.js";import"../../../../icons/customIcons/icons/CloseOneFilled.js";import"../../../../icons/customIcons/icons/AttentionFilled.js";import"../../../../icons/customIcons/icons/CheckOneFilled.js";import"../../../../icons/customIcons/icons/Archive.js";import"../../../../icons/customIcons/icons/ArchiveCancel.js";import"../../../../icons/customIcons/icons/Unarchive.js";import"../../../../icons/customIcons/icons/Archived.js";import"../../../../icons/customIcons/icons/InterventionUnit.js";import"../../../../icons/customIcons/icons/CloudDelete.js";import"../../../../icons/customIcons/icons/Lasso.js";import"../../../../icons/customIcons/icons/Radius.js";import"../../../../clients/subscriptions/constants.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"lodash";import"../../../../clients/subscriptions.v1.js";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions/subscriptions-client.factory.js";import w from"../../../../effects/useOutsideClick.js";import"immutable";import"query-string";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/alerts.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/completion.js";import"../../../../constants/appPackages.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.js";import"../../../../constants/corvaCompanyId.js";import"../../../../components/GradientManager/configuration/constants.js";import"../../../../utils/index.js";import"uuid";import"jsona";import"../../../../utils/env.js";import"../../../../components/StatusBadge/constants.js";import"lodash/set";import"lodash/get";import"lodash/unset";import"moment";import"../../../../clients/api/apiCore.js";import"../../../../clients/constants.js";import"../../../../clients/sso/auth0.js";import"../../../../clients/sso/oauth2.js";import"lodash/isEmpty";import"lodash/sortBy";import"../../../../constants/streamSourceType.js";import{useAppCommentsMode as T,useSetAppCommentsMode as z}from"../../../../components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js";function D(o,t){var s=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(o,t).enumerable}))),s.push.apply(s,n)}return s}function E(o){for(var s=1;s<arguments.length;s++){var n=null!=arguments[s]?arguments[s]:{};s%2?D(Object(n),!0).forEach((function(s){t(o,s,n[s])})):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(n,t))}))}return o}var N=function(o){return!!o&&"object"===n(o)&&"title"in o},R=function(t){var n=t.additionalActions,D=t.showComments,R=t.disableSettings,G=t.rootRef,U=t.hideSettingsUnderMore,q=h(),H=q.maximized,L=q.setMaximized,W=q.isInsideNewMobileApp,Z=T(),J=z(),K=r(!1),Q=s(K,2),V=Q[0],X=Q[1],Y=m(null),$=m(null),_=r(!0),oo=s(_,2),to=oo[0],so=oo[1],no=m(null),io=v(),eo=io.isPinned,co=io.close,ro=io.open,mo=io.isPopoverOpen,po=io.animatePopover,lo=p((function(){co(!1)}),[co]),ao=h().appSettingsComponent,uo=(y()||{}).height,jo=!!ao&&!R,fo=l((function(){return{maxHeight:"".concat(uo,"px")}}),[uo]),Io=p((function(){X((function(o){return!o}))}),[]),Co=p((function(){J((function(o){return!o}))}),[J]),ho=p((function(){so(!1),L(!H)}),[H,L]);a((function(){so(!0)}),[H]);var go=l((function(){var t=function(o){return function(){Io(),null==o||o()}},s=(n||[]).filter(N).map((function(o){return E(E({},o),{},{onClick:t(o.onClick)})})),e={icon:i(P,{}),onClick:t(Co),title:Z?"Close Comments Mode":"Add Comment"},c={title:"Full Screen",onClick:t(ho),icon:i(O,{})},r={title:"Settings",onClick:t(ro),icon:i(k,{})};return[].concat(o(s),o(D?[e]:[]),o(U&&jo?[r]:[]),[c])}),[n,Z,U,ro,jo,D,Co,ho,Io]);w(no,lo,[$.current,'[role="tooltip"]','[role="presentation"]']);var bo=go.length>1,vo=i(j,{size:"small",type:"tertiaryBg",onClick:ho,className:bo?S.fullscreenButton:void 0,testId:H?A.CollapseButtonTestId:A.ExpandButtonTestId,children:i(H?B:O,{})});return e(c,{children:[null==n?void 0:n.map((function(o,t){return N(o)?i(f,{title:o.title,children:i(j,{size:"small",type:"tertiary",onClick:o.onClick,className:d(S.additionalActionButton),testId:A.AdditionalActionItemTestId,children:o.icon})},t):i(u,{children:o},t)})),D&&i(f,{title:Z?"Close Comments Mode":"Add Comment",children:i(j,{size:"small",type:Z?"secondaryBg":"tertiaryBg",onClick:Co,className:bo?S.commentButton:void 0,testId:Z?A.CloseCommentButtonTestId:A.AddMessageButtonTestId,children:Z?i(x,{}):i(M,{fill:"currentColor"})})}),jo&&i(I,{ref:$,closeSettings:lo,className:U?S.settingsHiddenUnderMore:void 0}),!W&&i(c,{children:to?i(f,{title:H?"Close Full Screen":"Full Screen",children:vo}):vo}),bo&&i(f,{title:"More",children:i(j,{type:V||U&&mo?"secondaryBg":"tertiaryBg",className:S.moreButton,ref:Y,onClick:Io,size:"small",children:i(F,{})})}),bo&&Y.current&&i(C,{anchorEl:Y.current,open:V,onClose:Io,placement:"bottom-end",children:go.map((function(o,t){return i(C.Item,{size:"large",prefix:o.icon,onClick:o.onClick,children:o.title},t)}))}),jo&&G.current&&!eo&&i(g,{open:mo,placement:"bottom-end",anchorEl:G.current,onClose:lo,className:S.settingsPopover,preventScroll:!1,backdrop:!1,animate:po,children:i(b,{rootStyles:fo,ref:no,onClose:lo})})]})};export{R as Actions};
|
|
2
2
|
//# sourceMappingURL=Actions.js.map
|
|
@@ -32,7 +32,6 @@ export type AppHeaderV3Props = {
|
|
|
32
32
|
dqData?: UseWellnessAlertsReturnType;
|
|
33
33
|
showComments?: boolean;
|
|
34
34
|
additionalActions?: AdditionalAction[];
|
|
35
|
-
disableSettingsPin?: boolean;
|
|
36
35
|
disableSettings?: boolean;
|
|
37
36
|
showAssetChips?: boolean;
|
|
38
37
|
disableAssetSelector?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppHeaderV3.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/AppHeader/V3/AppHeaderV3.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAU,EAAE,EAAE,MAAM,OAAO,CAAC;AAO5D,OAAO,EAAoB,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC9F,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAOjE,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAKhE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IAE7B,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,qBAAqB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IAEF,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,OAAO,CAAC,CAAC;IAEjE,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACvC,
|
|
1
|
+
{"version":3,"file":"AppHeaderV3.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/AppHeader/V3/AppHeaderV3.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAU,EAAE,EAAE,MAAM,OAAO,CAAC;AAO5D,OAAO,EAAoB,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC9F,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAOjE,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAKhE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC;IAE7B,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,qBAAqB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IAEF,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,OAAO,CAAC,CAAC;IAEjE,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;IAErC;;;OAGG;IACH,oBAAoB,CAAC,EAAE;QACrB,qBAAqB,CAAC,EAAE,OAAO,CAAC;KACjC,CAAC;IAEF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8L5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppHeaderV3.figma.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/AppHeader/V3/AppHeaderV3.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"@babel/runtime/helpers/defineProperty";import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useRef as s}from"react";import i from"classnames";import{isEmpty as l}from"lodash";import{SEGMENTS as n}from"../../../constants/segment.js";import{getAppSegment as r}from"../../../utils/devcenter.js";import{PadModeSelect as d}from"../../PadModeSelect/PadModeSelect.js";import"../../PadModeSelect/PadModeSelect.constants.js";import{AppHeaderTestIds as a}from"../AppHeader.constants.js";import"../../AppCommonsProvider/AppCommonsProvider.js";import{useAppCommonsInternal as c}from"../../AppCommonsProvider/AppCommonsContext.js";import{AppHeaderFinderProps as p}from"../../utils.js";import{VersionSelect as m}from"./VersionSelect/VersionSelect.js";import{AssetChips as v}from"./AssetChips/AssetChips.js";import{AppTitle as f}from"./AppTitle/AppTitle.js";import"./AppTitle/AppTitle.constants.js";import{useResponsivity as u}from"./useResponsivity.js";import{Actions as C}from"./Actions/Actions.js";import"./Actions/Actions.constants.js";import h from"./AppHeaderV3.scss.js";function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,s)}return o}function j(e){for(var o=1;o<arguments.length;o++){var s=null!=arguments[o]?arguments[o]:{};o%2?y(Object(s),!0).forEach((function(o){t(e,o,s[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):y(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}var
|
|
1
|
+
import t from"@babel/runtime/helpers/defineProperty";import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useRef as s}from"react";import i from"classnames";import{isEmpty as l}from"lodash";import{SEGMENTS as n}from"../../../constants/segment.js";import{getAppSegment as r}from"../../../utils/devcenter.js";import{PadModeSelect as d}from"../../PadModeSelect/PadModeSelect.js";import"../../PadModeSelect/PadModeSelect.constants.js";import{AppHeaderTestIds as a}from"../AppHeader.constants.js";import"../../AppCommonsProvider/AppCommonsProvider.js";import{useAppCommonsInternal as c}from"../../AppCommonsProvider/AppCommonsContext.js";import{AppHeaderFinderProps as p}from"../../utils.js";import{VersionSelect as m}from"./VersionSelect/VersionSelect.js";import{AssetChips as v}from"./AssetChips/AssetChips.js";import{AppTitle as f}from"./AppTitle/AppTitle.js";import"./AppTitle/AppTitle.constants.js";import{useResponsivity as u}from"./useResponsivity.js";import{Actions as C}from"./Actions/Actions.js";import"./Actions/Actions.constants.js";import h from"./AppHeaderV3.scss.js";function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,s)}return o}function j(e){for(var o=1;o<arguments.length;o++){var s=null!=arguments[o]?arguments[o]:{};o%2?y(Object(s),!0).forEach((function(o){t(e,o,s[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):y(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}var A=function(t){var y,A,b,g,O,P,I,M,L,N,S,w,R,T=t.elementsClassNames,D=t.className,U=t.testId,k=t.logo,x=t.additionalControls,E=t.title,V=t.padModeDisabled,W=t.padModeWells,q=t.dqData,H=t.asset,B=t.lastUpdate,F=t.additionalActions,z=t.showComments,G=t.titleControls,J=t.disableSettings,K=t.showAssetChips,Q=t.disableAssetSelector,X=t.titleMenuActions,Y=t.titleControlsPosition,Z=void 0===Y?"right":Y,$=t.responsivenessConfig,_=s(null),tt=c(),et=tt.app,ot=tt.well,st=tt.wells,it=tt.fracFleet,lt=tt.isInsideNewMobileApp,nt=r(et),rt=W||st,dt=!(V||nt!==n.COMPLETION||ot||l(rt)||!it||lt),at=k?"ultranarrow":dt||x||G?"narrow":void 0,ct="left"===Z&&!!G,pt=s(null),mt=s(null),vt=s(null),ft=s(null),ut=s(null),Ct=s(null),ht=s(null),yt=u({disabled:lt,titleControlsLeft:ct,rootRef:_,versionRef:pt,additionalControlsRef:vt,titleControlsRef:ft,logoRef:Ct,padModeRef:mt,chipsRef:ut,actionsRef:ht});return e("div",j(j({className:i(h.root,D),"data-testid":U,ref:_,style:null===(y=yt.root)||void 0===y?void 0:y.style},p),{},{children:[o("div",{className:i(h.logoContainer,null==T?void 0:T.logoContainer),ref:Ct,children:k&&"string"==typeof k?o("img",{className:h.logo,src:k,alt:"Logo"}):k}),o(f,{title:E,asset:H,dqData:q,lastUpdate:B,className:i(h.title,ct&&h.titleWithControlsLeft,null==T?void 0:T.title),disableAssetSelector:Q,titleMenuActions:X,style:null===(A=yt.title)||void 0===A?void 0:A.style}),G&&o("div",{className:i(h.titleControls,ct&&h.titleControlsLeft,(null===(b=yt.titleControls)||void 0===b?void 0:b.lastInLine)&&h.lastInLine,null==T?void 0:T.titleControls),ref:ft,style:null===(g=yt.titleControls)||void 0===g?void 0:g.style,children:G}),!lt&&o("div",{className:h.version,ref:pt,children:o(m,{className:null==T?void 0:T.versionSelect})}),dt&&o("div",{className:i(h.padMode,(null===(O=yt.padMode)||void 0===O?void 0:O.lastInLine)&&h.lastInLine),ref:mt,style:null===(P=yt.padMode)||void 0===P?void 0:P.style,children:o(d,{testId:a.PadModeSelectTestId})}),x&&o("div",{className:i(h.additionalControls,(null===(I=yt.additionalControls)||void 0===I?void 0:I.lastInLine)&&h.lastInLine,null==T?void 0:T.additionalControls),ref:vt,style:null===(M=yt.additionalControls)||void 0===M?void 0:M.style,"data-testid":a.AdditionalControlsTestId,children:x}),K&&!lt&&o("div",{className:i(h.assetChips,(null===(L=yt.chips)||void 0===L?void 0:L.lastInLine)&&h.lastInLine,null==T?void 0:T.chips),ref:ut,style:null===(N=yt.chips)||void 0===N?void 0:N.style,children:o(v,{chipsWidth:at})}),o("div",{className:i(h.actions,(null===(S=yt.actions)||void 0===S?void 0:S.lastInLine)&&h.lastInLine,null==T?void 0:T.actions),ref:ht,style:null===(w=yt.actions)||void 0===w?void 0:w.style,"data-testid":a.ActionsRootTestId,children:o(C,{additionalActions:F,showComments:z,disableSettings:J,rootRef:_,hideSettingsUnderMore:null==$?void 0:$.hideSettingsUnderMore})}),null===(R=yt.linebreaks)||void 0===R?void 0:R.map((function(t,e){return o("div",{className:h.responsivenessLineBreak,style:t},e)}))]}))};export{A as AppHeaderV3};
|
|
2
2
|
//# sourceMappingURL=AppHeaderV3.js.map
|
|
@@ -9,7 +9,8 @@ export declare const App: () => JSX.Element;
|
|
|
9
9
|
export declare const InNewMobileApp: () => JSX.Element;
|
|
10
10
|
export declare const AppVersions: () => JSX.Element;
|
|
11
11
|
export declare const MaximizationControl: () => JSX.Element;
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const SettingsPinning: () => JSX.Element;
|
|
13
|
+
export declare const WithInitiallyPinnedSettings: () => JSX.Element;
|
|
13
14
|
export declare const WithLogo: () => JSX.Element;
|
|
14
15
|
export declare const Completions: () => JSX.Element;
|
|
15
16
|
export declare const WithDataQuality: () => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppHeaderV3.stories.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/AppHeader/V3/AppHeaderV3.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAY,cAAc,EAAoC,MAAM,OAAO,CAAC;AAanF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAazC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAyL9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AA4CF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,gBAInC,CAAC;AAEF,eAAO,MAAM,GAAG,mBAsBf,CAAC;AAUF,eAAO,MAAM,cAAc,mBAuB1B,CAAC;AAMF,eAAO,MAAM,WAAW,mBA8CvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,mBAQ/B,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"AppHeaderV3.stories.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/AppHeader/V3/AppHeaderV3.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAY,cAAc,EAAoC,MAAM,OAAO,CAAC;AAanF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAazC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAyL9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AA4CF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,gBAInC,CAAC;AAEF,eAAO,MAAM,GAAG,mBAsBf,CAAC;AAUF,eAAO,MAAM,cAAc,mBAuB1B,CAAC;AAMF,eAAO,MAAM,WAAW,mBA8CvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,mBAQ/B,CAAC;AAEF,eAAO,MAAM,eAAe,mBAsB3B,CAAC;AAOF,eAAO,MAAM,2BAA2B,mBAsCvC,CAAC;AAQF,eAAO,MAAM,QAAQ,mBAIpB,CAAC;AAEF,eAAO,MAAM,WAAW,mBAgGvB,CAAC;AAEF,eAAO,MAAM,eAAe,mBA0C3B,CAAC;AAEF,eAAO,MAAM,iCAAiC,mBA2B7C,CAAC;AAOF,eAAO,MAAM,gCAAgC,mBAqC5C,CAAC;AAeF,eAAO,MAAM,qBAAqB,mBAQjC,CAAC;AAMF,eAAO,MAAM,0BAA0B,mBAoCtC,CAAC;AAMF,eAAO,MAAM,cAAc,mBA0H1B,CAAC;AAqBF,eAAO,MAAM,yCAAyC,mBAwBrD,CAAC"}
|
|
@@ -2,7 +2,6 @@ import { CSSProperties } from 'react';
|
|
|
2
2
|
export type AppSettingsProps = {
|
|
3
3
|
onClose?: () => void;
|
|
4
4
|
rootStyles?: CSSProperties;
|
|
5
|
-
disableSettingsPin?: boolean;
|
|
6
5
|
};
|
|
7
6
|
export declare const AppSettings: import("react").ForwardRefExoticComponent<AppSettingsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
7
|
//# sourceMappingURL=AppSettings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSettings.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/AppSettings/AppSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA2C,MAAM,OAAO,CAAC;AAiB/E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"AppSettings.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/AppSettings/AppSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA2C,MAAM,OAAO,CAAC;AAiB/E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,WAAW,6GAuGvB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"@babel/runtime/helpers/slicedToArray";import{jsxs as s,jsx as n}from"react/jsx-runtime";import{forwardRef as i,useState as c,useRef as t,useEffect as r}from"react";import{debounce as e}from"lodash";import m from"classnames";import{Text as p}from"../Text/Text.js";import{Tooltip as l}from"../Tooltip/Tooltip.js";import{ButtonIcon as u}from"../ButtonIcon/ButtonIcon.js";import a from"../../components/ErrorBoundary/ErrorBoundary.js";import d from"../../components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import{useAppCommonsInternal as j}from"../AppCommonsProvider/AppCommonsContext.js";import{useAppSettingPinning as I}from"./AppSettingsPinningContext.js";import h from"./AppSettings.scss.js";import{CloseSmallIcon as C}from"../../icons/iconParkIcons.js";import"../../icons/customIcons/icons/AddMessage.js";import"../../icons/customIcons/icons/Attention.js";import"../../icons/customIcons/icons/Collapse.js";import"../../icons/customIcons/icons/Dashboard.js";import"../../icons/customIcons/icons/Expand.js";import"../../icons/customIcons/icons/FolderClosed.js";import"../../icons/customIcons/icons/FolderClosedFilled.js";import"../../icons/customIcons/icons/FolderOpened.js";import"../../icons/customIcons/icons/GreaterOrEqual.js";import"../../icons/customIcons/icons/LessOrEqual.js";import"../../icons/customIcons/icons/Search.js";import"../../icons/customIcons/icons/SearchOne.js";import"../../icons/customIcons/icons/Wellhub.js";import"../../icons/customIcons/icons/MultiRuler.js";import"../../icons/customIcons/icons/Checkbox.js";import"../../icons/customIcons/icons/CheckboxChecked.js";import"../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../icons/customIcons/icons/Radio.js";import"../../icons/customIcons/icons/RadioChecked.js";import"../../icons/customIcons/icons/SimulFrac.js";import"../../icons/customIcons/icons/ZipperFrac.js";import"../../icons/customIcons/icons/CautionFilled.js";import"../../icons/customIcons/icons/MoreApp.js";import"../../icons/customIcons/icons/Pad.js";import"../../icons/customIcons/icons/DrilloutUnit.js";import"../../icons/customIcons/icons/FracFleet.js";import"../../icons/customIcons/icons/Global.js";import"../../icons/customIcons/icons/Program.js";import"../../icons/customIcons/icons/Rig.js";import"../../icons/customIcons/icons/Well.js";import"../../icons/customIcons/icons/Gap.js";import{Pin as g}from"../../icons/customIcons/icons/Pin.js";import"../../icons/customIcons/icons/CloseOneFilled.js";import"../../icons/customIcons/icons/AttentionFilled.js";import"../../icons/customIcons/icons/CheckOneFilled.js";import"../../icons/customIcons/icons/Archive.js";import"../../icons/customIcons/icons/ArchiveCancel.js";import"../../icons/customIcons/icons/Unarchive.js";import"../../icons/customIcons/icons/Archived.js";import"../../icons/customIcons/icons/InterventionUnit.js";import"../../icons/customIcons/icons/CloudDelete.js";import"../../icons/customIcons/icons/Lasso.js";import"../../icons/customIcons/icons/Radius.js";import{AppSettingsTestIds as f}from"./AppSettings.constants.js";var v=i((function(i,v){var
|
|
1
|
+
import o from"@babel/runtime/helpers/slicedToArray";import{jsxs as s,jsx as n}from"react/jsx-runtime";import{forwardRef as i,useState as c,useRef as t,useEffect as r}from"react";import{debounce as e}from"lodash";import m from"classnames";import{Text as p}from"../Text/Text.js";import{Tooltip as l}from"../Tooltip/Tooltip.js";import{ButtonIcon as u}from"../ButtonIcon/ButtonIcon.js";import a from"../../components/ErrorBoundary/ErrorBoundary.js";import d from"../../components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import{useAppCommonsInternal as j}from"../AppCommonsProvider/AppCommonsContext.js";import{useAppSettingPinning as I}from"./AppSettingsPinningContext.js";import h from"./AppSettings.scss.js";import{CloseSmallIcon as C}from"../../icons/iconParkIcons.js";import"../../icons/customIcons/icons/AddMessage.js";import"../../icons/customIcons/icons/Attention.js";import"../../icons/customIcons/icons/Collapse.js";import"../../icons/customIcons/icons/Dashboard.js";import"../../icons/customIcons/icons/Expand.js";import"../../icons/customIcons/icons/FolderClosed.js";import"../../icons/customIcons/icons/FolderClosedFilled.js";import"../../icons/customIcons/icons/FolderOpened.js";import"../../icons/customIcons/icons/GreaterOrEqual.js";import"../../icons/customIcons/icons/LessOrEqual.js";import"../../icons/customIcons/icons/Search.js";import"../../icons/customIcons/icons/SearchOne.js";import"../../icons/customIcons/icons/Wellhub.js";import"../../icons/customIcons/icons/MultiRuler.js";import"../../icons/customIcons/icons/Checkbox.js";import"../../icons/customIcons/icons/CheckboxChecked.js";import"../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../icons/customIcons/icons/Radio.js";import"../../icons/customIcons/icons/RadioChecked.js";import"../../icons/customIcons/icons/SimulFrac.js";import"../../icons/customIcons/icons/ZipperFrac.js";import"../../icons/customIcons/icons/CautionFilled.js";import"../../icons/customIcons/icons/MoreApp.js";import"../../icons/customIcons/icons/Pad.js";import"../../icons/customIcons/icons/DrilloutUnit.js";import"../../icons/customIcons/icons/FracFleet.js";import"../../icons/customIcons/icons/Global.js";import"../../icons/customIcons/icons/Program.js";import"../../icons/customIcons/icons/Rig.js";import"../../icons/customIcons/icons/Well.js";import"../../icons/customIcons/icons/Gap.js";import{Pin as g}from"../../icons/customIcons/icons/Pin.js";import"../../icons/customIcons/icons/CloseOneFilled.js";import"../../icons/customIcons/icons/AttentionFilled.js";import"../../icons/customIcons/icons/CheckOneFilled.js";import"../../icons/customIcons/icons/Archive.js";import"../../icons/customIcons/icons/ArchiveCancel.js";import"../../icons/customIcons/icons/Unarchive.js";import"../../icons/customIcons/icons/Archived.js";import"../../icons/customIcons/icons/InterventionUnit.js";import"../../icons/customIcons/icons/CloudDelete.js";import"../../icons/customIcons/icons/Lasso.js";import"../../icons/customIcons/icons/Radius.js";import{AppSettingsTestIds as f}from"./AppSettings.constants.js";var v=i((function(i,v){var A=i.rootStyles,S=i.onClose,F=j(),P=F.appSettings,b=F.currentUser,E=F.onSettingChange,k=F.onSettingsChange,x=F.layoutEnvironment,B=F.app,y=F.appData,T=F.appSettingsComponent,D=c(!1),O=o(D,2),U=O[0],w=O[1],N=t(null),R=I(),z=R.isPinned,q=R.onPinClick,G=R.showPinButton;return r((function(){if(N.current){var o=e((function(){requestAnimationFrame((function(){var o=N.current||{},s=o.clientHeight,n=void 0===s?0:s,i=o.scrollHeight;w(n<(void 0===i?0:i))}))}),200,{leading:!0}),s=new ResizeObserver(o);return N.current&&s.observe(N.current),function(){s.disconnect(),o.cancel()}}}),[]),T?s("div",{className:h.root,style:A,ref:v,children:[s("div",{className:h.header,children:[n(p,{size:16,weight:"medium",className:h.title,children:"Settings"}),G&&n(l,{title:z?"Unpin":"Pin",children:n(u,{size:"small",className:z?h.pinnedPinButton:void 0,onClick:q,testId:z?f.UnpinButtonTestId:f.PinButtonTestId,children:n(g,{})})}),n(l,{title:"Close Settings",children:n(u,{testId:f.CloseSettingsButtonTestId,size:"small",onClick:S,children:n(C,{})})})]}),n("div",{className:m(h.content,U&&h.scrollable),children:n("div",{className:h.contentInner,ref:N,children:n(a,{ErrorView:d,children:n(T,{app:B,appData:y,settings:P,onSettingChange:E,onSettingsChange:k,layoutEnvironment:x,currentUser:b})})})})]}):null}));export{v as AppSettings};
|
|
2
2
|
//# sourceMappingURL=AppSettings.js.map
|
|
@@ -10,8 +10,10 @@ type AppSettingsPinningContextType = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const AppSettingsPinnedKey = "CorvaUI.internal.SettingsPinned";
|
|
12
12
|
export declare const useAppSettingPinning: () => AppSettingsPinningContextType;
|
|
13
|
-
export declare const AppSettingsPinningProvider: ({ children }: {
|
|
13
|
+
export declare const AppSettingsPinningProvider: ({ children, initiallyPinned, pinningEnabled, }: {
|
|
14
14
|
children: ReactNode;
|
|
15
|
+
initiallyPinned?: boolean;
|
|
16
|
+
pinningEnabled?: boolean;
|
|
15
17
|
}) => JSX.Element;
|
|
16
18
|
export {};
|
|
17
19
|
//# sourceMappingURL=AppSettingsPinningContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSettingsPinningContext.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/AppSettings/AppSettingsPinningContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAA8C,MAAM,OAAO,CAAC;AAI7F,KAAK,6BAA6B,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,CAAC,gBAAgB,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oCAAoC,CAAC;AAYtE,eAAO,MAAM,oBAAoB,qCAA8C,CAAC;AAEhF,eAAO,MAAM,0BAA0B,GAAI,
|
|
1
|
+
{"version":3,"file":"AppSettingsPinningContext.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/AppSettings/AppSettingsPinningContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAA8C,MAAM,OAAO,CAAC;AAI7F,KAAK,6BAA6B,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,CAAC,gBAAgB,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oCAAoC,CAAC;AAYtE,eAAO,MAAM,oBAAoB,qCAA8C,CAAC;AAEhF,eAAO,MAAM,0BAA0B,GAAI,gDAIxC;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,gBAyEA,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import n from"@babel/runtime/helpers/slicedToArray";import{jsx as
|
|
1
|
+
import n from"@babel/runtime/helpers/slicedToArray";import{jsx as i}from"react/jsx-runtime";import{createContext as o,useContext as e,useState as t,useCallback as r,useMemo as p}from"react";import{useAppCommonsInternal as a}from"../AppCommonsProvider/AppCommonsContext.js";var l="CorvaUI.internal.SettingsPinned",s=o({isPinned:!1,isPopoverOpen:!1,open:function(){},close:function(){},onPinClick:function(){},animatePopover:!0,showPinButton:!0}),c=function(){return e(s)},u=function(o){var e=o.children,c=o.initiallyPinned,u=void 0!==c&&c,m=o.pinningEnabled,P=void 0!==m&&m,d=a(),f=d.appSettings,v=d.onSettingChange,C=d.appSettingsComponent,g=d.isInsideNewMobileApp,h=u&&f&&!(l in f)||!(null==f||!f[l]),b=t(!1),A=n(b,2),S=A[0],w=A[1],x=t(!1),y=n(x,2),j=y[0],k=y[1],B=t(h&&!!C),I=n(B,2),O=I[0],E=I[1],M=O&&!g,N=r((function(){k(!1),w(M),E(!M),v(l,!M)}),[v,M]),T=r((function(){M||(k(!0),w(!0))}),[M]),U=r((function(n){k(!0),E(!1),n&&v(l,!1),w(!1)}),[v]),q=!g&&P,z=p((function(){return{isPinned:M,isPopoverOpen:S,open:T,close:U,onPinClick:N,animatePopover:j,showPinButton:q,initiallyPinned:u}}),[M,S,T,U,N,j,q,u]);return i(s.Provider,{value:z,children:e})};export{l as AppSettingsPinnedKey,u as AppSettingsPinningProvider,c as useAppSettingPinning};
|
|
2
2
|
//# sourceMappingURL=AppSettingsPinningContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Autocomplete/Autocomplete.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAiC,MAAM,OAAO,CAAC;AAQtE,OAAO,EAAE,YAAY,EAA6B,MAAM,gBAAgB,CAAC;AAYzE,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAsCF,eAAe,IAAI,CAAC;AAiBpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Autocomplete.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Autocomplete/Autocomplete.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAiC,MAAM,OAAO,CAAC;AAQtE,OAAO,EAAE,YAAY,EAA6B,MAAM,gBAAgB,CAAC;AAYzE,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAsCF,eAAe,IAAI,CAAC;AAiBpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,gBAuBnC,CAAC;AAGF,eAAO,MAAM,KAAK,mBA4BjB,CAAC;AAOF,eAAO,MAAM,WAAW,mBAyBvB,CAAC;AAQF,eAAO,MAAM,MAAM,mBAQlB,CAAC;AAKF,eAAO,MAAM,kBAAkB,mBA0C9B,CAAC;AAOF,eAAO,MAAM,QAAQ,mBA4BpB,CAAC;AAQF,eAAO,MAAM,gCAAgC,mBA6C5C,CAAC;AAOF,eAAO,MAAM,KAAK,mBAWjB,CAAC;AAMF,eAAO,MAAM,OAAO,mBAsBnB,CAAC;AAOF,eAAO,MAAM,OAAO,mBAmDnB,CAAC;AAQF,eAAO,MAAM,YAAY,mBAgBxB,CAAC;AAMF,eAAO,MAAM,kBAAkB,mBAgB9B,CAAC;AAOF,eAAO,MAAM,kBAAkB,mBAuB9B,CAAC;AAQF,eAAO,MAAM,QAAQ,mBAYpB,CAAC;AAMF,eAAO,MAAM,MAAM,mBAUlB,CAAC;AAKF,eAAO,MAAM,uBAAuB,mBAyBnC,CAAC;AAMF,eAAO,MAAM,KAAK,mBAWjB,CAAC;AAMF,eAAO,MAAM,aAAa,mBAmCzB,CAAC;AAOF,eAAO,MAAM,UAAU,mBAsCtB,CAAC;AAOF,eAAO,MAAM,gBAAgB,mBAU5B,CAAC;AAOF,eAAO,MAAM,UAAU,mBAmCtB,CAAC;AAMF,eAAO,MAAM,iBAAiB,mBAO7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AAIjE,OAAO,EAAiB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAa,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAI5D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,6BAA6B,EAAE,MAAM,CAAC,GAC9E,kBAAkB,GAClB,cAAc,GAAG;IAGf,UAAU,EAAE,GAAG,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEJ,eAAO,MAAM,iBAAiB,GAAI,gFAS/B,sBAAsB,
|
|
1
|
+
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AAIjE,OAAO,EAAiB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAa,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAI5D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,6BAA6B,EAAE,MAAM,CAAC,GAC9E,kBAAkB,GAClB,cAAc,GAAG;IAGf,UAAU,EAAE,GAAG,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEJ,eAAO,MAAM,iBAAiB,GAAI,gFAS/B,sBAAsB,gBA6GxB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/objectWithoutProperties";import{jsx as n}from"react/jsx-runtime";import{useCallback as
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import t from"@babel/runtime/helpers/slicedToArray";import r from"@babel/runtime/helpers/objectWithoutProperties";import{jsx as n}from"react/jsx-runtime";import{useState as o,useCallback as i,useMemo as u}from"react";import l from"classnames";import{TextInputNext as s}from"../../TextInputNext/TextInputNext.js";import{TextInput as p}from"../../TextInput/TextInput.js";import a from"../Autocomplete.scss.js";var f=["inputProps","disabled","InputProps","prefix","loading","status","isNext"];function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function m(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?c(Object(n),!0).forEach((function(r){e(t,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var d=function(e){var c=e.inputProps,d=e.disabled,b=e.InputProps,x=e.prefix,O=e.loading,y=e.status,j=e.isNext,v=r(e,f),P=v.label,g=v.size,h=v.labelPlacement,C=v.elementsClassNames,w=v.readOnly,I=v.placeholder,N=c.onChange,A=c.onBlur,D=c.onFocus,T=c.onMouseDown,B=c.ref,E=c.value,F=o(""),R=t(F,2),S=R[0],z=R[1],k=i((function(e,t,r){z(e),null==N||N(r,e)}),[N]),M=i((function(e,t){null==N||N(t,e)}),[N]),W=i((function(e){if(D(e),T(e),w){var t=e.target;t.selectionStart=t.selectionEnd}}),[D,T,w]),q=x||b.startAdornment,G=u((function(){return m(m({},C),{},{input:l(a.input,null==C?void 0:C.input,w&&a.readOnlyInput),prefix:l(a.prefix,null==C?void 0:C.prefix),suffix:l(a.suffix,null==C?void 0:C.suffix),inputContainer:l(a.inputContainer,null==C?void 0:C.inputContainer)})}),[C,w]),H=i((function(){z(""),A.apply(void 0,arguments)}),[A]),J=S||E;return j?n(s,{disabled:d,prefix:q,suffix:b.endAdornment,onBlur:H,onChange:k,onFocus:W,inputRef:B,value:J,inputContainerRef:b.ref,status:O?"loading":y,label:P,size:g,labelPlacement:h,elementsClassNames:G,readOnly:w,placeholder:I}):n(p,m({disabled:d,prefix:q,suffix:b.endAdornment,onBlur:H,onChange:M,onFocus:W,inputRef:B,value:J,ref:b.ref,status:O?"loading":y},v))};export{d as AutocompleteInput};
|
|
2
2
|
//# sourceMappingURL=AutocompleteInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteNext.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Autocomplete/AutocompleteNext.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAiC,MAAM,OAAO,CAAC;AAOtE,OAAO,EAA6B,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAY7E,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAErD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAwCF,eAAe,IAAI,CAAC;AAiBpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"AutocompleteNext.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Autocomplete/AutocompleteNext.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAiC,MAAM,OAAO,CAAC;AAOtE,OAAO,EAA6B,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAY7E,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAErD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAwCF,eAAe,IAAI,CAAC;AAiBpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,gBAuBnC,CAAC;AAGF,eAAO,MAAM,KAAK,mBAmBjB,CAAC;AASF,eAAO,MAAM,cAAc,mBAmB1B,CAAC;AASF,eAAO,MAAM,WAAW,mBAyBvB,CAAC;AAQF,eAAO,MAAM,MAAM,mBAQlB,CAAC;AAKF,eAAO,MAAM,kBAAkB,mBA0C9B,CAAC;AAOF,eAAO,MAAM,QAAQ,mBA0BpB,CAAC;AAOF,eAAO,MAAM,gCAAgC,mBAkE5C,CAAC;AASF,eAAO,MAAM,KAAK,mBAWjB,CAAC;AAMF,eAAO,MAAM,OAAO,mBAsBnB,CAAC;AAOF,eAAO,MAAM,YAAY,mBAgBxB,CAAC;AAMF,eAAO,MAAM,kBAAkB,mBAgB9B,CAAC;AAOF,eAAO,MAAM,kBAAkB,mBAuB9B,CAAC;AAQF,eAAO,MAAM,QAAQ,mBAYpB,CAAC;AAMF,eAAO,MAAM,MAAM,mBAUlB,CAAC;AAKF,eAAO,MAAM,uBAAuB,mBAyBnC,CAAC;AAMF,eAAO,MAAM,KAAK,mBAWjB,CAAC;AAMF,eAAO,MAAM,aAAa,mBAgDzB,CAAC;AAOF,eAAO,MAAM,UAAU,mBAsCtB,CAAC;AAOF,eAAO,MAAM,gBAAgB,mBAU5B,CAAC;AAOF,eAAO,MAAM,UAAU,mBAmCtB,CAAC;AAMF,eAAO,MAAM,iBAAiB,mBAO7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Avatar/Avatar.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Breadcrumbs/Breadcrumbs.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Button/Button.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Button/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAoB,MAAM,OAAO,CAAC;AAKzD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Button/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAoB,MAAM,OAAO,CAAC;AAKzD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAE3C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAoBF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,gBAA0B,CAAC;AAE/D,eAAO,MAAM,IAAI,mBAShB,CAAC;AAYF,eAAO,MAAM,KAAK,mBAYjB,CAAC;AASF,eAAO,MAAM,gBAAgB,mBA2B5B,CAAC;AAOF,eAAO,MAAM,kBAAkB,mBAW9B,CAAC;AAMF,eAAO,MAAM,eAAe,mBAmB3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonIcon.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/ButtonIcon/ButtonIcon.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonLive.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/ButtonLive/ButtonLive.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonText.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/ButtonText/ButtonText.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Checkbox/Checkbox.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Chip/Chip.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPicker.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/ColorPicker/ColorPicker.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Counter.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Counter/Counter.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePicker.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/DatePicker/DatePicker.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilesLoader.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/FilesLoader/FilesLoader.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hint.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Hint/Hint.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Label/Label.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoaderLinear.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/LoaderLinear/LoaderLinear.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Menu/Menu.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuItem.figma.d.ts","sourceRoot":"","sources":["../../../../src/componentsV2/Menu/MenuItem/MenuItem.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Modal/Modal.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OffsetWellsButton.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/OffsetWellsButton/OffsetWellsButton.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Radio/Radio.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Select/Select.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Skeleton/Skeleton.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Slider/Slider.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Stepper/Stepper.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Switch/Switch.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Tabs/Tabs.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Tag/Tag.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplatesControl.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/TemplatesControl/TemplatesControl.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInput.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/TextInput/TextInput.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInputNext.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/TextInputNext/TextInputNext.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleButtons.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/ToggleButtons/ToggleButtons.figma.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAOtE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAMxC,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAE/C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,QAAQ,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IAEnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,iKAcrB,YAAY,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAOtE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAMxC,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAE/C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,QAAQ,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IAEnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,iKAcrB,YAAY,gBAqEd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.figma.d.ts","sourceRoot":"","sources":["../../../src/componentsV2/Tooltip/Tooltip.figma.tsx"],"names":[],"mappings":""}
|