@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
package/mcp-server/server.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import { randomUUID } from 'crypto';
|
|
|
11
11
|
import { Resource } from '@opentelemetry/resources';
|
|
12
12
|
import { ATTR_SERVICE_NAME, ATTR_SERVICE_VERSION } from '@opentelemetry/semantic-conventions';
|
|
13
13
|
import { readFile } from 'fs/promises';
|
|
14
|
-
import { join, dirname } from 'path';
|
|
14
|
+
import { join as join$1, dirname } from 'path';
|
|
15
15
|
import { fileURLToPath } from 'url';
|
|
16
16
|
import { z } from 'zod';
|
|
17
17
|
|
|
@@ -225,9 +225,9 @@ const validateDsn = (dsn) => {
|
|
|
225
225
|
return url.href;
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
const MCP_SERVER_VERSION = '1.
|
|
228
|
+
const MCP_SERVER_VERSION = '1.1.0';
|
|
229
229
|
|
|
230
|
-
var version = "3.54.0-
|
|
230
|
+
var version = "3.54.0-21";
|
|
231
231
|
|
|
232
232
|
const CORVA_UI_VERSION = version;
|
|
233
233
|
|
|
@@ -445,7 +445,7 @@ const createTracerTelemetryClient = (tracer, sessionId, metrics, providerShutdow
|
|
|
445
445
|
};
|
|
446
446
|
};
|
|
447
447
|
|
|
448
|
-
const getLocalConfigPath = () => join(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
|
|
448
|
+
const getLocalConfigPath = () => join$1(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
|
|
449
449
|
|
|
450
450
|
const validateLocalConfig = (data) => {
|
|
451
451
|
if (!data || typeof data !== 'object') {
|
|
@@ -881,6 +881,18 @@ var componentsV2Data = [
|
|
|
881
881
|
required: false,
|
|
882
882
|
description: "An escape hatch to tweak styling of internal elements"
|
|
883
883
|
},
|
|
884
|
+
{
|
|
885
|
+
name: "settingsInitiallyPinned",
|
|
886
|
+
type: "boolean",
|
|
887
|
+
required: false,
|
|
888
|
+
description: ""
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
name: "settingsPinningEnabled",
|
|
892
|
+
type: "boolean",
|
|
893
|
+
required: false,
|
|
894
|
+
description: ""
|
|
895
|
+
},
|
|
884
896
|
{
|
|
885
897
|
name: "className",
|
|
886
898
|
type: "string",
|
|
@@ -992,7 +1004,7 @@ var componentsV2Data = [
|
|
|
992
1004
|
modulePath: "componentsV2/AppFooter",
|
|
993
1005
|
importPath: "@corva/ui/componentsV2",
|
|
994
1006
|
category: "v2",
|
|
995
|
-
description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407
|
|
1007
|
+
description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407)",
|
|
996
1008
|
isExperimental: true,
|
|
997
1009
|
isDeprecated: false,
|
|
998
1010
|
props: [
|
|
@@ -1082,7 +1094,7 @@ var componentsV2Data = [
|
|
|
1082
1094
|
"dataquality",
|
|
1083
1095
|
"popover",
|
|
1084
1096
|
"described",
|
|
1085
|
-
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407
|
|
1097
|
+
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
|
|
1086
1098
|
]
|
|
1087
1099
|
},
|
|
1088
1100
|
{
|
|
@@ -1212,12 +1224,6 @@ var componentsV2Data = [
|
|
|
1212
1224
|
required: false,
|
|
1213
1225
|
description: "**(V3 only)** Disables settings button"
|
|
1214
1226
|
},
|
|
1215
|
-
{
|
|
1216
|
-
name: "disableSettingsPin",
|
|
1217
|
-
type: "boolean",
|
|
1218
|
-
required: false,
|
|
1219
|
-
description: "**(V3 only)** Disables Settings pinning (you still can unpin)"
|
|
1220
|
-
},
|
|
1221
1227
|
{
|
|
1222
1228
|
name: "showAssetChips",
|
|
1223
1229
|
type: "boolean",
|
|
@@ -1333,12 +1339,6 @@ var componentsV2Data = [
|
|
|
1333
1339
|
type: "CSSProperties",
|
|
1334
1340
|
required: false,
|
|
1335
1341
|
description: ""
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
name: "disableSettingsPin",
|
|
1339
|
-
type: "boolean",
|
|
1340
|
-
required: false,
|
|
1341
|
-
description: ""
|
|
1342
1342
|
}
|
|
1343
1343
|
],
|
|
1344
1344
|
examples: [
|
|
@@ -1419,7 +1419,7 @@ var componentsV2Data = [
|
|
|
1419
1419
|
{
|
|
1420
1420
|
name: "Default",
|
|
1421
1421
|
description: "",
|
|
1422
|
-
code: "{\n const [value, setValue] = useState<number[]>([]);\n\n return (\n <Autocomplete\n {...props}\n options={options}\n value={value}\n onChange={(newValue, reason, event) => {\n props.onChange?.(newValue as never, reason, event);\n // These type castings is generally not needed, Autocomplete will determine its type based on `multiple` prop\n // Which generally should be statically analyzable\n if (newValue instanceof Array) {\n setValue((newValue as Option[]).map(({ id }) => id));\n } else if (newValue) {\n setValue([(newValue as Option)?.id]);\n }\n }}\n filterOptions={undefined}\n />\n );\n}"
|
|
1422
|
+
code: "{\n const [value, setValue] = useState<number[]>([]);\n\n return (\n <Autocomplete\n {...props}\n options={options}\n value={value}\n onChange={(newValue, reason, event) => {\n props.onChange?.(newValue as never, reason, event);\n // These type castings is generally not needed, Autocomplete will determine its type based on `multiple` prop\n // Which generally should be statically analyzable\n if (newValue instanceof Array) {\n setValue((newValue as Option[]).map(({ id }) => id));\n } else if (newValue) {\n setValue([(newValue as Option)?.id]);\n } else {\n setValue([]);\n }\n }}\n filterOptions={undefined}\n />\n );\n}"
|
|
1423
1423
|
},
|
|
1424
1424
|
{
|
|
1425
1425
|
name: "Types",
|
|
@@ -1528,7 +1528,7 @@ var componentsV2Data = [
|
|
|
1528
1528
|
}
|
|
1529
1529
|
],
|
|
1530
1530
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Autocomplete/Autocomplete.tsx",
|
|
1531
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30021-
|
|
1531
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30021-123203",
|
|
1532
1532
|
keywords: [
|
|
1533
1533
|
"autocomplete",
|
|
1534
1534
|
"search",
|
|
@@ -1780,7 +1780,9 @@ var componentsV2Data = [
|
|
|
1780
1780
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=98744-14653",
|
|
1781
1781
|
keywords: [
|
|
1782
1782
|
"badgecomment",
|
|
1783
|
-
"comment"
|
|
1783
|
+
"comment",
|
|
1784
|
+
"annotation",
|
|
1785
|
+
"note"
|
|
1784
1786
|
]
|
|
1785
1787
|
},
|
|
1786
1788
|
{
|
|
@@ -1868,9 +1870,13 @@ var componentsV2Data = [
|
|
|
1868
1870
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
|
|
1869
1871
|
keywords: [
|
|
1870
1872
|
"badgecounter",
|
|
1873
|
+
"counter",
|
|
1874
|
+
"count",
|
|
1875
|
+
"number",
|
|
1876
|
+
"indicator",
|
|
1877
|
+
"badge",
|
|
1871
1878
|
"statusbadge",
|
|
1872
1879
|
"status",
|
|
1873
|
-
"badge",
|
|
1874
1880
|
"status badge",
|
|
1875
1881
|
"component",
|
|
1876
1882
|
"displaying",
|
|
@@ -1945,8 +1951,11 @@ var componentsV2Data = [
|
|
|
1945
1951
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
|
|
1946
1952
|
keywords: [
|
|
1947
1953
|
"badgedot",
|
|
1948
|
-
"
|
|
1954
|
+
"dot",
|
|
1949
1955
|
"status",
|
|
1956
|
+
"notification",
|
|
1957
|
+
"indicator",
|
|
1958
|
+
"statusbadge",
|
|
1950
1959
|
"badge",
|
|
1951
1960
|
"status badge",
|
|
1952
1961
|
"component",
|
|
@@ -2011,7 +2020,11 @@ var componentsV2Data = [
|
|
|
2011
2020
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Breadcrumbs/Breadcrumbs.tsx",
|
|
2012
2021
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30300-122821",
|
|
2013
2022
|
keywords: [
|
|
2014
|
-
"breadcrumbs"
|
|
2023
|
+
"breadcrumbs",
|
|
2024
|
+
"navigation",
|
|
2025
|
+
"path",
|
|
2026
|
+
"trail",
|
|
2027
|
+
"breadcrumb"
|
|
2015
2028
|
]
|
|
2016
2029
|
},
|
|
2017
2030
|
{
|
|
@@ -2143,7 +2156,7 @@ var componentsV2Data = [
|
|
|
2143
2156
|
}
|
|
2144
2157
|
],
|
|
2145
2158
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Button/Button.tsx",
|
|
2146
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59490&node-type=frame
|
|
2159
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59490&node-type=frame",
|
|
2147
2160
|
keywords: [
|
|
2148
2161
|
"button",
|
|
2149
2162
|
"action",
|
|
@@ -2262,7 +2275,7 @@ var componentsV2Data = [
|
|
|
2262
2275
|
}
|
|
2263
2276
|
],
|
|
2264
2277
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonIcon/ButtonIcon.tsx",
|
|
2265
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=
|
|
2278
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=11980-17002",
|
|
2266
2279
|
keywords: [
|
|
2267
2280
|
"buttonicon",
|
|
2268
2281
|
"iconbutton",
|
|
@@ -2359,7 +2372,7 @@ var componentsV2Data = [
|
|
|
2359
2372
|
}
|
|
2360
2373
|
],
|
|
2361
2374
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonLive/ButtonLive.tsx",
|
|
2362
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=
|
|
2375
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=37968-137488",
|
|
2363
2376
|
keywords: [
|
|
2364
2377
|
"buttonlive"
|
|
2365
2378
|
]
|
|
@@ -2461,7 +2474,7 @@ var componentsV2Data = [
|
|
|
2461
2474
|
}
|
|
2462
2475
|
],
|
|
2463
2476
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonText/ButtonText.tsx",
|
|
2464
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=36517-144850
|
|
2477
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=36517-144850",
|
|
2465
2478
|
keywords: [
|
|
2466
2479
|
"buttontext"
|
|
2467
2480
|
]
|
|
@@ -2741,7 +2754,7 @@ var componentsV2Data = [
|
|
|
2741
2754
|
}
|
|
2742
2755
|
],
|
|
2743
2756
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Chip/Chip.tsx",
|
|
2744
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131635-139275
|
|
2757
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131635-139275",
|
|
2745
2758
|
keywords: [
|
|
2746
2759
|
"chip",
|
|
2747
2760
|
"tag",
|
|
@@ -2926,7 +2939,7 @@ var componentsV2Data = [
|
|
|
2926
2939
|
}
|
|
2927
2940
|
],
|
|
2928
2941
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ChipIndicator/ChipIndicator.tsx",
|
|
2929
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131054-63682
|
|
2942
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131054-63682",
|
|
2930
2943
|
keywords: [
|
|
2931
2944
|
"chipindicator"
|
|
2932
2945
|
]
|
|
@@ -3062,9 +3075,13 @@ var componentsV2Data = [
|
|
|
3062
3075
|
}
|
|
3063
3076
|
],
|
|
3064
3077
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ColorPicker/ColorPicker.tsx",
|
|
3065
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=157241-27474
|
|
3078
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=157241-27474",
|
|
3066
3079
|
keywords: [
|
|
3067
|
-
"colorpicker"
|
|
3080
|
+
"colorpicker",
|
|
3081
|
+
"color",
|
|
3082
|
+
"palette",
|
|
3083
|
+
"pick",
|
|
3084
|
+
"swatch"
|
|
3068
3085
|
]
|
|
3069
3086
|
},
|
|
3070
3087
|
{
|
|
@@ -3190,7 +3207,10 @@ var componentsV2Data = [
|
|
|
3190
3207
|
],
|
|
3191
3208
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/CopyToClipboard/CopyToClipboard.tsx",
|
|
3192
3209
|
keywords: [
|
|
3193
|
-
"copytoclipboard"
|
|
3210
|
+
"copytoclipboard",
|
|
3211
|
+
"copy",
|
|
3212
|
+
"clipboard",
|
|
3213
|
+
"duplicate"
|
|
3194
3214
|
]
|
|
3195
3215
|
},
|
|
3196
3216
|
{
|
|
@@ -3296,7 +3316,11 @@ var componentsV2Data = [
|
|
|
3296
3316
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Counter/Counter.tsx",
|
|
3297
3317
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
|
|
3298
3318
|
keywords: [
|
|
3299
|
-
"counter"
|
|
3319
|
+
"counter",
|
|
3320
|
+
"count",
|
|
3321
|
+
"number",
|
|
3322
|
+
"badge",
|
|
3323
|
+
"indicator"
|
|
3300
3324
|
]
|
|
3301
3325
|
},
|
|
3302
3326
|
{
|
|
@@ -3352,7 +3376,7 @@ var componentsV2Data = [
|
|
|
3352
3376
|
}
|
|
3353
3377
|
],
|
|
3354
3378
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/DatePicker/DatePicker.tsx",
|
|
3355
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=103431-4455
|
|
3379
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=103431-4455",
|
|
3356
3380
|
keywords: [
|
|
3357
3381
|
"datepicker",
|
|
3358
3382
|
"date",
|
|
@@ -3428,9 +3452,12 @@ var componentsV2Data = [
|
|
|
3428
3452
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/src/componentsV2/DragHandle/DragHandle.tsx",
|
|
3429
3453
|
keywords: [
|
|
3430
3454
|
"draghandle",
|
|
3431
|
-
"common",
|
|
3432
3455
|
"drag",
|
|
3456
|
+
"reorder",
|
|
3457
|
+
"sort",
|
|
3458
|
+
"move",
|
|
3433
3459
|
"handle",
|
|
3460
|
+
"common",
|
|
3434
3461
|
"drag-and-drop",
|
|
3435
3462
|
"applications"
|
|
3436
3463
|
]
|
|
@@ -3495,7 +3522,12 @@ var componentsV2Data = [
|
|
|
3495
3522
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/EmptyState/EmptyState.tsx",
|
|
3496
3523
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18",
|
|
3497
3524
|
keywords: [
|
|
3498
|
-
"emptystate"
|
|
3525
|
+
"emptystate",
|
|
3526
|
+
"empty",
|
|
3527
|
+
"no data",
|
|
3528
|
+
"placeholder",
|
|
3529
|
+
"blank",
|
|
3530
|
+
"no results"
|
|
3499
3531
|
]
|
|
3500
3532
|
},
|
|
3501
3533
|
{
|
|
@@ -3631,8 +3663,12 @@ var componentsV2Data = [
|
|
|
3631
3663
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=92818-11759",
|
|
3632
3664
|
keywords: [
|
|
3633
3665
|
"filesdropzone",
|
|
3634
|
-
"
|
|
3666
|
+
"upload",
|
|
3667
|
+
"drag",
|
|
3668
|
+
"drop",
|
|
3635
3669
|
"file",
|
|
3670
|
+
"attachment",
|
|
3671
|
+
"dropzone",
|
|
3636
3672
|
"uploads.",
|
|
3637
3673
|
"most",
|
|
3638
3674
|
"likely",
|
|
@@ -3970,7 +4006,11 @@ var componentsV2Data = [
|
|
|
3970
4006
|
],
|
|
3971
4007
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Grid/Grid.tsx",
|
|
3972
4008
|
keywords: [
|
|
3973
|
-
"grid"
|
|
4009
|
+
"grid",
|
|
4010
|
+
"layout",
|
|
4011
|
+
"columns",
|
|
4012
|
+
"rows",
|
|
4013
|
+
"responsive"
|
|
3974
4014
|
]
|
|
3975
4015
|
},
|
|
3976
4016
|
{
|
|
@@ -4173,9 +4213,14 @@ var componentsV2Data = [
|
|
|
4173
4213
|
}
|
|
4174
4214
|
],
|
|
4175
4215
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Hint/Hint.tsx",
|
|
4176
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9597-20397
|
|
4216
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9597-20397",
|
|
4177
4217
|
keywords: [
|
|
4178
4218
|
"hint",
|
|
4219
|
+
"help",
|
|
4220
|
+
"info",
|
|
4221
|
+
"question",
|
|
4222
|
+
"tooltip",
|
|
4223
|
+
"information",
|
|
4179
4224
|
"used",
|
|
4180
4225
|
"attracting",
|
|
4181
4226
|
"user's",
|
|
@@ -4402,7 +4447,7 @@ var componentsV2Data = [
|
|
|
4402
4447
|
}
|
|
4403
4448
|
],
|
|
4404
4449
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/src/componentsV2/Label/Label.tsx",
|
|
4405
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=128629-7086
|
|
4450
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=128629-7086",
|
|
4406
4451
|
keywords: [
|
|
4407
4452
|
"label",
|
|
4408
4453
|
"labelscounter",
|
|
@@ -4603,7 +4648,7 @@ var componentsV2Data = [
|
|
|
4603
4648
|
}
|
|
4604
4649
|
],
|
|
4605
4650
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/LoaderLinear/LoaderLinear.tsx",
|
|
4606
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=114392-19904
|
|
4651
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=114392-19904",
|
|
4607
4652
|
keywords: [
|
|
4608
4653
|
"loaderlinear",
|
|
4609
4654
|
"loading",
|
|
@@ -4663,8 +4708,11 @@ var componentsV2Data = [
|
|
|
4663
4708
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/LoaderLogo/LoaderLogo.tsx",
|
|
4664
4709
|
keywords: [
|
|
4665
4710
|
"loaderlogo",
|
|
4666
|
-
"loadingindicator",
|
|
4667
4711
|
"loading",
|
|
4712
|
+
"splash",
|
|
4713
|
+
"brand",
|
|
4714
|
+
"startup",
|
|
4715
|
+
"loadingindicator",
|
|
4668
4716
|
"indicator",
|
|
4669
4717
|
"loading indicator",
|
|
4670
4718
|
"used",
|
|
@@ -5102,7 +5150,7 @@ var componentsV2Data = [
|
|
|
5102
5150
|
}
|
|
5103
5151
|
],
|
|
5104
5152
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/OffsetWellsButton/OffsetWellsButton.tsx",
|
|
5105
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=133682-1140
|
|
5153
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=133682-1140",
|
|
5106
5154
|
keywords: [
|
|
5107
5155
|
"offsetwellsbutton"
|
|
5108
5156
|
]
|
|
@@ -5213,10 +5261,13 @@ var componentsV2Data = [
|
|
|
5213
5261
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Paper/Paper.tsx",
|
|
5214
5262
|
keywords: [
|
|
5215
5263
|
"paper",
|
|
5264
|
+
"card",
|
|
5265
|
+
"container",
|
|
5266
|
+
"panel",
|
|
5267
|
+
"surface",
|
|
5216
5268
|
"low-level",
|
|
5217
5269
|
"component",
|
|
5218
5270
|
"serves",
|
|
5219
|
-
"container",
|
|
5220
5271
|
"cards,",
|
|
5221
5272
|
"popovers,",
|
|
5222
5273
|
"modals,"
|
|
@@ -5364,6 +5415,10 @@ var componentsV2Data = [
|
|
|
5364
5415
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popover/Popover.tsx",
|
|
5365
5416
|
keywords: [
|
|
5366
5417
|
"popover",
|
|
5418
|
+
"popup",
|
|
5419
|
+
"overlay",
|
|
5420
|
+
"floating",
|
|
5421
|
+
"hover",
|
|
5367
5422
|
"low-level",
|
|
5368
5423
|
"component",
|
|
5369
5424
|
"creating",
|
|
@@ -5464,6 +5519,10 @@ var componentsV2Data = [
|
|
|
5464
5519
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popper/Popper.tsx",
|
|
5465
5520
|
keywords: [
|
|
5466
5521
|
"popper",
|
|
5522
|
+
"floating",
|
|
5523
|
+
"positioned",
|
|
5524
|
+
"overlay",
|
|
5525
|
+
"popup",
|
|
5467
5526
|
"low-level",
|
|
5468
5527
|
"component",
|
|
5469
5528
|
"displaying",
|
|
@@ -5892,7 +5951,7 @@ var componentsV2Data = [
|
|
|
5892
5951
|
}
|
|
5893
5952
|
],
|
|
5894
5953
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Select/Select.tsx",
|
|
5895
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=
|
|
5954
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=162399-10653",
|
|
5896
5955
|
keywords: [
|
|
5897
5956
|
"select",
|
|
5898
5957
|
"dropdown",
|
|
@@ -6546,10 +6605,14 @@ var componentsV2Data = [
|
|
|
6546
6605
|
}
|
|
6547
6606
|
],
|
|
6548
6607
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Tag/Tag.tsx",
|
|
6549
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131053-12637
|
|
6608
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131053-12637",
|
|
6550
6609
|
keywords: [
|
|
6551
6610
|
"tag",
|
|
6552
|
-
"
|
|
6611
|
+
"label",
|
|
6612
|
+
"badge",
|
|
6613
|
+
"chip",
|
|
6614
|
+
"pill",
|
|
6615
|
+
"indicator"
|
|
6553
6616
|
]
|
|
6554
6617
|
},
|
|
6555
6618
|
{
|
|
@@ -7420,7 +7483,7 @@ var componentsV2Data = [
|
|
|
7420
7483
|
}
|
|
7421
7484
|
],
|
|
7422
7485
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/TextInputNext/TextInputNext.tsx",
|
|
7423
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=
|
|
7486
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=162399-8404",
|
|
7424
7487
|
keywords: [
|
|
7425
7488
|
"textinputnext",
|
|
7426
7489
|
"latest",
|
|
@@ -7544,6 +7607,10 @@ var componentsV2Data = [
|
|
|
7544
7607
|
keywords: [
|
|
7545
7608
|
"textlink",
|
|
7546
7609
|
"link",
|
|
7610
|
+
"anchor",
|
|
7611
|
+
"hyperlink",
|
|
7612
|
+
"navigate",
|
|
7613
|
+
"url",
|
|
7547
7614
|
"component.",
|
|
7548
7615
|
"integrated",
|
|
7549
7616
|
"routing",
|
|
@@ -7721,7 +7788,12 @@ var componentsV2Data = [
|
|
|
7721
7788
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ToggleButtonGroup/ToggleButtons.tsx",
|
|
7722
7789
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19162-59815",
|
|
7723
7790
|
keywords: [
|
|
7724
|
-
"togglebuttons"
|
|
7791
|
+
"togglebuttons",
|
|
7792
|
+
"segment",
|
|
7793
|
+
"pill",
|
|
7794
|
+
"button group",
|
|
7795
|
+
"segmented control",
|
|
7796
|
+
"toggle"
|
|
7725
7797
|
]
|
|
7726
7798
|
},
|
|
7727
7799
|
{
|
|
@@ -8822,9 +8894,12 @@ var componentsV1Data = [
|
|
|
8822
8894
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=31967%3A122781&mode=dev",
|
|
8823
8895
|
keywords: [
|
|
8824
8896
|
"breadcrumbs",
|
|
8897
|
+
"navigation",
|
|
8898
|
+
"path",
|
|
8899
|
+
"trail",
|
|
8900
|
+
"breadcrumb",
|
|
8825
8901
|
"used",
|
|
8826
8902
|
"hierarchical",
|
|
8827
|
-
"navigation",
|
|
8828
8903
|
"element",
|
|
8829
8904
|
"page"
|
|
8830
8905
|
]
|
|
@@ -9227,10 +9302,13 @@ var componentsV1Data = [
|
|
|
9227
9302
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19119%3A59766&mode=dev",
|
|
9228
9303
|
keywords: [
|
|
9229
9304
|
"colorpicker",
|
|
9305
|
+
"color",
|
|
9306
|
+
"palette",
|
|
9307
|
+
"pick",
|
|
9308
|
+
"swatch",
|
|
9230
9309
|
"used",
|
|
9231
9310
|
"provide",
|
|
9232
9311
|
"rich",
|
|
9233
|
-
"color",
|
|
9234
9312
|
"input"
|
|
9235
9313
|
]
|
|
9236
9314
|
},
|
|
@@ -9752,7 +9830,10 @@ var componentsV1Data = [
|
|
|
9752
9830
|
],
|
|
9753
9831
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/CopyToClipboard/CopyToClipboard.js",
|
|
9754
9832
|
keywords: [
|
|
9755
|
-
"copytoclipboard"
|
|
9833
|
+
"copytoclipboard",
|
|
9834
|
+
"copy",
|
|
9835
|
+
"clipboard",
|
|
9836
|
+
"duplicate"
|
|
9756
9837
|
]
|
|
9757
9838
|
},
|
|
9758
9839
|
{
|
|
@@ -9832,7 +9913,11 @@ var componentsV1Data = [
|
|
|
9832
9913
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Counter/index.tsx",
|
|
9833
9914
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105%3A59511",
|
|
9834
9915
|
keywords: [
|
|
9835
|
-
"counter"
|
|
9916
|
+
"counter",
|
|
9917
|
+
"count",
|
|
9918
|
+
"number",
|
|
9919
|
+
"badge",
|
|
9920
|
+
"indicator"
|
|
9836
9921
|
]
|
|
9837
9922
|
},
|
|
9838
9923
|
{
|
|
@@ -10168,7 +10253,12 @@ var componentsV1Data = [
|
|
|
10168
10253
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/EmptyState/EmptyState.tsx",
|
|
10169
10254
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18&t=C6zKC8YvzxNUJ5ka-0",
|
|
10170
10255
|
keywords: [
|
|
10171
|
-
"emptystate"
|
|
10256
|
+
"emptystate",
|
|
10257
|
+
"empty",
|
|
10258
|
+
"no data",
|
|
10259
|
+
"placeholder",
|
|
10260
|
+
"blank",
|
|
10261
|
+
"no results"
|
|
10172
10262
|
]
|
|
10173
10263
|
},
|
|
10174
10264
|
{
|
|
@@ -10430,7 +10520,12 @@ var componentsV1Data = [
|
|
|
10430
10520
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/FilesDropzone/FilesDropzone.tsx",
|
|
10431
10521
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=74032-69042",
|
|
10432
10522
|
keywords: [
|
|
10433
|
-
"filesdropzone"
|
|
10523
|
+
"filesdropzone",
|
|
10524
|
+
"upload",
|
|
10525
|
+
"drag",
|
|
10526
|
+
"drop",
|
|
10527
|
+
"file",
|
|
10528
|
+
"attachment"
|
|
10434
10529
|
]
|
|
10435
10530
|
},
|
|
10436
10531
|
{
|
|
@@ -11086,6 +11181,11 @@ var componentsV1Data = [
|
|
|
11086
11181
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=62479-3491",
|
|
11087
11182
|
keywords: [
|
|
11088
11183
|
"hint",
|
|
11184
|
+
"help",
|
|
11185
|
+
"info",
|
|
11186
|
+
"question",
|
|
11187
|
+
"tooltip",
|
|
11188
|
+
"information",
|
|
11089
11189
|
"used",
|
|
11090
11190
|
"attracting",
|
|
11091
11191
|
"user's",
|
|
@@ -12344,6 +12444,10 @@ var componentsV1Data = [
|
|
|
12344
12444
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popover/Popover.tsx",
|
|
12345
12445
|
keywords: [
|
|
12346
12446
|
"popover",
|
|
12447
|
+
"popup",
|
|
12448
|
+
"overlay",
|
|
12449
|
+
"floating",
|
|
12450
|
+
"hover",
|
|
12347
12451
|
"popover.",
|
|
12348
12452
|
"read",
|
|
12349
12453
|
"more",
|
|
@@ -12411,6 +12515,10 @@ var componentsV1Data = [
|
|
|
12411
12515
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popper/Popper.tsx",
|
|
12412
12516
|
keywords: [
|
|
12413
12517
|
"popper",
|
|
12518
|
+
"floating",
|
|
12519
|
+
"positioned",
|
|
12520
|
+
"overlay",
|
|
12521
|
+
"popup",
|
|
12414
12522
|
"wrapper",
|
|
12415
12523
|
"over",
|
|
12416
12524
|
"barebones",
|
|
@@ -13288,7 +13396,7 @@ var componentsV1Data = [
|
|
|
13288
13396
|
}
|
|
13289
13397
|
],
|
|
13290
13398
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Stepper/Stepper.tsx",
|
|
13291
|
-
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=70173-98742
|
|
13399
|
+
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=70173-98742",
|
|
13292
13400
|
keywords: [
|
|
13293
13401
|
"stepper",
|
|
13294
13402
|
"wizard",
|
|
@@ -13648,7 +13756,12 @@ var componentsV1Data = [
|
|
|
13648
13756
|
sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/TextLink/index.tsx",
|
|
13649
13757
|
figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9694%3A126",
|
|
13650
13758
|
keywords: [
|
|
13651
|
-
"textlink"
|
|
13759
|
+
"textlink",
|
|
13760
|
+
"link",
|
|
13761
|
+
"anchor",
|
|
13762
|
+
"hyperlink",
|
|
13763
|
+
"navigate",
|
|
13764
|
+
"url"
|
|
13652
13765
|
]
|
|
13653
13766
|
},
|
|
13654
13767
|
{
|
|
@@ -14545,6 +14658,29 @@ var hooksData = [
|
|
|
14545
14658
|
],
|
|
14546
14659
|
isDeprecated: false
|
|
14547
14660
|
},
|
|
14661
|
+
{
|
|
14662
|
+
name: "useAppCommons",
|
|
14663
|
+
modulePath: "effects/useAppCommons",
|
|
14664
|
+
importPath: "@corva/ui/effects",
|
|
14665
|
+
description: "",
|
|
14666
|
+
parameters: [
|
|
14667
|
+
],
|
|
14668
|
+
returnType: "unknown",
|
|
14669
|
+
examples: [
|
|
14670
|
+
],
|
|
14671
|
+
keywords: [
|
|
14672
|
+
"useappcommons",
|
|
14673
|
+
"appcommons",
|
|
14674
|
+
"app",
|
|
14675
|
+
"commons",
|
|
14676
|
+
"context",
|
|
14677
|
+
"well",
|
|
14678
|
+
"rig",
|
|
14679
|
+
"asset",
|
|
14680
|
+
"settings"
|
|
14681
|
+
],
|
|
14682
|
+
isDeprecated: false
|
|
14683
|
+
},
|
|
14548
14684
|
{
|
|
14549
14685
|
name: "useAppSettingPinning",
|
|
14550
14686
|
modulePath: "effects/useAppSettingPinning",
|
|
@@ -16067,6 +16203,14 @@ var palette = {
|
|
|
16067
16203
|
value: "#7CC5FF"
|
|
16068
16204
|
}
|
|
16069
16205
|
},
|
|
16206
|
+
charts: {
|
|
16207
|
+
background: {
|
|
16208
|
+
value: "#2a2e2e"
|
|
16209
|
+
},
|
|
16210
|
+
gaugeArrow: {
|
|
16211
|
+
value: "white"
|
|
16212
|
+
}
|
|
16213
|
+
},
|
|
16070
16214
|
pastel: {
|
|
16071
16215
|
p1: {
|
|
16072
16216
|
value: "#A92E26"
|
|
@@ -16116,34 +16260,983 @@ var palette = {
|
|
|
16116
16260
|
p16: {
|
|
16117
16261
|
value: "#7D909B"
|
|
16118
16262
|
}
|
|
16263
|
+
}
|
|
16264
|
+
};
|
|
16265
|
+
var lightPalette = {
|
|
16266
|
+
primary: {
|
|
16267
|
+
main: {
|
|
16268
|
+
value: "#03BCD4"
|
|
16269
|
+
},
|
|
16270
|
+
dark: {
|
|
16271
|
+
value: "#008BA3"
|
|
16272
|
+
},
|
|
16273
|
+
light: {
|
|
16274
|
+
value: "#63EFFF"
|
|
16275
|
+
},
|
|
16276
|
+
contrastText: {
|
|
16277
|
+
value: "#000000"
|
|
16278
|
+
},
|
|
16279
|
+
text1: {
|
|
16280
|
+
value: "#000"
|
|
16281
|
+
},
|
|
16282
|
+
text6: {
|
|
16283
|
+
value: "#393939"
|
|
16284
|
+
},
|
|
16285
|
+
text7: {
|
|
16286
|
+
value: "#575757"
|
|
16287
|
+
},
|
|
16288
|
+
text8: {
|
|
16289
|
+
value: "#757575"
|
|
16290
|
+
},
|
|
16291
|
+
text9: {
|
|
16292
|
+
value: "#9e9e9e"
|
|
16293
|
+
}
|
|
16294
|
+
},
|
|
16295
|
+
secondary: {
|
|
16296
|
+
main: {
|
|
16297
|
+
value: "#F50056"
|
|
16298
|
+
},
|
|
16299
|
+
dark: {
|
|
16300
|
+
value: "#BB002E"
|
|
16301
|
+
},
|
|
16302
|
+
light: {
|
|
16303
|
+
value: "#FF5982"
|
|
16304
|
+
}
|
|
16305
|
+
},
|
|
16306
|
+
background: {
|
|
16307
|
+
b1: {
|
|
16308
|
+
value: "#fff"
|
|
16309
|
+
},
|
|
16310
|
+
b2: {
|
|
16311
|
+
value: "#fff"
|
|
16312
|
+
},
|
|
16313
|
+
b3: {
|
|
16314
|
+
value: "#fff"
|
|
16315
|
+
},
|
|
16316
|
+
b4: {
|
|
16317
|
+
value: "#fff"
|
|
16318
|
+
},
|
|
16319
|
+
b5: {
|
|
16320
|
+
value: "#f5f5f5"
|
|
16321
|
+
},
|
|
16322
|
+
b6: {
|
|
16323
|
+
value: "#eeeeee"
|
|
16324
|
+
},
|
|
16325
|
+
b7: {
|
|
16326
|
+
value: "#e7e7e7"
|
|
16327
|
+
},
|
|
16328
|
+
b8: {
|
|
16329
|
+
value: "#e0e0e0"
|
|
16330
|
+
},
|
|
16331
|
+
b9: {
|
|
16332
|
+
value: "#d6d6d6"
|
|
16333
|
+
},
|
|
16334
|
+
b10: {
|
|
16335
|
+
value: "#c7c7c7"
|
|
16336
|
+
},
|
|
16337
|
+
b11: {
|
|
16338
|
+
value: "#bdbdbd"
|
|
16339
|
+
}
|
|
16340
|
+
},
|
|
16341
|
+
error: {
|
|
16342
|
+
main: {
|
|
16343
|
+
value: "#F44336"
|
|
16344
|
+
},
|
|
16345
|
+
dark: {
|
|
16346
|
+
value: "#D32F2F"
|
|
16347
|
+
},
|
|
16348
|
+
light: {
|
|
16349
|
+
value: "#E57373"
|
|
16350
|
+
},
|
|
16351
|
+
alert: {
|
|
16352
|
+
value: "#EA6E52"
|
|
16353
|
+
}
|
|
16354
|
+
},
|
|
16355
|
+
success: {
|
|
16356
|
+
main: {
|
|
16357
|
+
value: "#4CAF50"
|
|
16358
|
+
},
|
|
16359
|
+
dark: {
|
|
16360
|
+
value: "#388E3C"
|
|
16361
|
+
},
|
|
16362
|
+
light: {
|
|
16363
|
+
value: "#88DA8B"
|
|
16364
|
+
},
|
|
16365
|
+
bright: {
|
|
16366
|
+
value: "#75DB29"
|
|
16367
|
+
}
|
|
16368
|
+
},
|
|
16369
|
+
warning: {
|
|
16370
|
+
main: {
|
|
16371
|
+
value: "#FFC107"
|
|
16372
|
+
},
|
|
16373
|
+
dark: {
|
|
16374
|
+
value: "#DA8F0F"
|
|
16375
|
+
},
|
|
16376
|
+
light: {
|
|
16377
|
+
value: "#FFE679"
|
|
16378
|
+
},
|
|
16379
|
+
bright: {
|
|
16380
|
+
value: "#FFA500"
|
|
16381
|
+
}
|
|
16382
|
+
},
|
|
16383
|
+
info: {
|
|
16384
|
+
main: {
|
|
16385
|
+
value: "#239EFF"
|
|
16386
|
+
},
|
|
16387
|
+
dark: {
|
|
16388
|
+
value: "#117ED4"
|
|
16389
|
+
},
|
|
16390
|
+
light: {
|
|
16391
|
+
value: "#7CC5FF"
|
|
16392
|
+
}
|
|
16119
16393
|
},
|
|
16120
16394
|
charts: {
|
|
16121
16395
|
background: {
|
|
16122
|
-
value: "#
|
|
16396
|
+
value: "#d5d9d9"
|
|
16123
16397
|
},
|
|
16124
16398
|
gaugeArrow: {
|
|
16125
|
-
value: "
|
|
16399
|
+
value: "black"
|
|
16400
|
+
}
|
|
16401
|
+
},
|
|
16402
|
+
pastel: {
|
|
16403
|
+
p1: {
|
|
16404
|
+
value: "#A92E26"
|
|
16405
|
+
},
|
|
16406
|
+
p2: {
|
|
16407
|
+
value: "#E06C92"
|
|
16408
|
+
},
|
|
16409
|
+
p3: {
|
|
16410
|
+
value: "#801797"
|
|
16411
|
+
},
|
|
16412
|
+
p4: {
|
|
16413
|
+
value: "#C336F0"
|
|
16414
|
+
},
|
|
16415
|
+
p5: {
|
|
16416
|
+
value: "#9078C8"
|
|
16417
|
+
},
|
|
16418
|
+
p6: {
|
|
16419
|
+
value: "#29388E"
|
|
16420
|
+
},
|
|
16421
|
+
p7: {
|
|
16422
|
+
value: "#77B5F1"
|
|
16423
|
+
},
|
|
16424
|
+
p8: {
|
|
16425
|
+
value: "#38818D"
|
|
16426
|
+
},
|
|
16427
|
+
p9: {
|
|
16428
|
+
value: "#91C9C4"
|
|
16429
|
+
},
|
|
16430
|
+
p10: {
|
|
16431
|
+
value: "#62893D"
|
|
16432
|
+
},
|
|
16433
|
+
p11: {
|
|
16434
|
+
value: "#A6CA72"
|
|
16435
|
+
},
|
|
16436
|
+
p12: {
|
|
16437
|
+
value: "#EEAB46"
|
|
16438
|
+
},
|
|
16439
|
+
p13: {
|
|
16440
|
+
value: "#EE7850"
|
|
16441
|
+
},
|
|
16442
|
+
p14: {
|
|
16443
|
+
value: "#F3AE96"
|
|
16444
|
+
},
|
|
16445
|
+
p15: {
|
|
16446
|
+
value: "#896F65"
|
|
16447
|
+
},
|
|
16448
|
+
p16: {
|
|
16449
|
+
value: "#7D909B"
|
|
16126
16450
|
}
|
|
16127
16451
|
}
|
|
16128
16452
|
};
|
|
16129
16453
|
var cssVariables = [
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
|
|
16134
|
-
|
|
16135
|
-
|
|
16136
|
-
|
|
16137
|
-
|
|
16138
|
-
|
|
16139
|
-
|
|
16140
|
-
|
|
16141
|
-
|
|
16142
|
-
|
|
16454
|
+
{
|
|
16455
|
+
name: "--palette-background-b-1",
|
|
16456
|
+
darkValue: "#000000",
|
|
16457
|
+
lightValue: "#fff",
|
|
16458
|
+
category: "palette",
|
|
16459
|
+
scssAlias: "$palette_b1"
|
|
16460
|
+
},
|
|
16461
|
+
{
|
|
16462
|
+
name: "--palette-background-b-10",
|
|
16463
|
+
darkValue: "#4E4E4E",
|
|
16464
|
+
lightValue: "#c7c7c7",
|
|
16465
|
+
category: "palette",
|
|
16466
|
+
scssAlias: "$palette_b10"
|
|
16467
|
+
},
|
|
16468
|
+
{
|
|
16469
|
+
name: "--palette-background-b-11",
|
|
16470
|
+
darkValue: "#373737",
|
|
16471
|
+
lightValue: "#bdbdbd",
|
|
16472
|
+
category: "palette",
|
|
16473
|
+
scssAlias: "$palette_b11"
|
|
16474
|
+
},
|
|
16475
|
+
{
|
|
16476
|
+
name: "--palette-background-b-2",
|
|
16477
|
+
darkValue: "#141414",
|
|
16478
|
+
lightValue: "#fff",
|
|
16479
|
+
category: "palette",
|
|
16480
|
+
scssAlias: "$palette_b2"
|
|
16481
|
+
},
|
|
16482
|
+
{
|
|
16483
|
+
name: "--palette-background-b-3",
|
|
16484
|
+
darkValue: "#191919",
|
|
16485
|
+
lightValue: "#fff",
|
|
16486
|
+
category: "palette",
|
|
16487
|
+
scssAlias: "$palette_b3"
|
|
16488
|
+
},
|
|
16489
|
+
{
|
|
16490
|
+
name: "--palette-background-b-4",
|
|
16491
|
+
darkValue: "#212121",
|
|
16492
|
+
lightValue: "#fff",
|
|
16493
|
+
category: "palette",
|
|
16494
|
+
scssAlias: "$palette_b4"
|
|
16495
|
+
},
|
|
16496
|
+
{
|
|
16497
|
+
name: "--palette-background-b-5",
|
|
16498
|
+
darkValue: "#272727",
|
|
16499
|
+
lightValue: "#f5f5f5",
|
|
16500
|
+
category: "palette",
|
|
16501
|
+
scssAlias: "$palette_b5"
|
|
16502
|
+
},
|
|
16503
|
+
{
|
|
16504
|
+
name: "--palette-background-b-6",
|
|
16505
|
+
darkValue: "#2C2C2C",
|
|
16506
|
+
lightValue: "#eeeeee",
|
|
16507
|
+
category: "palette",
|
|
16508
|
+
scssAlias: "$palette_b6"
|
|
16509
|
+
},
|
|
16510
|
+
{
|
|
16511
|
+
name: "--palette-background-b-7",
|
|
16512
|
+
darkValue: "#333333",
|
|
16513
|
+
lightValue: "#e7e7e7",
|
|
16514
|
+
category: "palette",
|
|
16515
|
+
scssAlias: "$palette_b7"
|
|
16516
|
+
},
|
|
16517
|
+
{
|
|
16518
|
+
name: "--palette-background-b-8",
|
|
16519
|
+
darkValue: "#3B3B3B",
|
|
16520
|
+
lightValue: "#e0e0e0",
|
|
16521
|
+
category: "palette",
|
|
16522
|
+
scssAlias: "$palette_b8"
|
|
16523
|
+
},
|
|
16524
|
+
{
|
|
16525
|
+
name: "--palette-background-b-9",
|
|
16526
|
+
darkValue: "#414141",
|
|
16527
|
+
lightValue: "#d6d6d6",
|
|
16528
|
+
category: "palette",
|
|
16529
|
+
scssAlias: "$palette_b9"
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
name: "--palette-charts-background",
|
|
16533
|
+
darkValue: "#2a2e2e",
|
|
16534
|
+
lightValue: "#d5d9d9",
|
|
16535
|
+
category: "palette"
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
name: "--palette-charts-gauge-arrow",
|
|
16539
|
+
darkValue: "white",
|
|
16540
|
+
lightValue: "black",
|
|
16541
|
+
category: "palette"
|
|
16542
|
+
},
|
|
16543
|
+
{
|
|
16544
|
+
name: "--palette-error-alert",
|
|
16545
|
+
darkValue: "#EA6E52",
|
|
16546
|
+
lightValue: "#EA6E52",
|
|
16547
|
+
category: "palette",
|
|
16548
|
+
scssAlias: "$palette_error_alert"
|
|
16549
|
+
},
|
|
16550
|
+
{
|
|
16551
|
+
name: "--palette-error-dark",
|
|
16552
|
+
darkValue: "#D32F2F",
|
|
16553
|
+
lightValue: "#D32F2F",
|
|
16554
|
+
category: "palette",
|
|
16555
|
+
scssAlias: "$palette_error_dark"
|
|
16556
|
+
},
|
|
16557
|
+
{
|
|
16558
|
+
name: "--palette-error-light",
|
|
16559
|
+
darkValue: "#E57373",
|
|
16560
|
+
lightValue: "#E57373",
|
|
16561
|
+
category: "palette",
|
|
16562
|
+
scssAlias: "$palette_error_light"
|
|
16563
|
+
},
|
|
16564
|
+
{
|
|
16565
|
+
name: "--palette-error-main",
|
|
16566
|
+
darkValue: "#F44336",
|
|
16567
|
+
lightValue: "#F44336",
|
|
16568
|
+
category: "palette",
|
|
16569
|
+
scssAlias: "$palette_error_main"
|
|
16570
|
+
},
|
|
16571
|
+
{
|
|
16572
|
+
name: "--palette-info-dark",
|
|
16573
|
+
darkValue: "#117ED4",
|
|
16574
|
+
lightValue: "#117ED4",
|
|
16575
|
+
category: "palette",
|
|
16576
|
+
scssAlias: "$palette_info_dark"
|
|
16577
|
+
},
|
|
16578
|
+
{
|
|
16579
|
+
name: "--palette-info-light",
|
|
16580
|
+
darkValue: "#7CC5FF",
|
|
16581
|
+
lightValue: "#7CC5FF",
|
|
16582
|
+
category: "palette",
|
|
16583
|
+
scssAlias: "$palette_info_light"
|
|
16584
|
+
},
|
|
16585
|
+
{
|
|
16586
|
+
name: "--palette-info-main",
|
|
16587
|
+
darkValue: "#239EFF",
|
|
16588
|
+
lightValue: "#239EFF",
|
|
16589
|
+
category: "palette",
|
|
16590
|
+
scssAlias: "$palette_info_main"
|
|
16591
|
+
},
|
|
16592
|
+
{
|
|
16593
|
+
name: "--palette-pastel-p-1",
|
|
16594
|
+
darkValue: "#A92E26",
|
|
16595
|
+
lightValue: "#A92E26",
|
|
16596
|
+
category: "palette",
|
|
16597
|
+
scssAlias: "$palette_p1"
|
|
16598
|
+
},
|
|
16599
|
+
{
|
|
16600
|
+
name: "--palette-pastel-p-10",
|
|
16601
|
+
darkValue: "#62893D",
|
|
16602
|
+
lightValue: "#62893D",
|
|
16603
|
+
category: "palette",
|
|
16604
|
+
scssAlias: "$palette_p10"
|
|
16605
|
+
},
|
|
16606
|
+
{
|
|
16607
|
+
name: "--palette-pastel-p-11",
|
|
16608
|
+
darkValue: "#A6CA72",
|
|
16609
|
+
lightValue: "#A6CA72",
|
|
16610
|
+
category: "palette",
|
|
16611
|
+
scssAlias: "$palette_p11"
|
|
16612
|
+
},
|
|
16613
|
+
{
|
|
16614
|
+
name: "--palette-pastel-p-12",
|
|
16615
|
+
darkValue: "#EEAB46",
|
|
16616
|
+
lightValue: "#EEAB46",
|
|
16617
|
+
category: "palette",
|
|
16618
|
+
scssAlias: "$palette_p12"
|
|
16619
|
+
},
|
|
16620
|
+
{
|
|
16621
|
+
name: "--palette-pastel-p-13",
|
|
16622
|
+
darkValue: "#EE7850",
|
|
16623
|
+
lightValue: "#EE7850",
|
|
16624
|
+
category: "palette",
|
|
16625
|
+
scssAlias: "$palette_p13"
|
|
16626
|
+
},
|
|
16627
|
+
{
|
|
16628
|
+
name: "--palette-pastel-p-14",
|
|
16629
|
+
darkValue: "#F3AE96",
|
|
16630
|
+
lightValue: "#F3AE96",
|
|
16631
|
+
category: "palette",
|
|
16632
|
+
scssAlias: "$palette_p14"
|
|
16633
|
+
},
|
|
16634
|
+
{
|
|
16635
|
+
name: "--palette-pastel-p-15",
|
|
16636
|
+
darkValue: "#896F65",
|
|
16637
|
+
lightValue: "#896F65",
|
|
16638
|
+
category: "palette",
|
|
16639
|
+
scssAlias: "$palette_p15"
|
|
16640
|
+
},
|
|
16641
|
+
{
|
|
16642
|
+
name: "--palette-pastel-p-16",
|
|
16643
|
+
darkValue: "#7D909B",
|
|
16644
|
+
lightValue: "#7D909B",
|
|
16645
|
+
category: "palette",
|
|
16646
|
+
scssAlias: "$palette_p16"
|
|
16647
|
+
},
|
|
16648
|
+
{
|
|
16649
|
+
name: "--palette-pastel-p-2",
|
|
16650
|
+
darkValue: "#E06C92",
|
|
16651
|
+
lightValue: "#E06C92",
|
|
16652
|
+
category: "palette",
|
|
16653
|
+
scssAlias: "$palette_p2"
|
|
16654
|
+
},
|
|
16655
|
+
{
|
|
16656
|
+
name: "--palette-pastel-p-3",
|
|
16657
|
+
darkValue: "#801797",
|
|
16658
|
+
lightValue: "#801797",
|
|
16659
|
+
category: "palette",
|
|
16660
|
+
scssAlias: "$palette_p3"
|
|
16661
|
+
},
|
|
16662
|
+
{
|
|
16663
|
+
name: "--palette-pastel-p-4",
|
|
16664
|
+
darkValue: "#C336F0",
|
|
16665
|
+
lightValue: "#C336F0",
|
|
16666
|
+
category: "palette",
|
|
16667
|
+
scssAlias: "$palette_p4"
|
|
16668
|
+
},
|
|
16669
|
+
{
|
|
16670
|
+
name: "--palette-pastel-p-5",
|
|
16671
|
+
darkValue: "#9078C8",
|
|
16672
|
+
lightValue: "#9078C8",
|
|
16673
|
+
category: "palette",
|
|
16674
|
+
scssAlias: "$palette_p5"
|
|
16675
|
+
},
|
|
16676
|
+
{
|
|
16677
|
+
name: "--palette-pastel-p-6",
|
|
16678
|
+
darkValue: "#29388E",
|
|
16679
|
+
lightValue: "#29388E",
|
|
16680
|
+
category: "palette",
|
|
16681
|
+
scssAlias: "$palette_p6"
|
|
16682
|
+
},
|
|
16683
|
+
{
|
|
16684
|
+
name: "--palette-pastel-p-7",
|
|
16685
|
+
darkValue: "#77B5F1",
|
|
16686
|
+
lightValue: "#77B5F1",
|
|
16687
|
+
category: "palette",
|
|
16688
|
+
scssAlias: "$palette_p7"
|
|
16689
|
+
},
|
|
16690
|
+
{
|
|
16691
|
+
name: "--palette-pastel-p-8",
|
|
16692
|
+
darkValue: "#38818D",
|
|
16693
|
+
lightValue: "#38818D",
|
|
16694
|
+
category: "palette",
|
|
16695
|
+
scssAlias: "$palette_p8"
|
|
16696
|
+
},
|
|
16697
|
+
{
|
|
16698
|
+
name: "--palette-pastel-p-9",
|
|
16699
|
+
darkValue: "#91C9C4",
|
|
16700
|
+
lightValue: "#91C9C4",
|
|
16701
|
+
category: "palette",
|
|
16702
|
+
scssAlias: "$palette_p9"
|
|
16703
|
+
},
|
|
16704
|
+
{
|
|
16705
|
+
name: "--palette-primary-contrast-text",
|
|
16706
|
+
darkValue: "#FFFFFF",
|
|
16707
|
+
lightValue: "#000000",
|
|
16708
|
+
category: "palette"
|
|
16709
|
+
},
|
|
16710
|
+
{
|
|
16711
|
+
name: "--palette-primary-dark",
|
|
16712
|
+
darkValue: "#008BA3",
|
|
16713
|
+
lightValue: "#008BA3",
|
|
16714
|
+
category: "palette",
|
|
16715
|
+
scssAlias: "$palette_primary_dark"
|
|
16716
|
+
},
|
|
16717
|
+
{
|
|
16718
|
+
name: "--palette-primary-light",
|
|
16719
|
+
darkValue: "#63EFFF",
|
|
16720
|
+
lightValue: "#63EFFF",
|
|
16721
|
+
category: "palette",
|
|
16722
|
+
scssAlias: "$palette_primary_light"
|
|
16723
|
+
},
|
|
16724
|
+
{
|
|
16725
|
+
name: "--palette-primary-main",
|
|
16726
|
+
darkValue: "#03BCD4",
|
|
16727
|
+
lightValue: "#03BCD4",
|
|
16728
|
+
category: "palette",
|
|
16729
|
+
scssAlias: "$palette_primary_main"
|
|
16730
|
+
},
|
|
16731
|
+
{
|
|
16732
|
+
name: "--palette-primary-text-1",
|
|
16733
|
+
darkValue: "#FFFFFF",
|
|
16734
|
+
lightValue: "#000",
|
|
16735
|
+
category: "palette",
|
|
16736
|
+
scssAlias: "$palette_t1"
|
|
16737
|
+
},
|
|
16738
|
+
{
|
|
16739
|
+
name: "--palette-primary-text-6",
|
|
16740
|
+
darkValue: "#BDBDBD",
|
|
16741
|
+
lightValue: "#393939",
|
|
16742
|
+
category: "palette",
|
|
16743
|
+
scssAlias: "$palette_t6"
|
|
16744
|
+
},
|
|
16745
|
+
{
|
|
16746
|
+
name: "--palette-primary-text-7",
|
|
16747
|
+
darkValue: "#9E9E9E",
|
|
16748
|
+
lightValue: "#575757",
|
|
16749
|
+
category: "palette",
|
|
16750
|
+
scssAlias: "$palette_t7"
|
|
16751
|
+
},
|
|
16752
|
+
{
|
|
16753
|
+
name: "--palette-primary-text-8",
|
|
16754
|
+
darkValue: "#808080",
|
|
16755
|
+
lightValue: "#757575",
|
|
16756
|
+
category: "palette",
|
|
16757
|
+
scssAlias: "$palette_t8"
|
|
16758
|
+
},
|
|
16759
|
+
{
|
|
16760
|
+
name: "--palette-primary-text-9",
|
|
16761
|
+
darkValue: "#616161",
|
|
16762
|
+
lightValue: "#9e9e9e",
|
|
16763
|
+
category: "palette",
|
|
16764
|
+
scssAlias: "$palette_t9"
|
|
16765
|
+
},
|
|
16766
|
+
{
|
|
16767
|
+
name: "--palette-secondary-dark",
|
|
16768
|
+
darkValue: "#BB002E",
|
|
16769
|
+
lightValue: "#BB002E",
|
|
16770
|
+
category: "palette"
|
|
16771
|
+
},
|
|
16772
|
+
{
|
|
16773
|
+
name: "--palette-secondary-light",
|
|
16774
|
+
darkValue: "#FF5982",
|
|
16775
|
+
lightValue: "#FF5982",
|
|
16776
|
+
category: "palette"
|
|
16777
|
+
},
|
|
16778
|
+
{
|
|
16779
|
+
name: "--palette-secondary-main",
|
|
16780
|
+
darkValue: "#F50056",
|
|
16781
|
+
lightValue: "#F50056",
|
|
16782
|
+
category: "palette"
|
|
16783
|
+
},
|
|
16784
|
+
{
|
|
16785
|
+
name: "--palette-success-bright",
|
|
16786
|
+
darkValue: "#75DB29",
|
|
16787
|
+
lightValue: "#75DB29",
|
|
16788
|
+
category: "palette",
|
|
16789
|
+
scssAlias: "$palette_success_bright"
|
|
16790
|
+
},
|
|
16791
|
+
{
|
|
16792
|
+
name: "--palette-success-dark",
|
|
16793
|
+
darkValue: "#388E3C",
|
|
16794
|
+
lightValue: "#388E3C",
|
|
16795
|
+
category: "palette",
|
|
16796
|
+
scssAlias: "$palette_success_dark"
|
|
16797
|
+
},
|
|
16798
|
+
{
|
|
16799
|
+
name: "--palette-success-light",
|
|
16800
|
+
darkValue: "#88DA8B",
|
|
16801
|
+
lightValue: "#88DA8B",
|
|
16802
|
+
category: "palette",
|
|
16803
|
+
scssAlias: "$palette_success_light"
|
|
16804
|
+
},
|
|
16805
|
+
{
|
|
16806
|
+
name: "--palette-success-main",
|
|
16807
|
+
darkValue: "#4CAF50",
|
|
16808
|
+
lightValue: "#4CAF50",
|
|
16809
|
+
category: "palette",
|
|
16810
|
+
scssAlias: "$palette_success_main"
|
|
16811
|
+
},
|
|
16812
|
+
{
|
|
16813
|
+
name: "--palette-warning-bright",
|
|
16814
|
+
darkValue: "#FFA500",
|
|
16815
|
+
lightValue: "#FFA500",
|
|
16816
|
+
category: "palette",
|
|
16817
|
+
scssAlias: "$palette_warning_bright"
|
|
16818
|
+
},
|
|
16819
|
+
{
|
|
16820
|
+
name: "--palette-warning-dark",
|
|
16821
|
+
darkValue: "#DA8F0F",
|
|
16822
|
+
lightValue: "#DA8F0F",
|
|
16823
|
+
category: "palette",
|
|
16824
|
+
scssAlias: "$palette_warning_dark"
|
|
16825
|
+
},
|
|
16826
|
+
{
|
|
16827
|
+
name: "--palette-warning-light",
|
|
16828
|
+
darkValue: "#FFE679",
|
|
16829
|
+
lightValue: "#FFE679",
|
|
16830
|
+
category: "palette",
|
|
16831
|
+
scssAlias: "$palette_warning_light"
|
|
16832
|
+
},
|
|
16833
|
+
{
|
|
16834
|
+
name: "--palette-warning-main",
|
|
16835
|
+
darkValue: "#FFC107",
|
|
16836
|
+
lightValue: "#FFC107",
|
|
16837
|
+
category: "palette",
|
|
16838
|
+
scssAlias: "$palette_warning_main"
|
|
16839
|
+
},
|
|
16840
|
+
{
|
|
16841
|
+
name: "--status-login-button",
|
|
16842
|
+
darkValue: "#03BCD4",
|
|
16843
|
+
lightValue: "#03BCD4",
|
|
16844
|
+
category: "status"
|
|
16845
|
+
},
|
|
16846
|
+
{
|
|
16847
|
+
name: "--status-login-button-hovered",
|
|
16848
|
+
darkValue: "#03BCD4",
|
|
16849
|
+
lightValue: "#03BCD4",
|
|
16850
|
+
category: "status"
|
|
16851
|
+
},
|
|
16852
|
+
{
|
|
16853
|
+
name: "--status-login-button-label",
|
|
16854
|
+
darkValue: "#ffffff",
|
|
16855
|
+
lightValue: "#000000",
|
|
16856
|
+
category: "status"
|
|
16857
|
+
},
|
|
16858
|
+
{
|
|
16859
|
+
name: "--z-index-app-bar",
|
|
16860
|
+
darkValue: "1100",
|
|
16861
|
+
lightValue: "1100",
|
|
16862
|
+
category: "z-index",
|
|
16863
|
+
scssAlias: "$zIndex_app_bar"
|
|
16864
|
+
},
|
|
16865
|
+
{
|
|
16866
|
+
name: "--z-index-drawer",
|
|
16867
|
+
darkValue: "1200",
|
|
16868
|
+
lightValue: "1200",
|
|
16869
|
+
category: "z-index",
|
|
16870
|
+
scssAlias: "$zIndex_drawer"
|
|
16871
|
+
},
|
|
16872
|
+
{
|
|
16873
|
+
name: "--z-index-mobile-stepper",
|
|
16874
|
+
darkValue: "1000",
|
|
16875
|
+
lightValue: "1000",
|
|
16876
|
+
category: "z-index",
|
|
16877
|
+
scssAlias: "$zIndex_mobile_stepper"
|
|
16878
|
+
},
|
|
16879
|
+
{
|
|
16880
|
+
name: "--z-index-modal",
|
|
16881
|
+
darkValue: "1300",
|
|
16882
|
+
lightValue: "1300",
|
|
16883
|
+
category: "z-index",
|
|
16884
|
+
scssAlias: "$zIndex_modal"
|
|
16885
|
+
},
|
|
16886
|
+
{
|
|
16887
|
+
name: "--z-index-snackbar",
|
|
16888
|
+
darkValue: "1400",
|
|
16889
|
+
lightValue: "1400",
|
|
16890
|
+
category: "z-index",
|
|
16891
|
+
scssAlias: "$zIndex_snackbar"
|
|
16892
|
+
},
|
|
16893
|
+
{
|
|
16894
|
+
name: "--z-index-speed-dial",
|
|
16895
|
+
darkValue: "1050",
|
|
16896
|
+
lightValue: "1050",
|
|
16897
|
+
category: "z-index",
|
|
16898
|
+
scssAlias: "$zIndex_speed_dial"
|
|
16899
|
+
},
|
|
16900
|
+
{
|
|
16901
|
+
name: "--z-index-tooltip",
|
|
16902
|
+
darkValue: "1500",
|
|
16903
|
+
lightValue: "1500",
|
|
16904
|
+
category: "z-index",
|
|
16905
|
+
scssAlias: "$zIndex_tooltip"
|
|
16906
|
+
}
|
|
16907
|
+
];
|
|
16908
|
+
var scssVariables = [
|
|
16909
|
+
{
|
|
16910
|
+
name: "$palette_b1",
|
|
16911
|
+
mapsTo: "var(--palette-background-b-1)"
|
|
16912
|
+
},
|
|
16913
|
+
{
|
|
16914
|
+
name: "$palette_b10",
|
|
16915
|
+
mapsTo: "var(--palette-background-b-10)"
|
|
16916
|
+
},
|
|
16917
|
+
{
|
|
16918
|
+
name: "$palette_b11",
|
|
16919
|
+
mapsTo: "var(--palette-background-b-11)"
|
|
16920
|
+
},
|
|
16921
|
+
{
|
|
16922
|
+
name: "$palette_b2",
|
|
16923
|
+
mapsTo: "var(--palette-background-b-2)"
|
|
16924
|
+
},
|
|
16925
|
+
{
|
|
16926
|
+
name: "$palette_b3",
|
|
16927
|
+
mapsTo: "var(--palette-background-b-3)"
|
|
16928
|
+
},
|
|
16929
|
+
{
|
|
16930
|
+
name: "$palette_b4",
|
|
16931
|
+
mapsTo: "var(--palette-background-b-4)"
|
|
16932
|
+
},
|
|
16933
|
+
{
|
|
16934
|
+
name: "$palette_b5",
|
|
16935
|
+
mapsTo: "var(--palette-background-b-5)"
|
|
16936
|
+
},
|
|
16937
|
+
{
|
|
16938
|
+
name: "$palette_b6",
|
|
16939
|
+
mapsTo: "var(--palette-background-b-6)"
|
|
16940
|
+
},
|
|
16941
|
+
{
|
|
16942
|
+
name: "$palette_b7",
|
|
16943
|
+
mapsTo: "var(--palette-background-b-7)"
|
|
16944
|
+
},
|
|
16945
|
+
{
|
|
16946
|
+
name: "$palette_b8",
|
|
16947
|
+
mapsTo: "var(--palette-background-b-8)"
|
|
16948
|
+
},
|
|
16949
|
+
{
|
|
16950
|
+
name: "$palette_b9",
|
|
16951
|
+
mapsTo: "var(--palette-background-b-9)"
|
|
16952
|
+
},
|
|
16953
|
+
{
|
|
16954
|
+
name: "$palette_error_alert",
|
|
16955
|
+
mapsTo: "var(--palette-error-alert)"
|
|
16956
|
+
},
|
|
16957
|
+
{
|
|
16958
|
+
name: "$palette_error_dark",
|
|
16959
|
+
mapsTo: "var(--palette-error-dark)"
|
|
16960
|
+
},
|
|
16961
|
+
{
|
|
16962
|
+
name: "$palette_error_light",
|
|
16963
|
+
mapsTo: "var(--palette-error-light)"
|
|
16964
|
+
},
|
|
16965
|
+
{
|
|
16966
|
+
name: "$palette_error_main",
|
|
16967
|
+
mapsTo: "var(--palette-error-main)"
|
|
16968
|
+
},
|
|
16969
|
+
{
|
|
16970
|
+
name: "$palette_info_dark",
|
|
16971
|
+
mapsTo: "var(--palette-info-dark)"
|
|
16972
|
+
},
|
|
16973
|
+
{
|
|
16974
|
+
name: "$palette_info_light",
|
|
16975
|
+
mapsTo: "var(--palette-info-light)"
|
|
16976
|
+
},
|
|
16977
|
+
{
|
|
16978
|
+
name: "$palette_info_main",
|
|
16979
|
+
mapsTo: "var(--palette-info-main)"
|
|
16980
|
+
},
|
|
16981
|
+
{
|
|
16982
|
+
name: "$palette_p1",
|
|
16983
|
+
mapsTo: "var(--palette-pastel-p-1)"
|
|
16984
|
+
},
|
|
16985
|
+
{
|
|
16986
|
+
name: "$palette_p10",
|
|
16987
|
+
mapsTo: "var(--palette-pastel-p-10)"
|
|
16988
|
+
},
|
|
16989
|
+
{
|
|
16990
|
+
name: "$palette_p11",
|
|
16991
|
+
mapsTo: "var(--palette-pastel-p-11)"
|
|
16992
|
+
},
|
|
16993
|
+
{
|
|
16994
|
+
name: "$palette_p12",
|
|
16995
|
+
mapsTo: "var(--palette-pastel-p-12)"
|
|
16996
|
+
},
|
|
16997
|
+
{
|
|
16998
|
+
name: "$palette_p13",
|
|
16999
|
+
mapsTo: "var(--palette-pastel-p-13)"
|
|
17000
|
+
},
|
|
17001
|
+
{
|
|
17002
|
+
name: "$palette_p14",
|
|
17003
|
+
mapsTo: "var(--palette-pastel-p-14)"
|
|
17004
|
+
},
|
|
17005
|
+
{
|
|
17006
|
+
name: "$palette_p15",
|
|
17007
|
+
mapsTo: "var(--palette-pastel-p-15)"
|
|
17008
|
+
},
|
|
17009
|
+
{
|
|
17010
|
+
name: "$palette_p16",
|
|
17011
|
+
mapsTo: "var(--palette-pastel-p-16)"
|
|
17012
|
+
},
|
|
17013
|
+
{
|
|
17014
|
+
name: "$palette_p2",
|
|
17015
|
+
mapsTo: "var(--palette-pastel-p-2)"
|
|
17016
|
+
},
|
|
17017
|
+
{
|
|
17018
|
+
name: "$palette_p3",
|
|
17019
|
+
mapsTo: "var(--palette-pastel-p-3)"
|
|
17020
|
+
},
|
|
17021
|
+
{
|
|
17022
|
+
name: "$palette_p4",
|
|
17023
|
+
mapsTo: "var(--palette-pastel-p-4)"
|
|
17024
|
+
},
|
|
17025
|
+
{
|
|
17026
|
+
name: "$palette_p5",
|
|
17027
|
+
mapsTo: "var(--palette-pastel-p-5)"
|
|
17028
|
+
},
|
|
17029
|
+
{
|
|
17030
|
+
name: "$palette_p6",
|
|
17031
|
+
mapsTo: "var(--palette-pastel-p-6)"
|
|
17032
|
+
},
|
|
17033
|
+
{
|
|
17034
|
+
name: "$palette_p7",
|
|
17035
|
+
mapsTo: "var(--palette-pastel-p-7)"
|
|
17036
|
+
},
|
|
17037
|
+
{
|
|
17038
|
+
name: "$palette_p8",
|
|
17039
|
+
mapsTo: "var(--palette-pastel-p-8)"
|
|
17040
|
+
},
|
|
17041
|
+
{
|
|
17042
|
+
name: "$palette_p9",
|
|
17043
|
+
mapsTo: "var(--palette-pastel-p-9)"
|
|
17044
|
+
},
|
|
17045
|
+
{
|
|
17046
|
+
name: "$palette_primary_dark",
|
|
17047
|
+
mapsTo: "var(--palette-primary-dark)"
|
|
17048
|
+
},
|
|
17049
|
+
{
|
|
17050
|
+
name: "$palette_primary_light",
|
|
17051
|
+
mapsTo: "var(--palette-primary-light)"
|
|
17052
|
+
},
|
|
17053
|
+
{
|
|
17054
|
+
name: "$palette_primary_main",
|
|
17055
|
+
mapsTo: "var(--palette-primary-main)"
|
|
17056
|
+
},
|
|
17057
|
+
{
|
|
17058
|
+
name: "$palette_t1",
|
|
17059
|
+
mapsTo: "var(--palette-primary-text-1)"
|
|
17060
|
+
},
|
|
17061
|
+
{
|
|
17062
|
+
name: "$palette_t6",
|
|
17063
|
+
mapsTo: "var(--palette-primary-text-6)"
|
|
17064
|
+
},
|
|
17065
|
+
{
|
|
17066
|
+
name: "$palette_t7",
|
|
17067
|
+
mapsTo: "var(--palette-primary-text-7)"
|
|
17068
|
+
},
|
|
17069
|
+
{
|
|
17070
|
+
name: "$palette_t8",
|
|
17071
|
+
mapsTo: "var(--palette-primary-text-8)"
|
|
17072
|
+
},
|
|
17073
|
+
{
|
|
17074
|
+
name: "$palette_t9",
|
|
17075
|
+
mapsTo: "var(--palette-primary-text-9)"
|
|
17076
|
+
},
|
|
17077
|
+
{
|
|
17078
|
+
name: "$palette_success_bright",
|
|
17079
|
+
mapsTo: "var(--palette-success-bright)"
|
|
17080
|
+
},
|
|
17081
|
+
{
|
|
17082
|
+
name: "$palette_success_dark",
|
|
17083
|
+
mapsTo: "var(--palette-success-dark)"
|
|
17084
|
+
},
|
|
17085
|
+
{
|
|
17086
|
+
name: "$palette_success_light",
|
|
17087
|
+
mapsTo: "var(--palette-success-light)"
|
|
17088
|
+
},
|
|
17089
|
+
{
|
|
17090
|
+
name: "$palette_success_main",
|
|
17091
|
+
mapsTo: "var(--palette-success-main)"
|
|
17092
|
+
},
|
|
17093
|
+
{
|
|
17094
|
+
name: "$palette_warning_bright",
|
|
17095
|
+
mapsTo: "var(--palette-warning-bright)"
|
|
17096
|
+
},
|
|
17097
|
+
{
|
|
17098
|
+
name: "$palette_warning_dark",
|
|
17099
|
+
mapsTo: "var(--palette-warning-dark)"
|
|
17100
|
+
},
|
|
17101
|
+
{
|
|
17102
|
+
name: "$palette_warning_light",
|
|
17103
|
+
mapsTo: "var(--palette-warning-light)"
|
|
17104
|
+
},
|
|
17105
|
+
{
|
|
17106
|
+
name: "$palette_warning_main",
|
|
17107
|
+
mapsTo: "var(--palette-warning-main)"
|
|
17108
|
+
},
|
|
17109
|
+
{
|
|
17110
|
+
name: "$zIndex_app_bar",
|
|
17111
|
+
mapsTo: "var(--z-index-app-bar)"
|
|
17112
|
+
},
|
|
17113
|
+
{
|
|
17114
|
+
name: "$zIndex_drawer",
|
|
17115
|
+
mapsTo: "var(--z-index-drawer)"
|
|
17116
|
+
},
|
|
17117
|
+
{
|
|
17118
|
+
name: "$zIndex_mobile_stepper",
|
|
17119
|
+
mapsTo: "var(--z-index-mobile-stepper)"
|
|
17120
|
+
},
|
|
17121
|
+
{
|
|
17122
|
+
name: "$zIndex_modal",
|
|
17123
|
+
mapsTo: "var(--z-index-modal)"
|
|
17124
|
+
},
|
|
17125
|
+
{
|
|
17126
|
+
name: "$zIndex_snackbar",
|
|
17127
|
+
mapsTo: "var(--z-index-snackbar)"
|
|
17128
|
+
},
|
|
17129
|
+
{
|
|
17130
|
+
name: "$zIndex_speed_dial",
|
|
17131
|
+
mapsTo: "var(--z-index-speed-dial)"
|
|
17132
|
+
},
|
|
17133
|
+
{
|
|
17134
|
+
name: "$zIndex_tooltip",
|
|
17135
|
+
mapsTo: "var(--z-index-tooltip)"
|
|
17136
|
+
}
|
|
16143
17137
|
];
|
|
17138
|
+
var scssFunctions = [
|
|
17139
|
+
{
|
|
17140
|
+
name: "colorAlpha",
|
|
17141
|
+
signature: "colorAlpha($color, $opacity)",
|
|
17142
|
+
description: "Apply alpha transparency to a color using CSS rgb() color function.",
|
|
17143
|
+
example: "background: colorAlpha($palette_primary_main, 0.5);"
|
|
17144
|
+
},
|
|
17145
|
+
{
|
|
17146
|
+
name: "spacing",
|
|
17147
|
+
signature: "spacing($top, $right: '', $bottom: '', $left: '')",
|
|
17148
|
+
description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
|
|
17149
|
+
example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
|
|
17150
|
+
},
|
|
17151
|
+
{
|
|
17152
|
+
name: "transition",
|
|
17153
|
+
signature: "transition($properties...)",
|
|
17154
|
+
description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
|
|
17155
|
+
example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
|
|
17156
|
+
}
|
|
17157
|
+
];
|
|
17158
|
+
var scssMixins = [
|
|
17159
|
+
{
|
|
17160
|
+
name: "verticalFadePseudoElements",
|
|
17161
|
+
signature: "verticalFadePseudoElements($size)",
|
|
17162
|
+
description: "Add gradient fade pseudo-elements to the top and bottom of a scrollable container. Requires --corvaui-background CSS variable."
|
|
17163
|
+
},
|
|
17164
|
+
{
|
|
17165
|
+
name: "transparencyCheckerboard",
|
|
17166
|
+
signature: "transparencyCheckerboard($checkerboardSize)",
|
|
17167
|
+
description: "Add a checkerboard pattern background to indicate transparency."
|
|
17168
|
+
},
|
|
17169
|
+
{
|
|
17170
|
+
name: "transparencyTransparentIndicator",
|
|
17171
|
+
signature: "transparencyTransparentIndicator($borderWidth: 1px)",
|
|
17172
|
+
description: "Add a diagonal red line indicator for transparent/no-color state."
|
|
17173
|
+
}
|
|
17174
|
+
];
|
|
17175
|
+
var spacing = {
|
|
17176
|
+
baseUnit: "8px",
|
|
17177
|
+
scssVariable: "$spacing",
|
|
17178
|
+
scssFunction: {
|
|
17179
|
+
name: "spacing",
|
|
17180
|
+
signature: "spacing($top, $right: '', $bottom: '', $left: '')",
|
|
17181
|
+
description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
|
|
17182
|
+
example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
|
|
17183
|
+
}
|
|
17184
|
+
};
|
|
17185
|
+
var typography = {
|
|
17186
|
+
fontFamily: "'Roboto', sans-serif",
|
|
17187
|
+
scssVariable: "$fontFamily"
|
|
17188
|
+
};
|
|
17189
|
+
var transition = {
|
|
17190
|
+
parameters: "cubic-bezier(0.4, 0, 0.2, 1) 0.15s",
|
|
17191
|
+
scssVariable: "$transition_parameters",
|
|
17192
|
+
scssFunction: {
|
|
17193
|
+
name: "transition",
|
|
17194
|
+
signature: "transition($properties...)",
|
|
17195
|
+
description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
|
|
17196
|
+
example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
|
|
17197
|
+
}
|
|
17198
|
+
};
|
|
17199
|
+
var zIndex = {
|
|
17200
|
+
mobileStepper: {
|
|
17201
|
+
cssVariable: "--z-index-mobile-stepper",
|
|
17202
|
+
value: 1000
|
|
17203
|
+
},
|
|
17204
|
+
speedDial: {
|
|
17205
|
+
cssVariable: "--z-index-speed-dial",
|
|
17206
|
+
value: 1050
|
|
17207
|
+
},
|
|
17208
|
+
appBar: {
|
|
17209
|
+
cssVariable: "--z-index-app-bar",
|
|
17210
|
+
value: 1100
|
|
17211
|
+
},
|
|
17212
|
+
drawer: {
|
|
17213
|
+
cssVariable: "--z-index-drawer",
|
|
17214
|
+
value: 1200
|
|
17215
|
+
},
|
|
17216
|
+
modal: {
|
|
17217
|
+
cssVariable: "--z-index-modal",
|
|
17218
|
+
value: 1300
|
|
17219
|
+
},
|
|
17220
|
+
snackbar: {
|
|
17221
|
+
cssVariable: "--z-index-snackbar",
|
|
17222
|
+
value: 1400
|
|
17223
|
+
},
|
|
17224
|
+
tooltip: {
|
|
17225
|
+
cssVariable: "--z-index-tooltip",
|
|
17226
|
+
value: 1500
|
|
17227
|
+
}
|
|
17228
|
+
};
|
|
16144
17229
|
var themeData = {
|
|
16145
17230
|
palette: palette,
|
|
16146
|
-
|
|
17231
|
+
lightPalette: lightPalette,
|
|
17232
|
+
cssVariables: cssVariables,
|
|
17233
|
+
scssVariables: scssVariables,
|
|
17234
|
+
scssFunctions: scssFunctions,
|
|
17235
|
+
scssMixins: scssMixins,
|
|
17236
|
+
spacing: spacing,
|
|
17237
|
+
typography: typography,
|
|
17238
|
+
transition: transition,
|
|
17239
|
+
zIndex: zIndex
|
|
16147
17240
|
};
|
|
16148
17241
|
|
|
16149
17242
|
var constantsData = [
|
|
@@ -16966,6 +18059,7 @@ var clientsData = [
|
|
|
16966
18059
|
"audits",
|
|
16967
18060
|
"dataset_audits",
|
|
16968
18061
|
"permission_audits",
|
|
18062
|
+
"group_membership_audits",
|
|
16969
18063
|
"provisioning_subscription_audits",
|
|
16970
18064
|
"platform_subscription_audits",
|
|
16971
18065
|
"purchase_subscription_audits",
|
|
@@ -39638,6 +40732,111 @@ var clientsData = [
|
|
|
39638
40732
|
}
|
|
39639
40733
|
}
|
|
39640
40734
|
},
|
|
40735
|
+
{
|
|
40736
|
+
path: "/v2/group_membership_audits",
|
|
40737
|
+
method: "GET",
|
|
40738
|
+
summary: "List Group Membership Audits",
|
|
40739
|
+
tags: [
|
|
40740
|
+
"Audits"
|
|
40741
|
+
],
|
|
40742
|
+
parameters: [
|
|
40743
|
+
{
|
|
40744
|
+
name: "action_name",
|
|
40745
|
+
"in": "query",
|
|
40746
|
+
type: "string",
|
|
40747
|
+
required: false,
|
|
40748
|
+
description: "Search by action (add, remove)"
|
|
40749
|
+
},
|
|
40750
|
+
{
|
|
40751
|
+
name: "user_email",
|
|
40752
|
+
"in": "query",
|
|
40753
|
+
type: "string",
|
|
40754
|
+
required: false,
|
|
40755
|
+
description: "Searches by performer email"
|
|
40756
|
+
},
|
|
40757
|
+
{
|
|
40758
|
+
name: "target_user_email",
|
|
40759
|
+
"in": "query",
|
|
40760
|
+
type: "string",
|
|
40761
|
+
required: false,
|
|
40762
|
+
description: "Search by target user email"
|
|
40763
|
+
},
|
|
40764
|
+
{
|
|
40765
|
+
name: "group_name",
|
|
40766
|
+
"in": "query",
|
|
40767
|
+
type: "string",
|
|
40768
|
+
required: false,
|
|
40769
|
+
description: "Search by group name"
|
|
40770
|
+
},
|
|
40771
|
+
{
|
|
40772
|
+
name: "company_id",
|
|
40773
|
+
"in": "query",
|
|
40774
|
+
type: "integer",
|
|
40775
|
+
required: false,
|
|
40776
|
+
description: "Filter by company"
|
|
40777
|
+
},
|
|
40778
|
+
{
|
|
40779
|
+
name: "start",
|
|
40780
|
+
"in": "query",
|
|
40781
|
+
type: "integer",
|
|
40782
|
+
required: false,
|
|
40783
|
+
description: "Search by start time as a Unix timestamp"
|
|
40784
|
+
},
|
|
40785
|
+
{
|
|
40786
|
+
name: "end",
|
|
40787
|
+
"in": "query",
|
|
40788
|
+
type: "integer",
|
|
40789
|
+
required: false,
|
|
40790
|
+
description: "Search by end time as a Unix timestamp"
|
|
40791
|
+
},
|
|
40792
|
+
{
|
|
40793
|
+
name: "page",
|
|
40794
|
+
"in": "query",
|
|
40795
|
+
type: "integer",
|
|
40796
|
+
required: false,
|
|
40797
|
+
description: "Number of page"
|
|
40798
|
+
},
|
|
40799
|
+
{
|
|
40800
|
+
name: "per_page",
|
|
40801
|
+
"in": "query",
|
|
40802
|
+
type: "integer",
|
|
40803
|
+
required: false,
|
|
40804
|
+
description: "Number of items to list per page"
|
|
40805
|
+
},
|
|
40806
|
+
{
|
|
40807
|
+
name: "sort",
|
|
40808
|
+
"in": "query",
|
|
40809
|
+
type: "string",
|
|
40810
|
+
required: false,
|
|
40811
|
+
description: "One or more fields to sort by. Prefix with a - for descending order. Ex: action, -created_at"
|
|
40812
|
+
},
|
|
40813
|
+
{
|
|
40814
|
+
name: "order",
|
|
40815
|
+
"in": "query",
|
|
40816
|
+
type: "string",
|
|
40817
|
+
required: false,
|
|
40818
|
+
description: "A sorting direction"
|
|
40819
|
+
}
|
|
40820
|
+
],
|
|
40821
|
+
responses: {
|
|
40822
|
+
"200": {
|
|
40823
|
+
description: "Successful response",
|
|
40824
|
+
schema: "any"
|
|
40825
|
+
},
|
|
40826
|
+
"401": {
|
|
40827
|
+
description: "Authentication error",
|
|
40828
|
+
schema: "any"
|
|
40829
|
+
},
|
|
40830
|
+
"403": {
|
|
40831
|
+
description: "Authorization error",
|
|
40832
|
+
schema: "any"
|
|
40833
|
+
},
|
|
40834
|
+
"404": {
|
|
40835
|
+
description: "Not found error",
|
|
40836
|
+
schema: "any"
|
|
40837
|
+
}
|
|
40838
|
+
}
|
|
40839
|
+
},
|
|
39641
40840
|
{
|
|
39642
40841
|
path: "/v2/provisioning_subscription_audits",
|
|
39643
40842
|
method: "GET",
|
|
@@ -40103,6 +41302,13 @@ var clientsData = [
|
|
|
40103
41302
|
required: false,
|
|
40104
41303
|
description: "Filter by corva_v3"
|
|
40105
41304
|
},
|
|
41305
|
+
{
|
|
41306
|
+
name: "corva_next",
|
|
41307
|
+
"in": "query",
|
|
41308
|
+
type: "boolean",
|
|
41309
|
+
required: false,
|
|
41310
|
+
description: "Filter by corva_next (iOS app)"
|
|
41311
|
+
},
|
|
40106
41312
|
{
|
|
40107
41313
|
name: "user_group",
|
|
40108
41314
|
"in": "query",
|
|
@@ -50832,6 +52038,13 @@ var clientsData = [
|
|
|
50832
52038
|
required: false,
|
|
50833
52039
|
description: "Filter by corva_v3"
|
|
50834
52040
|
},
|
|
52041
|
+
{
|
|
52042
|
+
name: "corva_next",
|
|
52043
|
+
"in": "query",
|
|
52044
|
+
type: "boolean",
|
|
52045
|
+
required: false,
|
|
52046
|
+
description: "Filter by corva_next (iOS app)"
|
|
52047
|
+
},
|
|
50835
52048
|
{
|
|
50836
52049
|
name: "user_group",
|
|
50837
52050
|
"in": "query",
|
|
@@ -58027,6 +59240,111 @@ var clientsData = [
|
|
|
58027
59240
|
}
|
|
58028
59241
|
}
|
|
58029
59242
|
},
|
|
59243
|
+
{
|
|
59244
|
+
path: "/v2/group_membership_audits",
|
|
59245
|
+
method: "GET",
|
|
59246
|
+
summary: "List Group Membership Audits",
|
|
59247
|
+
tags: [
|
|
59248
|
+
"Audits"
|
|
59249
|
+
],
|
|
59250
|
+
parameters: [
|
|
59251
|
+
{
|
|
59252
|
+
name: "action_name",
|
|
59253
|
+
"in": "query",
|
|
59254
|
+
type: "string",
|
|
59255
|
+
required: false,
|
|
59256
|
+
description: "Search by action (add, remove)"
|
|
59257
|
+
},
|
|
59258
|
+
{
|
|
59259
|
+
name: "user_email",
|
|
59260
|
+
"in": "query",
|
|
59261
|
+
type: "string",
|
|
59262
|
+
required: false,
|
|
59263
|
+
description: "Searches by performer email"
|
|
59264
|
+
},
|
|
59265
|
+
{
|
|
59266
|
+
name: "target_user_email",
|
|
59267
|
+
"in": "query",
|
|
59268
|
+
type: "string",
|
|
59269
|
+
required: false,
|
|
59270
|
+
description: "Search by target user email"
|
|
59271
|
+
},
|
|
59272
|
+
{
|
|
59273
|
+
name: "group_name",
|
|
59274
|
+
"in": "query",
|
|
59275
|
+
type: "string",
|
|
59276
|
+
required: false,
|
|
59277
|
+
description: "Search by group name"
|
|
59278
|
+
},
|
|
59279
|
+
{
|
|
59280
|
+
name: "company_id",
|
|
59281
|
+
"in": "query",
|
|
59282
|
+
type: "integer",
|
|
59283
|
+
required: false,
|
|
59284
|
+
description: "Filter by company"
|
|
59285
|
+
},
|
|
59286
|
+
{
|
|
59287
|
+
name: "start",
|
|
59288
|
+
"in": "query",
|
|
59289
|
+
type: "integer",
|
|
59290
|
+
required: false,
|
|
59291
|
+
description: "Search by start time as a Unix timestamp"
|
|
59292
|
+
},
|
|
59293
|
+
{
|
|
59294
|
+
name: "end",
|
|
59295
|
+
"in": "query",
|
|
59296
|
+
type: "integer",
|
|
59297
|
+
required: false,
|
|
59298
|
+
description: "Search by end time as a Unix timestamp"
|
|
59299
|
+
},
|
|
59300
|
+
{
|
|
59301
|
+
name: "page",
|
|
59302
|
+
"in": "query",
|
|
59303
|
+
type: "integer",
|
|
59304
|
+
required: false,
|
|
59305
|
+
description: "Number of page"
|
|
59306
|
+
},
|
|
59307
|
+
{
|
|
59308
|
+
name: "per_page",
|
|
59309
|
+
"in": "query",
|
|
59310
|
+
type: "integer",
|
|
59311
|
+
required: false,
|
|
59312
|
+
description: "Number of items to list per page"
|
|
59313
|
+
},
|
|
59314
|
+
{
|
|
59315
|
+
name: "sort",
|
|
59316
|
+
"in": "query",
|
|
59317
|
+
type: "string",
|
|
59318
|
+
required: false,
|
|
59319
|
+
description: "One or more fields to sort by. Prefix with a - for descending order. Ex: action, -created_at"
|
|
59320
|
+
},
|
|
59321
|
+
{
|
|
59322
|
+
name: "order",
|
|
59323
|
+
"in": "query",
|
|
59324
|
+
type: "string",
|
|
59325
|
+
required: false,
|
|
59326
|
+
description: "A sorting direction"
|
|
59327
|
+
}
|
|
59328
|
+
],
|
|
59329
|
+
responses: {
|
|
59330
|
+
"200": {
|
|
59331
|
+
description: "Successful response",
|
|
59332
|
+
schema: "any"
|
|
59333
|
+
},
|
|
59334
|
+
"401": {
|
|
59335
|
+
description: "Authentication error",
|
|
59336
|
+
schema: "any"
|
|
59337
|
+
},
|
|
59338
|
+
"403": {
|
|
59339
|
+
description: "Authorization error",
|
|
59340
|
+
schema: "any"
|
|
59341
|
+
},
|
|
59342
|
+
"404": {
|
|
59343
|
+
description: "Not found error",
|
|
59344
|
+
schema: "any"
|
|
59345
|
+
}
|
|
59346
|
+
}
|
|
59347
|
+
},
|
|
58030
59348
|
{
|
|
58031
59349
|
path: "/v2/package_audits",
|
|
58032
59350
|
method: "GET",
|
|
@@ -79181,7 +80499,7 @@ var entries = [
|
|
|
79181
80499
|
id: "component-v2-AppFooter",
|
|
79182
80500
|
type: "component",
|
|
79183
80501
|
name: "AppFooter",
|
|
79184
|
-
description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407
|
|
80502
|
+
description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407)",
|
|
79185
80503
|
keywords: [
|
|
79186
80504
|
"appfooter",
|
|
79187
80505
|
"application",
|
|
@@ -79189,14 +80507,14 @@ var entries = [
|
|
|
79189
80507
|
"dataquality",
|
|
79190
80508
|
"popover",
|
|
79191
80509
|
"described",
|
|
79192
|
-
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407
|
|
80510
|
+
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
|
|
79193
80511
|
],
|
|
79194
80512
|
tags: [
|
|
79195
80513
|
"experimental"
|
|
79196
80514
|
],
|
|
79197
80515
|
category: "components-v2",
|
|
79198
80516
|
importPath: "@corva/ui/componentsV2",
|
|
79199
|
-
searchText: "appfooter application footer. dataquality popover is described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407
|
|
80517
|
+
searchText: "appfooter application footer. dataquality popover is described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407) appfooter application footer. dataquality popover described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
|
|
79200
80518
|
},
|
|
79201
80519
|
{
|
|
79202
80520
|
id: "component-v2-AppHeader",
|
|
@@ -79353,14 +80671,16 @@ var entries = [
|
|
|
79353
80671
|
description: "",
|
|
79354
80672
|
keywords: [
|
|
79355
80673
|
"badgecomment",
|
|
79356
|
-
"comment"
|
|
80674
|
+
"comment",
|
|
80675
|
+
"annotation",
|
|
80676
|
+
"note"
|
|
79357
80677
|
],
|
|
79358
80678
|
tags: [
|
|
79359
80679
|
"experimental"
|
|
79360
80680
|
],
|
|
79361
80681
|
category: "components-v2",
|
|
79362
80682
|
importPath: "@corva/ui/componentsV2",
|
|
79363
|
-
searchText: "badgecomment badgecomment comment"
|
|
80683
|
+
searchText: "badgecomment badgecomment comment annotation note"
|
|
79364
80684
|
},
|
|
79365
80685
|
{
|
|
79366
80686
|
id: "component-v2-BadgeCounter",
|
|
@@ -79369,9 +80689,13 @@ var entries = [
|
|
|
79369
80689
|
description: "A component for displaying a badge over icons/buttons/etc",
|
|
79370
80690
|
keywords: [
|
|
79371
80691
|
"badgecounter",
|
|
80692
|
+
"counter",
|
|
80693
|
+
"count",
|
|
80694
|
+
"number",
|
|
80695
|
+
"indicator",
|
|
80696
|
+
"badge",
|
|
79372
80697
|
"statusbadge",
|
|
79373
80698
|
"status",
|
|
79374
|
-
"badge",
|
|
79375
80699
|
"status badge",
|
|
79376
80700
|
"component",
|
|
79377
80701
|
"displaying",
|
|
@@ -79383,7 +80707,7 @@ var entries = [
|
|
|
79383
80707
|
],
|
|
79384
80708
|
category: "components-v2",
|
|
79385
80709
|
importPath: "@corva/ui/componentsV2",
|
|
79386
|
-
searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter
|
|
80710
|
+
searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter counter count number indicator badge statusbadge status status badge component displaying over icons/buttons/etc"
|
|
79387
80711
|
},
|
|
79388
80712
|
{
|
|
79389
80713
|
id: "component-v2-BadgeDot",
|
|
@@ -79392,8 +80716,11 @@ var entries = [
|
|
|
79392
80716
|
description: "A component for displaying a badge over icons/buttons/etc",
|
|
79393
80717
|
keywords: [
|
|
79394
80718
|
"badgedot",
|
|
79395
|
-
"
|
|
80719
|
+
"dot",
|
|
79396
80720
|
"status",
|
|
80721
|
+
"notification",
|
|
80722
|
+
"indicator",
|
|
80723
|
+
"statusbadge",
|
|
79397
80724
|
"badge",
|
|
79398
80725
|
"status badge",
|
|
79399
80726
|
"component",
|
|
@@ -79406,7 +80733,7 @@ var entries = [
|
|
|
79406
80733
|
],
|
|
79407
80734
|
category: "components-v2",
|
|
79408
80735
|
importPath: "@corva/ui/componentsV2",
|
|
79409
|
-
searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot
|
|
80736
|
+
searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot dot status notification indicator statusbadge badge status badge component displaying over icons/buttons/etc"
|
|
79410
80737
|
},
|
|
79411
80738
|
{
|
|
79412
80739
|
id: "component-v2-Breadcrumbs",
|
|
@@ -79414,14 +80741,18 @@ var entries = [
|
|
|
79414
80741
|
name: "Breadcrumbs",
|
|
79415
80742
|
description: "",
|
|
79416
80743
|
keywords: [
|
|
79417
|
-
"breadcrumbs"
|
|
80744
|
+
"breadcrumbs",
|
|
80745
|
+
"navigation",
|
|
80746
|
+
"path",
|
|
80747
|
+
"trail",
|
|
80748
|
+
"breadcrumb"
|
|
79418
80749
|
],
|
|
79419
80750
|
tags: [
|
|
79420
80751
|
"experimental"
|
|
79421
80752
|
],
|
|
79422
80753
|
category: "components-v2",
|
|
79423
80754
|
importPath: "@corva/ui/componentsV2",
|
|
79424
|
-
searchText: "breadcrumbs breadcrumbs"
|
|
80755
|
+
searchText: "breadcrumbs breadcrumbs navigation path trail breadcrumb"
|
|
79425
80756
|
},
|
|
79426
80757
|
{
|
|
79427
80758
|
id: "component-v2-Button",
|
|
@@ -79606,14 +80937,18 @@ var entries = [
|
|
|
79606
80937
|
name: "ColorPicker",
|
|
79607
80938
|
description: "",
|
|
79608
80939
|
keywords: [
|
|
79609
|
-
"colorpicker"
|
|
80940
|
+
"colorpicker",
|
|
80941
|
+
"color",
|
|
80942
|
+
"palette",
|
|
80943
|
+
"pick",
|
|
80944
|
+
"swatch"
|
|
79610
80945
|
],
|
|
79611
80946
|
tags: [
|
|
79612
80947
|
"experimental"
|
|
79613
80948
|
],
|
|
79614
80949
|
category: "components-v2",
|
|
79615
80950
|
importPath: "@corva/ui/componentsV2",
|
|
79616
|
-
searchText: "colorpicker colorpicker"
|
|
80951
|
+
searchText: "colorpicker colorpicker color palette pick swatch"
|
|
79617
80952
|
},
|
|
79618
80953
|
{
|
|
79619
80954
|
id: "component-v2-CompletionsOffsetWellPicker",
|
|
@@ -79645,14 +80980,17 @@ var entries = [
|
|
|
79645
80980
|
name: "CopyToClipboard",
|
|
79646
80981
|
description: "",
|
|
79647
80982
|
keywords: [
|
|
79648
|
-
"copytoclipboard"
|
|
80983
|
+
"copytoclipboard",
|
|
80984
|
+
"copy",
|
|
80985
|
+
"clipboard",
|
|
80986
|
+
"duplicate"
|
|
79649
80987
|
],
|
|
79650
80988
|
tags: [
|
|
79651
80989
|
"experimental"
|
|
79652
80990
|
],
|
|
79653
80991
|
category: "components-v2",
|
|
79654
80992
|
importPath: "@corva/ui/componentsV2",
|
|
79655
|
-
searchText: "copytoclipboard copytoclipboard"
|
|
80993
|
+
searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
|
|
79656
80994
|
},
|
|
79657
80995
|
{
|
|
79658
80996
|
id: "component-v2-Counter",
|
|
@@ -79660,14 +80998,18 @@ var entries = [
|
|
|
79660
80998
|
name: "Counter",
|
|
79661
80999
|
description: "",
|
|
79662
81000
|
keywords: [
|
|
79663
|
-
"counter"
|
|
81001
|
+
"counter",
|
|
81002
|
+
"count",
|
|
81003
|
+
"number",
|
|
81004
|
+
"badge",
|
|
81005
|
+
"indicator"
|
|
79664
81006
|
],
|
|
79665
81007
|
tags: [
|
|
79666
81008
|
"experimental"
|
|
79667
81009
|
],
|
|
79668
81010
|
category: "components-v2",
|
|
79669
81011
|
importPath: "@corva/ui/componentsV2",
|
|
79670
|
-
searchText: "counter counter"
|
|
81012
|
+
searchText: "counter counter count number badge indicator"
|
|
79671
81013
|
},
|
|
79672
81014
|
{
|
|
79673
81015
|
id: "component-v2-DatePicker",
|
|
@@ -79695,9 +81037,12 @@ var entries = [
|
|
|
79695
81037
|
description: "A common drag handle for all drag-and-drop applications",
|
|
79696
81038
|
keywords: [
|
|
79697
81039
|
"draghandle",
|
|
79698
|
-
"common",
|
|
79699
81040
|
"drag",
|
|
81041
|
+
"reorder",
|
|
81042
|
+
"sort",
|
|
81043
|
+
"move",
|
|
79700
81044
|
"handle",
|
|
81045
|
+
"common",
|
|
79701
81046
|
"drag-and-drop",
|
|
79702
81047
|
"applications"
|
|
79703
81048
|
],
|
|
@@ -79706,7 +81051,7 @@ var entries = [
|
|
|
79706
81051
|
],
|
|
79707
81052
|
category: "components-v2",
|
|
79708
81053
|
importPath: "@corva/ui/componentsV2",
|
|
79709
|
-
searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle
|
|
81054
|
+
searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle drag reorder sort move handle common drag-and-drop applications"
|
|
79710
81055
|
},
|
|
79711
81056
|
{
|
|
79712
81057
|
id: "component-v2-EmptyState",
|
|
@@ -79714,14 +81059,19 @@ var entries = [
|
|
|
79714
81059
|
name: "EmptyState",
|
|
79715
81060
|
description: "",
|
|
79716
81061
|
keywords: [
|
|
79717
|
-
"emptystate"
|
|
81062
|
+
"emptystate",
|
|
81063
|
+
"empty",
|
|
81064
|
+
"no data",
|
|
81065
|
+
"placeholder",
|
|
81066
|
+
"blank",
|
|
81067
|
+
"no results"
|
|
79718
81068
|
],
|
|
79719
81069
|
tags: [
|
|
79720
81070
|
"experimental"
|
|
79721
81071
|
],
|
|
79722
81072
|
category: "components-v2",
|
|
79723
81073
|
importPath: "@corva/ui/componentsV2",
|
|
79724
|
-
searchText: "emptystate emptystate"
|
|
81074
|
+
searchText: "emptystate emptystate empty no data placeholder blank no results"
|
|
79725
81075
|
},
|
|
79726
81076
|
{
|
|
79727
81077
|
id: "component-v2-FileIcon",
|
|
@@ -79745,8 +81095,12 @@ var entries = [
|
|
|
79745
81095
|
description: "A dropzone for file uploads. Most likely you will need `<FilesProcessor/>`",
|
|
79746
81096
|
keywords: [
|
|
79747
81097
|
"filesdropzone",
|
|
79748
|
-
"
|
|
81098
|
+
"upload",
|
|
81099
|
+
"drag",
|
|
81100
|
+
"drop",
|
|
79749
81101
|
"file",
|
|
81102
|
+
"attachment",
|
|
81103
|
+
"dropzone",
|
|
79750
81104
|
"uploads.",
|
|
79751
81105
|
"most",
|
|
79752
81106
|
"likely",
|
|
@@ -79759,7 +81113,7 @@ var entries = [
|
|
|
79759
81113
|
],
|
|
79760
81114
|
category: "components-v2",
|
|
79761
81115
|
importPath: "@corva/ui/componentsV2",
|
|
79762
|
-
searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone
|
|
81116
|
+
searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone upload drag drop file attachment dropzone uploads. most likely will need `<filesprocessor/>`"
|
|
79763
81117
|
},
|
|
79764
81118
|
{
|
|
79765
81119
|
id: "component-v2-FilesLoader",
|
|
@@ -79814,14 +81168,18 @@ var entries = [
|
|
|
79814
81168
|
name: "Grid",
|
|
79815
81169
|
description: "",
|
|
79816
81170
|
keywords: [
|
|
79817
|
-
"grid"
|
|
81171
|
+
"grid",
|
|
81172
|
+
"layout",
|
|
81173
|
+
"columns",
|
|
81174
|
+
"rows",
|
|
81175
|
+
"responsive"
|
|
79818
81176
|
],
|
|
79819
81177
|
tags: [
|
|
79820
81178
|
"experimental"
|
|
79821
81179
|
],
|
|
79822
81180
|
category: "components-v2",
|
|
79823
81181
|
importPath: "@corva/ui/componentsV2",
|
|
79824
|
-
searchText: "grid grid"
|
|
81182
|
+
searchText: "grid grid layout columns rows responsive"
|
|
79825
81183
|
},
|
|
79826
81184
|
{
|
|
79827
81185
|
id: "component-v2-Header",
|
|
@@ -79857,6 +81215,11 @@ var entries = [
|
|
|
79857
81215
|
description: "Used for attracting user's attention to new features, providing usage hints, etc",
|
|
79858
81216
|
keywords: [
|
|
79859
81217
|
"hint",
|
|
81218
|
+
"help",
|
|
81219
|
+
"info",
|
|
81220
|
+
"question",
|
|
81221
|
+
"tooltip",
|
|
81222
|
+
"information",
|
|
79860
81223
|
"used",
|
|
79861
81224
|
"attracting",
|
|
79862
81225
|
"user's",
|
|
@@ -79870,7 +81233,7 @@ var entries = [
|
|
|
79870
81233
|
],
|
|
79871
81234
|
category: "components-v2",
|
|
79872
81235
|
importPath: "@corva/ui/componentsV2",
|
|
79873
|
-
searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
|
|
81236
|
+
searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
|
|
79874
81237
|
},
|
|
79875
81238
|
{
|
|
79876
81239
|
id: "component-v2-IndicatorLive",
|
|
@@ -79983,8 +81346,11 @@ var entries = [
|
|
|
79983
81346
|
description: "Used to provide a visual clue that the page/app/large UI block is in loading state",
|
|
79984
81347
|
keywords: [
|
|
79985
81348
|
"loaderlogo",
|
|
79986
|
-
"loadingindicator",
|
|
79987
81349
|
"loading",
|
|
81350
|
+
"splash",
|
|
81351
|
+
"brand",
|
|
81352
|
+
"startup",
|
|
81353
|
+
"loadingindicator",
|
|
79988
81354
|
"indicator",
|
|
79989
81355
|
"loading indicator",
|
|
79990
81356
|
"used",
|
|
@@ -80000,7 +81366,7 @@ var entries = [
|
|
|
80000
81366
|
],
|
|
80001
81367
|
category: "components-v2",
|
|
80002
81368
|
importPath: "@corva/ui/componentsV2",
|
|
80003
|
-
searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loadingindicator
|
|
81369
|
+
searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loading splash brand startup loadingindicator indicator loading indicator used provide visual clue page/app/large block state"
|
|
80004
81370
|
},
|
|
80005
81371
|
{
|
|
80006
81372
|
id: "component-v2-Menu",
|
|
@@ -80116,10 +81482,13 @@ var entries = [
|
|
|
80116
81482
|
description: "A low-level component that serves as a container for cards, popovers, modals, etc",
|
|
80117
81483
|
keywords: [
|
|
80118
81484
|
"paper",
|
|
81485
|
+
"card",
|
|
81486
|
+
"container",
|
|
81487
|
+
"panel",
|
|
81488
|
+
"surface",
|
|
80119
81489
|
"low-level",
|
|
80120
81490
|
"component",
|
|
80121
81491
|
"serves",
|
|
80122
|
-
"container",
|
|
80123
81492
|
"cards,",
|
|
80124
81493
|
"popovers,",
|
|
80125
81494
|
"modals,"
|
|
@@ -80129,7 +81498,7 @@ var entries = [
|
|
|
80129
81498
|
],
|
|
80130
81499
|
category: "components-v2",
|
|
80131
81500
|
importPath: "@corva/ui/componentsV2",
|
|
80132
|
-
searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper low-level component serves
|
|
81501
|
+
searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper card container panel surface low-level component serves cards, popovers, modals,"
|
|
80133
81502
|
},
|
|
80134
81503
|
{
|
|
80135
81504
|
id: "component-v2-Popover",
|
|
@@ -80138,6 +81507,10 @@ var entries = [
|
|
|
80138
81507
|
description: "A low-level component for creating popovers with a backdrop. Provides very little own styling by default",
|
|
80139
81508
|
keywords: [
|
|
80140
81509
|
"popover",
|
|
81510
|
+
"popup",
|
|
81511
|
+
"overlay",
|
|
81512
|
+
"floating",
|
|
81513
|
+
"hover",
|
|
80141
81514
|
"low-level",
|
|
80142
81515
|
"component",
|
|
80143
81516
|
"creating",
|
|
@@ -80154,7 +81527,7 @@ var entries = [
|
|
|
80154
81527
|
],
|
|
80155
81528
|
category: "components-v2",
|
|
80156
81529
|
importPath: "@corva/ui/componentsV2",
|
|
80157
|
-
searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover low-level component creating popovers backdrop. provides very little styling default"
|
|
81530
|
+
searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover popup overlay floating hover low-level component creating popovers backdrop. provides very little styling default"
|
|
80158
81531
|
},
|
|
80159
81532
|
{
|
|
80160
81533
|
id: "component-v2-Popper",
|
|
@@ -80163,6 +81536,10 @@ var entries = [
|
|
|
80163
81536
|
description: "A low-level component for displaying popups, tooltips, etc. You will most likely need `<Popover/>`, `<Menu/>` or `<Tooltip/>`",
|
|
80164
81537
|
keywords: [
|
|
80165
81538
|
"popper",
|
|
81539
|
+
"floating",
|
|
81540
|
+
"positioned",
|
|
81541
|
+
"overlay",
|
|
81542
|
+
"popup",
|
|
80166
81543
|
"low-level",
|
|
80167
81544
|
"component",
|
|
80168
81545
|
"displaying",
|
|
@@ -80179,7 +81556,7 @@ var entries = [
|
|
|
80179
81556
|
],
|
|
80180
81557
|
category: "components-v2",
|
|
80181
81558
|
importPath: "@corva/ui/componentsV2",
|
|
80182
|
-
searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper low-level component displaying popups, tooltips, etc. will most likely need"
|
|
81559
|
+
searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper floating positioned overlay popup low-level component displaying popups, tooltips, etc. will most likely need"
|
|
80183
81560
|
},
|
|
80184
81561
|
{
|
|
80185
81562
|
id: "component-v2-Radio",
|
|
@@ -80379,14 +81756,18 @@ var entries = [
|
|
|
80379
81756
|
description: "",
|
|
80380
81757
|
keywords: [
|
|
80381
81758
|
"tag",
|
|
80382
|
-
"
|
|
81759
|
+
"label",
|
|
81760
|
+
"badge",
|
|
81761
|
+
"chip",
|
|
81762
|
+
"pill",
|
|
81763
|
+
"indicator"
|
|
80383
81764
|
],
|
|
80384
81765
|
tags: [
|
|
80385
81766
|
"experimental"
|
|
80386
81767
|
],
|
|
80387
81768
|
category: "components-v2",
|
|
80388
81769
|
importPath: "@corva/ui/componentsV2",
|
|
80389
|
-
searchText: "tag tag chip"
|
|
81770
|
+
searchText: "tag tag label badge chip pill indicator"
|
|
80390
81771
|
},
|
|
80391
81772
|
{
|
|
80392
81773
|
id: "component-v2-TemplatesControl",
|
|
@@ -80511,6 +81892,10 @@ var entries = [
|
|
|
80511
81892
|
keywords: [
|
|
80512
81893
|
"textlink",
|
|
80513
81894
|
"link",
|
|
81895
|
+
"anchor",
|
|
81896
|
+
"hyperlink",
|
|
81897
|
+
"navigate",
|
|
81898
|
+
"url",
|
|
80514
81899
|
"component.",
|
|
80515
81900
|
"integrated",
|
|
80516
81901
|
"routing",
|
|
@@ -80526,7 +81911,7 @@ var entries = [
|
|
|
80526
81911
|
],
|
|
80527
81912
|
category: "components-v2",
|
|
80528
81913
|
importPath: "@corva/ui/componentsV2",
|
|
80529
|
-
searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link component. integrated routing solutions (like `react-router`) using `component` prop."
|
|
81914
|
+
searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link anchor hyperlink navigate url component. integrated routing solutions (like `react-router`) using `component` prop."
|
|
80530
81915
|
},
|
|
80531
81916
|
{
|
|
80532
81917
|
id: "component-v2-TextMiddleTruncated",
|
|
@@ -80557,14 +81942,19 @@ var entries = [
|
|
|
80557
81942
|
name: "ToggleButtons",
|
|
80558
81943
|
description: "",
|
|
80559
81944
|
keywords: [
|
|
80560
|
-
"togglebuttons"
|
|
81945
|
+
"togglebuttons",
|
|
81946
|
+
"segment",
|
|
81947
|
+
"pill",
|
|
81948
|
+
"button group",
|
|
81949
|
+
"segmented control",
|
|
81950
|
+
"toggle"
|
|
80561
81951
|
],
|
|
80562
81952
|
tags: [
|
|
80563
81953
|
"experimental"
|
|
80564
81954
|
],
|
|
80565
81955
|
category: "components-v2",
|
|
80566
81956
|
importPath: "@corva/ui/componentsV2",
|
|
80567
|
-
searchText: "togglebuttons togglebuttons"
|
|
81957
|
+
searchText: "togglebuttons togglebuttons segment pill button group segmented control toggle"
|
|
80568
81958
|
},
|
|
80569
81959
|
{
|
|
80570
81960
|
id: "component-v2-Tooltip",
|
|
@@ -80865,9 +82255,12 @@ var entries = [
|
|
|
80865
82255
|
description: "Used as a hierarchical navigation element at the tp of the page",
|
|
80866
82256
|
keywords: [
|
|
80867
82257
|
"breadcrumbs",
|
|
82258
|
+
"navigation",
|
|
82259
|
+
"path",
|
|
82260
|
+
"trail",
|
|
82261
|
+
"breadcrumb",
|
|
80868
82262
|
"used",
|
|
80869
82263
|
"hierarchical",
|
|
80870
|
-
"navigation",
|
|
80871
82264
|
"element",
|
|
80872
82265
|
"page"
|
|
80873
82266
|
],
|
|
@@ -80876,7 +82269,7 @@ var entries = [
|
|
|
80876
82269
|
],
|
|
80877
82270
|
category: "components-v1",
|
|
80878
82271
|
importPath: "@corva/ui/components",
|
|
80879
|
-
searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs used hierarchical
|
|
82272
|
+
searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs navigation path trail breadcrumb used hierarchical element page"
|
|
80880
82273
|
},
|
|
80881
82274
|
{
|
|
80882
82275
|
id: "component-v1-Button",
|
|
@@ -80988,10 +82381,13 @@ var entries = [
|
|
|
80988
82381
|
description: "Used to provide a rich color input",
|
|
80989
82382
|
keywords: [
|
|
80990
82383
|
"colorpicker",
|
|
82384
|
+
"color",
|
|
82385
|
+
"palette",
|
|
82386
|
+
"pick",
|
|
82387
|
+
"swatch",
|
|
80991
82388
|
"used",
|
|
80992
82389
|
"provide",
|
|
80993
82390
|
"rich",
|
|
80994
|
-
"color",
|
|
80995
82391
|
"input"
|
|
80996
82392
|
],
|
|
80997
82393
|
tags: [
|
|
@@ -80999,7 +82395,7 @@ var entries = [
|
|
|
80999
82395
|
],
|
|
81000
82396
|
category: "components-v1",
|
|
81001
82397
|
importPath: "@corva/ui/components",
|
|
81002
|
-
searchText: "colorpicker used to provide a rich color input colorpicker used provide rich
|
|
82398
|
+
searchText: "colorpicker used to provide a rich color input colorpicker color palette pick swatch used provide rich input"
|
|
81003
82399
|
},
|
|
81004
82400
|
{
|
|
81005
82401
|
id: "component-v1-ColorPickerPalette",
|
|
@@ -81092,14 +82488,17 @@ var entries = [
|
|
|
81092
82488
|
name: "CopyToClipboard",
|
|
81093
82489
|
description: "",
|
|
81094
82490
|
keywords: [
|
|
81095
|
-
"copytoclipboard"
|
|
82491
|
+
"copytoclipboard",
|
|
82492
|
+
"copy",
|
|
82493
|
+
"clipboard",
|
|
82494
|
+
"duplicate"
|
|
81096
82495
|
],
|
|
81097
82496
|
tags: [
|
|
81098
82497
|
"v1"
|
|
81099
82498
|
],
|
|
81100
82499
|
category: "components-v1",
|
|
81101
82500
|
importPath: "@corva/ui/components",
|
|
81102
|
-
searchText: "copytoclipboard copytoclipboard"
|
|
82501
|
+
searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
|
|
81103
82502
|
},
|
|
81104
82503
|
{
|
|
81105
82504
|
id: "component-v1-Counter",
|
|
@@ -81107,14 +82506,18 @@ var entries = [
|
|
|
81107
82506
|
name: "Counter",
|
|
81108
82507
|
description: "",
|
|
81109
82508
|
keywords: [
|
|
81110
|
-
"counter"
|
|
82509
|
+
"counter",
|
|
82510
|
+
"count",
|
|
82511
|
+
"number",
|
|
82512
|
+
"badge",
|
|
82513
|
+
"indicator"
|
|
81111
82514
|
],
|
|
81112
82515
|
tags: [
|
|
81113
82516
|
"v1"
|
|
81114
82517
|
],
|
|
81115
82518
|
category: "components-v1",
|
|
81116
82519
|
importPath: "@corva/ui/components",
|
|
81117
|
-
searchText: "counter counter"
|
|
82520
|
+
searchText: "counter counter count number badge indicator"
|
|
81118
82521
|
},
|
|
81119
82522
|
{
|
|
81120
82523
|
id: "component-v1-CustomSelect",
|
|
@@ -81280,14 +82683,19 @@ var entries = [
|
|
|
81280
82683
|
name: "EmptyState",
|
|
81281
82684
|
description: "",
|
|
81282
82685
|
keywords: [
|
|
81283
|
-
"emptystate"
|
|
82686
|
+
"emptystate",
|
|
82687
|
+
"empty",
|
|
82688
|
+
"no data",
|
|
82689
|
+
"placeholder",
|
|
82690
|
+
"blank",
|
|
82691
|
+
"no results"
|
|
81284
82692
|
],
|
|
81285
82693
|
tags: [
|
|
81286
82694
|
"v1"
|
|
81287
82695
|
],
|
|
81288
82696
|
category: "components-v1",
|
|
81289
82697
|
importPath: "@corva/ui/components",
|
|
81290
|
-
searchText: "emptystate emptystate"
|
|
82698
|
+
searchText: "emptystate emptystate empty no data placeholder blank no results"
|
|
81291
82699
|
},
|
|
81292
82700
|
{
|
|
81293
82701
|
id: "component-v1-EmptyView",
|
|
@@ -81377,14 +82785,19 @@ var entries = [
|
|
|
81377
82785
|
name: "FilesDropzone",
|
|
81378
82786
|
description: "",
|
|
81379
82787
|
keywords: [
|
|
81380
|
-
"filesdropzone"
|
|
82788
|
+
"filesdropzone",
|
|
82789
|
+
"upload",
|
|
82790
|
+
"drag",
|
|
82791
|
+
"drop",
|
|
82792
|
+
"file",
|
|
82793
|
+
"attachment"
|
|
81381
82794
|
],
|
|
81382
82795
|
tags: [
|
|
81383
82796
|
"v1"
|
|
81384
82797
|
],
|
|
81385
82798
|
category: "components-v1",
|
|
81386
82799
|
importPath: "@corva/ui/components",
|
|
81387
|
-
searchText: "filesdropzone filesdropzone"
|
|
82800
|
+
searchText: "filesdropzone filesdropzone upload drag drop file attachment"
|
|
81388
82801
|
},
|
|
81389
82802
|
{
|
|
81390
82803
|
id: "component-v1-FilesLoader",
|
|
@@ -81569,6 +82982,11 @@ var entries = [
|
|
|
81569
82982
|
description: "Used for attracting user's attention to new features, providing usage hints, etc",
|
|
81570
82983
|
keywords: [
|
|
81571
82984
|
"hint",
|
|
82985
|
+
"help",
|
|
82986
|
+
"info",
|
|
82987
|
+
"question",
|
|
82988
|
+
"tooltip",
|
|
82989
|
+
"information",
|
|
81572
82990
|
"used",
|
|
81573
82991
|
"attracting",
|
|
81574
82992
|
"user's",
|
|
@@ -81583,7 +83001,7 @@ var entries = [
|
|
|
81583
83001
|
],
|
|
81584
83002
|
category: "components-v1",
|
|
81585
83003
|
importPath: "@corva/ui/components",
|
|
81586
|
-
searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
|
|
83004
|
+
searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
|
|
81587
83005
|
},
|
|
81588
83006
|
{
|
|
81589
83007
|
id: "component-v1-IconButton",
|
|
@@ -81992,6 +83410,10 @@ var entries = [
|
|
|
81992
83410
|
description: "MUI Popover. Read more information on the MUI docs page [here](https://v4.mui.com/api/popover/)",
|
|
81993
83411
|
keywords: [
|
|
81994
83412
|
"popover",
|
|
83413
|
+
"popup",
|
|
83414
|
+
"overlay",
|
|
83415
|
+
"floating",
|
|
83416
|
+
"hover",
|
|
81995
83417
|
"popover.",
|
|
81996
83418
|
"read",
|
|
81997
83419
|
"more",
|
|
@@ -82005,7 +83427,7 @@ var entries = [
|
|
|
82005
83427
|
],
|
|
82006
83428
|
category: "components-v1",
|
|
82007
83429
|
importPath: "@corva/ui/components",
|
|
82008
|
-
searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
|
|
83430
|
+
searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popup overlay floating hover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
|
|
82009
83431
|
},
|
|
82010
83432
|
{
|
|
82011
83433
|
id: "component-v1-Popper",
|
|
@@ -82014,6 +83436,10 @@ var entries = [
|
|
|
82014
83436
|
description: "A wrapper over Popper - a barebones component that positions come content as a popover.\n\nAll props are passed through to it's base. Refer to MUI [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information",
|
|
82015
83437
|
keywords: [
|
|
82016
83438
|
"popper",
|
|
83439
|
+
"floating",
|
|
83440
|
+
"positioned",
|
|
83441
|
+
"overlay",
|
|
83442
|
+
"popup",
|
|
82017
83443
|
"wrapper",
|
|
82018
83444
|
"over",
|
|
82019
83445
|
"barebones",
|
|
@@ -82029,7 +83455,7 @@ var entries = [
|
|
|
82029
83455
|
],
|
|
82030
83456
|
category: "components-v1",
|
|
82031
83457
|
importPath: "@corva/ui/components",
|
|
82032
|
-
searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper wrapper over barebones component positions come content popover. props"
|
|
83458
|
+
searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper floating positioned overlay popup wrapper over barebones component positions come content popover. props"
|
|
82033
83459
|
},
|
|
82034
83460
|
{
|
|
82035
83461
|
id: "component-v1-PostInput",
|
|
@@ -82344,14 +83770,19 @@ var entries = [
|
|
|
82344
83770
|
name: "TextLink",
|
|
82345
83771
|
description: "",
|
|
82346
83772
|
keywords: [
|
|
82347
|
-
"textlink"
|
|
83773
|
+
"textlink",
|
|
83774
|
+
"link",
|
|
83775
|
+
"anchor",
|
|
83776
|
+
"hyperlink",
|
|
83777
|
+
"navigate",
|
|
83778
|
+
"url"
|
|
82348
83779
|
],
|
|
82349
83780
|
tags: [
|
|
82350
83781
|
"v1"
|
|
82351
83782
|
],
|
|
82352
83783
|
category: "components-v1",
|
|
82353
83784
|
importPath: "@corva/ui/components",
|
|
82354
|
-
searchText: "textlink textlink"
|
|
83785
|
+
searchText: "textlink textlink link anchor hyperlink navigate url"
|
|
82355
83786
|
},
|
|
82356
83787
|
{
|
|
82357
83788
|
id: "component-v1-Toaster",
|
|
@@ -82696,6 +84127,28 @@ var entries = [
|
|
|
82696
84127
|
importPath: "@corva/ui/effects",
|
|
82697
84128
|
searchText: "usesetappcommentsmode usesetappcommentsmode setappcommentsmode"
|
|
82698
84129
|
},
|
|
84130
|
+
{
|
|
84131
|
+
id: "hook-useAppCommons",
|
|
84132
|
+
type: "hook",
|
|
84133
|
+
name: "useAppCommons",
|
|
84134
|
+
description: "",
|
|
84135
|
+
keywords: [
|
|
84136
|
+
"useappcommons",
|
|
84137
|
+
"appcommons",
|
|
84138
|
+
"app",
|
|
84139
|
+
"commons",
|
|
84140
|
+
"context",
|
|
84141
|
+
"well",
|
|
84142
|
+
"rig",
|
|
84143
|
+
"asset",
|
|
84144
|
+
"settings"
|
|
84145
|
+
],
|
|
84146
|
+
tags: [
|
|
84147
|
+
],
|
|
84148
|
+
category: "hooks",
|
|
84149
|
+
importPath: "@corva/ui/effects",
|
|
84150
|
+
searchText: "useappcommons useappcommons appcommons app commons context well rig asset settings"
|
|
84151
|
+
},
|
|
82699
84152
|
{
|
|
82700
84153
|
id: "hook-useAppSettingPinning",
|
|
82701
84154
|
type: "hook",
|
|
@@ -84714,6 +86167,7 @@ var entries = [
|
|
|
84714
86167
|
"audits",
|
|
84715
86168
|
"dataset_audits",
|
|
84716
86169
|
"permission_audits",
|
|
86170
|
+
"group_membership_audits",
|
|
84717
86171
|
"provisioning_subscription_audits",
|
|
84718
86172
|
"platform_subscription_audits",
|
|
84719
86173
|
"purchase_subscription_audits",
|
|
@@ -84783,7 +86237,7 @@ var entries = [
|
|
|
84783
86237
|
],
|
|
84784
86238
|
category: "clients",
|
|
84785
86239
|
importPath: "@corva/ui/clients",
|
|
84786
|
-
searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable acknowledge classify totals details appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps bulk_create batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones data data_filters data_filters#2 files file sign preview download download_link url security groups assign_users copy_users wellview integration ingest bha frac_stage_design frac_stage_summary frac_stage_summary_calculated job_settings plugs .well-known jwks.json jwks messageproducer message_producer notifications acknowledge_all count unread security_policies companies permissions bulk_destroy grouped picklists items tasks user_token#1 user_token#2 user_token#3 user_token#4 sessions verification schemas export streaks identity_verifiers api_keys deactivate apps install packages upload app_categories categories featured types secrets appdatasets app_datasets mark_followable app_help_contents signed_url applogs app_logs events search apptypes app_types appsettingstemplates app_settings_templates share unshare copy publish appstreamtemplate app_stream_templates appstreamtemplateapp add_app update_app remove_app datasettypes dataset_types datset_types documents document_sections rig_templates aggregated_values rig aggregated values rig_template_categories rig_template_items tiers productsubscriptions product_subscriptions cancel deny platformsubscriptions platform_subscriptions resume provisioningsubscriptions provisioning_subscriptions app_streams purchasesubscriptions purchase_subscriptions subscriptionfeatures subscription_features wellcache corva blacklisteddatasets blacklisted_datasets app metrics app_metrics for_selected_apps appassets packagereviews package_reviews apppurchases app_purchases datasets filtered_by_apps appruns app_runs stop duplicate_check appstream idle_worker_stats create_backfill_stream force_resume batch_destroy update_edr_provider_connection_status appconnection app_connections update_package apperroralert app_error_alerts subscribe unsubscribe usage summaries workflows workflow_content_blocks workflow_apps workflowroles workflow_roles columnmappertemplates column_mapper_templates add_asset remove_asset columnmappertemplatechannels column_mapper_template_channels columnmappertemplaterules column_mapper_template_rules dashboard_workflows ungroup ungroup_all change_asset competitoranalysis competitor_analysis statistics company app_companies appstoretemplates app_store_templates appstoretemplatesections app_store_template_sections app_store_template_section appstorearticles app_store_articles remove_section signedurl audits dataset_audits permission_audits provisioning_subscription_audits platform_subscription_audits purchase_subscription_audits event audit appusage usage_analytics app_usage usage_list view_date_list top_apps top_users total_usage_trend partialwellreruns partial_reruns list start_merging fail restart app_progress partialwellrerunappprogresses app_progresses searchsuggestions search_suggestions goals projects projectfolders project_folders projectfiles project_files registeredmodels registered_models appschedule app_schedules bulk_update_status package_audits apikey api_keys_management activate edrproviders edr_providers test_connection api_key_audits typewells padfracfleets pad_frac_fleets fracfleetcontracts frac_fleet_contracts interventionunits intervention_units interventionunitevents intervention_unit_events data export app data_export_app column_fields column_fields_list flat activity_code_mappings countries country_list revoltchat revolt_chat_sessions interventionunitreruns intervention_unit_reruns"
|
|
86240
|
+
searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable acknowledge classify totals details appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps bulk_create batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones data data_filters data_filters#2 files file sign preview download download_link url security groups assign_users copy_users wellview integration ingest bha frac_stage_design frac_stage_summary frac_stage_summary_calculated job_settings plugs .well-known jwks.json jwks messageproducer message_producer notifications acknowledge_all count unread security_policies companies permissions bulk_destroy grouped picklists items tasks user_token#1 user_token#2 user_token#3 user_token#4 sessions verification schemas export streaks identity_verifiers api_keys deactivate apps install packages upload app_categories categories featured types secrets appdatasets app_datasets mark_followable app_help_contents signed_url applogs app_logs events search apptypes app_types appsettingstemplates app_settings_templates share unshare copy publish appstreamtemplate app_stream_templates appstreamtemplateapp add_app update_app remove_app datasettypes dataset_types datset_types documents document_sections rig_templates aggregated_values rig aggregated values rig_template_categories rig_template_items tiers productsubscriptions product_subscriptions cancel deny platformsubscriptions platform_subscriptions resume provisioningsubscriptions provisioning_subscriptions app_streams purchasesubscriptions purchase_subscriptions subscriptionfeatures subscription_features wellcache corva blacklisteddatasets blacklisted_datasets app metrics app_metrics for_selected_apps appassets packagereviews package_reviews apppurchases app_purchases datasets filtered_by_apps appruns app_runs stop duplicate_check appstream idle_worker_stats create_backfill_stream force_resume batch_destroy update_edr_provider_connection_status appconnection app_connections update_package apperroralert app_error_alerts subscribe unsubscribe usage summaries workflows workflow_content_blocks workflow_apps workflowroles workflow_roles columnmappertemplates column_mapper_templates add_asset remove_asset columnmappertemplatechannels column_mapper_template_channels columnmappertemplaterules column_mapper_template_rules dashboard_workflows ungroup ungroup_all change_asset competitoranalysis competitor_analysis statistics company app_companies appstoretemplates app_store_templates appstoretemplatesections app_store_template_sections app_store_template_section appstorearticles app_store_articles remove_section signedurl audits dataset_audits permission_audits group_membership_audits provisioning_subscription_audits platform_subscription_audits purchase_subscription_audits event audit appusage usage_analytics app_usage usage_list view_date_list top_apps top_users total_usage_trend partialwellreruns partial_reruns list start_merging fail restart app_progress partialwellrerunappprogresses app_progresses searchsuggestions search_suggestions goals projects projectfolders project_folders projectfiles project_files registeredmodels registered_models appschedule app_schedules bulk_update_status package_audits apikey api_keys_management activate edrproviders edr_providers test_connection api_key_audits typewells padfracfleets pad_frac_fleets fracfleetcontracts frac_fleet_contracts interventionunits intervention_units interventionunitevents intervention_unit_events data export app data_export_app column_fields column_fields_list flat activity_code_mappings countries country_list revoltchat revolt_chat_sessions interventionunitreruns intervention_unit_reruns"
|
|
84787
86241
|
},
|
|
84788
86242
|
{
|
|
84789
86243
|
id: "client-corvaDataAPI",
|
|
@@ -90677,6 +92131,7 @@ var byCategory = {
|
|
|
90677
92131
|
"hook-useWellnessAlerts",
|
|
90678
92132
|
"hook-useAppCommentsMode",
|
|
90679
92133
|
"hook-useSetAppCommentsMode",
|
|
92134
|
+
"hook-useAppCommons",
|
|
90680
92135
|
"hook-useAppSettingPinning",
|
|
90681
92136
|
"hook-useGlobalOffsetWellsSync"
|
|
90682
92137
|
],
|
|
@@ -91158,7 +92613,8 @@ var byTag = {
|
|
|
91158
92613
|
"component-v2-Accordion"
|
|
91159
92614
|
],
|
|
91160
92615
|
panel: [
|
|
91161
|
-
"component-v2-Accordion"
|
|
92616
|
+
"component-v2-Accordion",
|
|
92617
|
+
"component-v2-Paper"
|
|
91162
92618
|
],
|
|
91163
92619
|
faq: [
|
|
91164
92620
|
"component-v2-Accordion"
|
|
@@ -91192,7 +92648,7 @@ var byTag = {
|
|
|
91192
92648
|
described: [
|
|
91193
92649
|
"component-v2-AppFooter"
|
|
91194
92650
|
],
|
|
91195
|
-
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407
|
|
92651
|
+
"[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)": [
|
|
91196
92652
|
"component-v2-AppFooter"
|
|
91197
92653
|
],
|
|
91198
92654
|
appheader: [
|
|
@@ -91298,7 +92754,9 @@ var byTag = {
|
|
|
91298
92754
|
"component-v2-BadgeBase",
|
|
91299
92755
|
"component-v2-BadgeCounter",
|
|
91300
92756
|
"component-v2-BadgeDot",
|
|
91301
|
-
"component-v2-Chip"
|
|
92757
|
+
"component-v2-Chip",
|
|
92758
|
+
"component-v2-Counter",
|
|
92759
|
+
"component-v2-Tag"
|
|
91302
92760
|
],
|
|
91303
92761
|
"status badge": [
|
|
91304
92762
|
"component-v2-BadgeBase",
|
|
@@ -91311,9 +92769,37 @@ var byTag = {
|
|
|
91311
92769
|
comment: [
|
|
91312
92770
|
"component-v2-BadgeComment"
|
|
91313
92771
|
],
|
|
92772
|
+
annotation: [
|
|
92773
|
+
"component-v2-BadgeComment"
|
|
92774
|
+
],
|
|
92775
|
+
note: [
|
|
92776
|
+
"component-v2-BadgeComment"
|
|
92777
|
+
],
|
|
91314
92778
|
badgecounter: [
|
|
91315
92779
|
"component-v2-BadgeCounter"
|
|
91316
92780
|
],
|
|
92781
|
+
counter: [
|
|
92782
|
+
"component-v2-BadgeCounter",
|
|
92783
|
+
"component-v2-Counter",
|
|
92784
|
+
"component-v2-Label"
|
|
92785
|
+
],
|
|
92786
|
+
count: [
|
|
92787
|
+
"component-v2-BadgeCounter",
|
|
92788
|
+
"component-v2-Counter"
|
|
92789
|
+
],
|
|
92790
|
+
number: [
|
|
92791
|
+
"component-v2-BadgeCounter",
|
|
92792
|
+
"component-v2-Counter"
|
|
92793
|
+
],
|
|
92794
|
+
indicator: [
|
|
92795
|
+
"component-v2-BadgeCounter",
|
|
92796
|
+
"component-v2-BadgeDot",
|
|
92797
|
+
"component-v2-Counter",
|
|
92798
|
+
"component-v2-LoaderCircular",
|
|
92799
|
+
"component-v2-LoaderLinear",
|
|
92800
|
+
"component-v2-LoaderLogo",
|
|
92801
|
+
"component-v2-Tag"
|
|
92802
|
+
],
|
|
91317
92803
|
displaying: [
|
|
91318
92804
|
"component-v2-BadgeCounter",
|
|
91319
92805
|
"component-v2-BadgeDot",
|
|
@@ -91331,9 +92817,28 @@ var byTag = {
|
|
|
91331
92817
|
badgedot: [
|
|
91332
92818
|
"component-v2-BadgeDot"
|
|
91333
92819
|
],
|
|
92820
|
+
dot: [
|
|
92821
|
+
"component-v2-BadgeDot"
|
|
92822
|
+
],
|
|
92823
|
+
notification: [
|
|
92824
|
+
"component-v2-BadgeDot"
|
|
92825
|
+
],
|
|
91334
92826
|
breadcrumbs: [
|
|
91335
92827
|
"component-v2-Breadcrumbs"
|
|
91336
92828
|
],
|
|
92829
|
+
navigation: [
|
|
92830
|
+
"component-v2-Breadcrumbs",
|
|
92831
|
+
"component-v2-Tabs"
|
|
92832
|
+
],
|
|
92833
|
+
path: [
|
|
92834
|
+
"component-v2-Breadcrumbs"
|
|
92835
|
+
],
|
|
92836
|
+
trail: [
|
|
92837
|
+
"component-v2-Breadcrumbs"
|
|
92838
|
+
],
|
|
92839
|
+
breadcrumb: [
|
|
92840
|
+
"component-v2-Breadcrumbs"
|
|
92841
|
+
],
|
|
91337
92842
|
button: [
|
|
91338
92843
|
"component-v2-Button",
|
|
91339
92844
|
"component-v2-ButtonIcon"
|
|
@@ -91407,7 +92912,8 @@ var byTag = {
|
|
|
91407
92912
|
],
|
|
91408
92913
|
toggle: [
|
|
91409
92914
|
"component-v2-Checkbox",
|
|
91410
|
-
"component-v2-Switch"
|
|
92915
|
+
"component-v2-Switch",
|
|
92916
|
+
"component-v2-ToggleButtons"
|
|
91411
92917
|
],
|
|
91412
92918
|
check: [
|
|
91413
92919
|
"component-v2-Checkbox"
|
|
@@ -91473,10 +92979,13 @@ var byTag = {
|
|
|
91473
92979
|
],
|
|
91474
92980
|
label: [
|
|
91475
92981
|
"component-v2-Chip",
|
|
91476
|
-
"component-v2-Label"
|
|
92982
|
+
"component-v2-Label",
|
|
92983
|
+
"component-v2-Tag"
|
|
91477
92984
|
],
|
|
91478
92985
|
pill: [
|
|
91479
|
-
"component-v2-Chip"
|
|
92986
|
+
"component-v2-Chip",
|
|
92987
|
+
"component-v2-Tag",
|
|
92988
|
+
"component-v2-ToggleButtons"
|
|
91480
92989
|
],
|
|
91481
92990
|
chipalert: [
|
|
91482
92991
|
"component-v2-ChipAlert"
|
|
@@ -91487,6 +92996,19 @@ var byTag = {
|
|
|
91487
92996
|
colorpicker: [
|
|
91488
92997
|
"component-v2-ColorPicker"
|
|
91489
92998
|
],
|
|
92999
|
+
color: [
|
|
93000
|
+
"component-v2-ColorPicker"
|
|
93001
|
+
],
|
|
93002
|
+
palette: [
|
|
93003
|
+
"component-v2-ColorPicker"
|
|
93004
|
+
],
|
|
93005
|
+
pick: [
|
|
93006
|
+
"component-v2-ColorPicker",
|
|
93007
|
+
"component-v2-Select"
|
|
93008
|
+
],
|
|
93009
|
+
swatch: [
|
|
93010
|
+
"component-v2-ColorPicker"
|
|
93011
|
+
],
|
|
91490
93012
|
completionsoffsetwellpicker: [
|
|
91491
93013
|
"component-v2-CompletionsOffsetWellPicker"
|
|
91492
93014
|
],
|
|
@@ -91508,9 +93030,14 @@ var byTag = {
|
|
|
91508
93030
|
copytoclipboard: [
|
|
91509
93031
|
"component-v2-CopyToClipboard"
|
|
91510
93032
|
],
|
|
91511
|
-
|
|
91512
|
-
"component-v2-
|
|
91513
|
-
|
|
93033
|
+
copy: [
|
|
93034
|
+
"component-v2-CopyToClipboard"
|
|
93035
|
+
],
|
|
93036
|
+
clipboard: [
|
|
93037
|
+
"component-v2-CopyToClipboard"
|
|
93038
|
+
],
|
|
93039
|
+
duplicate: [
|
|
93040
|
+
"component-v2-CopyToClipboard"
|
|
91514
93041
|
],
|
|
91515
93042
|
datepicker: [
|
|
91516
93043
|
"component-v2-DatePicker"
|
|
@@ -91532,6 +93059,16 @@ var byTag = {
|
|
|
91532
93059
|
"component-v2-DragHandle"
|
|
91533
93060
|
],
|
|
91534
93061
|
drag: [
|
|
93062
|
+
"component-v2-DragHandle",
|
|
93063
|
+
"component-v2-FilesDropzone"
|
|
93064
|
+
],
|
|
93065
|
+
reorder: [
|
|
93066
|
+
"component-v2-DragHandle"
|
|
93067
|
+
],
|
|
93068
|
+
sort: [
|
|
93069
|
+
"component-v2-DragHandle"
|
|
93070
|
+
],
|
|
93071
|
+
move: [
|
|
91535
93072
|
"component-v2-DragHandle"
|
|
91536
93073
|
],
|
|
91537
93074
|
handle: [
|
|
@@ -91546,13 +93083,32 @@ var byTag = {
|
|
|
91546
93083
|
emptystate: [
|
|
91547
93084
|
"component-v2-EmptyState"
|
|
91548
93085
|
],
|
|
93086
|
+
empty: [
|
|
93087
|
+
"component-v2-EmptyState"
|
|
93088
|
+
],
|
|
93089
|
+
"no data": [
|
|
93090
|
+
"component-v2-EmptyState"
|
|
93091
|
+
],
|
|
93092
|
+
placeholder: [
|
|
93093
|
+
"component-v2-EmptyState",
|
|
93094
|
+
"component-v2-Skeleton"
|
|
93095
|
+
],
|
|
93096
|
+
blank: [
|
|
93097
|
+
"component-v2-EmptyState"
|
|
93098
|
+
],
|
|
93099
|
+
"no results": [
|
|
93100
|
+
"component-v2-EmptyState"
|
|
93101
|
+
],
|
|
91549
93102
|
fileicon: [
|
|
91550
93103
|
"component-v2-FileIcon"
|
|
91551
93104
|
],
|
|
91552
93105
|
filesdropzone: [
|
|
91553
93106
|
"component-v2-FilesDropzone"
|
|
91554
93107
|
],
|
|
91555
|
-
|
|
93108
|
+
upload: [
|
|
93109
|
+
"component-v2-FilesDropzone"
|
|
93110
|
+
],
|
|
93111
|
+
drop: [
|
|
91556
93112
|
"component-v2-FilesDropzone"
|
|
91557
93113
|
],
|
|
91558
93114
|
file: [
|
|
@@ -91560,6 +93116,12 @@ var byTag = {
|
|
|
91560
93116
|
"component-v2-FilesLoader",
|
|
91561
93117
|
"component-v2-FilesProcessor"
|
|
91562
93118
|
],
|
|
93119
|
+
attachment: [
|
|
93120
|
+
"component-v2-FilesDropzone"
|
|
93121
|
+
],
|
|
93122
|
+
dropzone: [
|
|
93123
|
+
"component-v2-FilesDropzone"
|
|
93124
|
+
],
|
|
91563
93125
|
"uploads.": [
|
|
91564
93126
|
"component-v2-FilesDropzone"
|
|
91565
93127
|
],
|
|
@@ -91627,13 +93189,23 @@ var byTag = {
|
|
|
91627
93189
|
grid: [
|
|
91628
93190
|
"component-v2-Grid"
|
|
91629
93191
|
],
|
|
91630
|
-
|
|
93192
|
+
layout: [
|
|
93193
|
+
"component-v2-Grid",
|
|
91631
93194
|
"component-v2-Header"
|
|
91632
93195
|
],
|
|
91633
|
-
|
|
93196
|
+
columns: [
|
|
93197
|
+
"component-v2-Grid"
|
|
93198
|
+
],
|
|
93199
|
+
rows: [
|
|
93200
|
+
"component-v2-Grid"
|
|
93201
|
+
],
|
|
93202
|
+
responsive: [
|
|
93203
|
+
"component-v2-Grid"
|
|
93204
|
+
],
|
|
93205
|
+
header: [
|
|
91634
93206
|
"component-v2-Header"
|
|
91635
93207
|
],
|
|
91636
|
-
|
|
93208
|
+
headerlayout: [
|
|
91637
93209
|
"component-v2-Header"
|
|
91638
93210
|
],
|
|
91639
93211
|
"header layout": [
|
|
@@ -91665,6 +93237,25 @@ var byTag = {
|
|
|
91665
93237
|
"component-v2-Hint",
|
|
91666
93238
|
"component-v2-Tooltip"
|
|
91667
93239
|
],
|
|
93240
|
+
help: [
|
|
93241
|
+
"component-v2-Hint",
|
|
93242
|
+
"component-v2-Tooltip"
|
|
93243
|
+
],
|
|
93244
|
+
info: [
|
|
93245
|
+
"component-v2-Hint",
|
|
93246
|
+
"component-v2-Tooltip"
|
|
93247
|
+
],
|
|
93248
|
+
question: [
|
|
93249
|
+
"component-v2-Hint"
|
|
93250
|
+
],
|
|
93251
|
+
tooltip: [
|
|
93252
|
+
"component-v2-Hint",
|
|
93253
|
+
"component-v2-TextEndTruncated",
|
|
93254
|
+
"component-v2-Tooltip"
|
|
93255
|
+
],
|
|
93256
|
+
information: [
|
|
93257
|
+
"component-v2-Hint"
|
|
93258
|
+
],
|
|
91668
93259
|
used: [
|
|
91669
93260
|
"component-v2-Hint",
|
|
91670
93261
|
"component-v2-LoaderLogo",
|
|
@@ -91722,7 +93313,8 @@ var byTag = {
|
|
|
91722
93313
|
"component-v2-Label"
|
|
91723
93314
|
],
|
|
91724
93315
|
positioned: [
|
|
91725
|
-
"component-v2-Label"
|
|
93316
|
+
"component-v2-Label",
|
|
93317
|
+
"component-v2-Popper"
|
|
91726
93318
|
],
|
|
91727
93319
|
absolutely: [
|
|
91728
93320
|
"component-v2-Label"
|
|
@@ -91768,11 +93360,6 @@ var byTag = {
|
|
|
91768
93360
|
"component-v2-LoaderLinear",
|
|
91769
93361
|
"component-v2-LoaderLogo"
|
|
91770
93362
|
],
|
|
91771
|
-
indicator: [
|
|
91772
|
-
"component-v2-LoaderCircular",
|
|
91773
|
-
"component-v2-LoaderLinear",
|
|
91774
|
-
"component-v2-LoaderLogo"
|
|
91775
|
-
],
|
|
91776
93363
|
"loading indicator": [
|
|
91777
93364
|
"component-v2-LoaderCircular",
|
|
91778
93365
|
"component-v2-LoaderLinear",
|
|
@@ -91787,6 +93374,15 @@ var byTag = {
|
|
|
91787
93374
|
loaderlogo: [
|
|
91788
93375
|
"component-v2-LoaderLogo"
|
|
91789
93376
|
],
|
|
93377
|
+
splash: [
|
|
93378
|
+
"component-v2-LoaderLogo"
|
|
93379
|
+
],
|
|
93380
|
+
brand: [
|
|
93381
|
+
"component-v2-LoaderLogo"
|
|
93382
|
+
],
|
|
93383
|
+
startup: [
|
|
93384
|
+
"component-v2-LoaderLogo"
|
|
93385
|
+
],
|
|
91790
93386
|
provide: [
|
|
91791
93387
|
"component-v2-LoaderLogo"
|
|
91792
93388
|
],
|
|
@@ -91849,10 +93445,14 @@ var byTag = {
|
|
|
91849
93445
|
],
|
|
91850
93446
|
popup: [
|
|
91851
93447
|
"component-v2-Modal",
|
|
93448
|
+
"component-v2-Popover",
|
|
93449
|
+
"component-v2-Popper",
|
|
91852
93450
|
"component-v2-Tooltip"
|
|
91853
93451
|
],
|
|
91854
93452
|
overlay: [
|
|
91855
|
-
"component-v2-Modal"
|
|
93453
|
+
"component-v2-Modal",
|
|
93454
|
+
"component-v2-Popover",
|
|
93455
|
+
"component-v2-Popper"
|
|
91856
93456
|
],
|
|
91857
93457
|
confirmation: [
|
|
91858
93458
|
"component-v2-Modal"
|
|
@@ -91907,6 +93507,12 @@ var byTag = {
|
|
|
91907
93507
|
paper: [
|
|
91908
93508
|
"component-v2-Paper"
|
|
91909
93509
|
],
|
|
93510
|
+
card: [
|
|
93511
|
+
"component-v2-Paper"
|
|
93512
|
+
],
|
|
93513
|
+
surface: [
|
|
93514
|
+
"component-v2-Paper"
|
|
93515
|
+
],
|
|
91910
93516
|
"low-level": [
|
|
91911
93517
|
"component-v2-Paper",
|
|
91912
93518
|
"component-v2-Popover",
|
|
@@ -91924,6 +93530,14 @@ var byTag = {
|
|
|
91924
93530
|
"modals,": [
|
|
91925
93531
|
"component-v2-Paper"
|
|
91926
93532
|
],
|
|
93533
|
+
floating: [
|
|
93534
|
+
"component-v2-Popover",
|
|
93535
|
+
"component-v2-Popper"
|
|
93536
|
+
],
|
|
93537
|
+
hover: [
|
|
93538
|
+
"component-v2-Popover",
|
|
93539
|
+
"component-v2-Tooltip"
|
|
93540
|
+
],
|
|
91927
93541
|
creating: [
|
|
91928
93542
|
"component-v2-Popover"
|
|
91929
93543
|
],
|
|
@@ -91995,15 +93609,9 @@ var byTag = {
|
|
|
91995
93609
|
choose: [
|
|
91996
93610
|
"component-v2-Select"
|
|
91997
93611
|
],
|
|
91998
|
-
pick: [
|
|
91999
|
-
"component-v2-Select"
|
|
92000
|
-
],
|
|
92001
93612
|
skeleton: [
|
|
92002
93613
|
"component-v2-Skeleton"
|
|
92003
93614
|
],
|
|
92004
|
-
placeholder: [
|
|
92005
|
-
"component-v2-Skeleton"
|
|
92006
|
-
],
|
|
92007
93615
|
shimmer: [
|
|
92008
93616
|
"component-v2-Skeleton"
|
|
92009
93617
|
],
|
|
@@ -92041,9 +93649,6 @@ var byTag = {
|
|
|
92041
93649
|
tabs: [
|
|
92042
93650
|
"component-v2-Tabs"
|
|
92043
93651
|
],
|
|
92044
|
-
navigation: [
|
|
92045
|
-
"component-v2-Tabs"
|
|
92046
|
-
],
|
|
92047
93652
|
sections: [
|
|
92048
93653
|
"component-v2-Tabs"
|
|
92049
93654
|
],
|
|
@@ -92096,10 +93701,6 @@ var byTag = {
|
|
|
92096
93701
|
displays: [
|
|
92097
93702
|
"component-v2-TextEndTruncated"
|
|
92098
93703
|
],
|
|
92099
|
-
tooltip: [
|
|
92100
|
-
"component-v2-TextEndTruncated",
|
|
92101
|
-
"component-v2-Tooltip"
|
|
92102
|
-
],
|
|
92103
93704
|
"truncated.": [
|
|
92104
93705
|
"component-v2-TextEndTruncated"
|
|
92105
93706
|
],
|
|
@@ -92165,6 +93766,18 @@ var byTag = {
|
|
|
92165
93766
|
"component-v2-TextLink",
|
|
92166
93767
|
"component-v2-UniversalLink"
|
|
92167
93768
|
],
|
|
93769
|
+
anchor: [
|
|
93770
|
+
"component-v2-TextLink"
|
|
93771
|
+
],
|
|
93772
|
+
hyperlink: [
|
|
93773
|
+
"component-v2-TextLink"
|
|
93774
|
+
],
|
|
93775
|
+
navigate: [
|
|
93776
|
+
"component-v2-TextLink"
|
|
93777
|
+
],
|
|
93778
|
+
url: [
|
|
93779
|
+
"component-v2-TextLink"
|
|
93780
|
+
],
|
|
92168
93781
|
integrated: [
|
|
92169
93782
|
"component-v2-TextLink"
|
|
92170
93783
|
],
|
|
@@ -92213,14 +93826,14 @@ var byTag = {
|
|
|
92213
93826
|
togglebuttons: [
|
|
92214
93827
|
"component-v2-ToggleButtons"
|
|
92215
93828
|
],
|
|
92216
|
-
|
|
92217
|
-
"component-v2-
|
|
93829
|
+
segment: [
|
|
93830
|
+
"component-v2-ToggleButtons"
|
|
92218
93831
|
],
|
|
92219
|
-
|
|
92220
|
-
"component-v2-
|
|
93832
|
+
"button group": [
|
|
93833
|
+
"component-v2-ToggleButtons"
|
|
92221
93834
|
],
|
|
92222
|
-
|
|
92223
|
-
"component-v2-
|
|
93835
|
+
"segmented control": [
|
|
93836
|
+
"component-v2-ToggleButtons"
|
|
92224
93837
|
],
|
|
92225
93838
|
universallink: [
|
|
92226
93839
|
"component-v2-UniversalLink"
|
|
@@ -92291,6 +93904,68 @@ const withTimeout = async (promise, ms) => {
|
|
|
92291
93904
|
}
|
|
92292
93905
|
};
|
|
92293
93906
|
|
|
93907
|
+
/**
|
|
93908
|
+
* Split camelCase or PascalCase string into words
|
|
93909
|
+
* e.g., "CustomGradient" -> ["custom", "gradient"]
|
|
93910
|
+
*/
|
|
93911
|
+
const splitCamelCase = (name) => {
|
|
93912
|
+
return name
|
|
93913
|
+
.replace(/([A-Z])/g, ' $1')
|
|
93914
|
+
.toLowerCase()
|
|
93915
|
+
.trim()
|
|
93916
|
+
.split(/\s+/)
|
|
93917
|
+
.filter(w => w.length > 0);
|
|
93918
|
+
};
|
|
93919
|
+
|
|
93920
|
+
const scoreMultiWordQuery = (entry, queryWords, weights) => {
|
|
93921
|
+
let score = 0;
|
|
93922
|
+
const nameLower = entry.name.toLowerCase();
|
|
93923
|
+
const queryCollapsed = queryWords.join('');
|
|
93924
|
+
// 1. Collapsed name matching
|
|
93925
|
+
let collapsedNameScore = 0;
|
|
93926
|
+
if (nameLower === queryCollapsed) {
|
|
93927
|
+
collapsedNameScore = weights.exactMatch;
|
|
93928
|
+
}
|
|
93929
|
+
else if (nameLower.startsWith(queryCollapsed)) {
|
|
93930
|
+
collapsedNameScore = weights.startsWith;
|
|
93931
|
+
}
|
|
93932
|
+
else if (nameLower.includes(queryCollapsed)) {
|
|
93933
|
+
collapsedNameScore = weights.contains;
|
|
93934
|
+
}
|
|
93935
|
+
// 2. All-words-in-name-parts matching
|
|
93936
|
+
let namePartsScore = 0;
|
|
93937
|
+
const nameParts = splitCamelCase(entry.name).filter(part => part.length > 1);
|
|
93938
|
+
const allWordsInName = queryWords.every(word => nameParts.some(part => part === word));
|
|
93939
|
+
if (allWordsInName) {
|
|
93940
|
+
namePartsScore = weights.contains;
|
|
93941
|
+
}
|
|
93942
|
+
// Take max of collapsed and name-parts
|
|
93943
|
+
score += Math.max(collapsedNameScore, namePartsScore);
|
|
93944
|
+
// 3. Per-word keyword scoring
|
|
93945
|
+
const descriptionLower = entry.description.toLowerCase();
|
|
93946
|
+
score += queryWords.reduce((keywordScore, word) => {
|
|
93947
|
+
let bestMatch = 0;
|
|
93948
|
+
for (const keyword of entry.keywords) {
|
|
93949
|
+
if (keyword === word) {
|
|
93950
|
+
bestMatch = Math.max(bestMatch, weights.keywordExact);
|
|
93951
|
+
}
|
|
93952
|
+
else if (keyword.includes(word)) {
|
|
93953
|
+
bestMatch = Math.max(bestMatch, weights.keywordContains);
|
|
93954
|
+
}
|
|
93955
|
+
}
|
|
93956
|
+
return keywordScore + bestMatch;
|
|
93957
|
+
}, 0);
|
|
93958
|
+
// 4. All-words-in-description
|
|
93959
|
+
if (queryWords.every(word => descriptionLower.includes(word))) {
|
|
93960
|
+
score += weights.description;
|
|
93961
|
+
}
|
|
93962
|
+
// 5. All-words-in-searchText
|
|
93963
|
+
if (queryWords.every(word => entry.searchText.includes(word))) {
|
|
93964
|
+
score += weights.fullText;
|
|
93965
|
+
}
|
|
93966
|
+
return score;
|
|
93967
|
+
};
|
|
93968
|
+
|
|
92294
93969
|
const searchToolName = 'search_corva_ui';
|
|
92295
93970
|
const searchToolTitle = 'Search @corva/ui';
|
|
92296
93971
|
const searchToolDescription = `Search the @corva/ui component library by name, use case, or description.
|
|
@@ -92327,6 +94002,9 @@ const searchToolSchema = {
|
|
|
92327
94002
|
const handleSearch = (args) => {
|
|
92328
94003
|
const { query, type = 'all', category = 'all', limit = SEARCH_CONFIG.defaults.maxResults } = args;
|
|
92329
94004
|
const queryLower = query.toLowerCase();
|
|
94005
|
+
const rawWords = queryLower.trim().split(/\s+/);
|
|
94006
|
+
const queryWords = rawWords.filter(w => w.length > 1);
|
|
94007
|
+
const isMultiWord = rawWords.length >= 2 && queryWords.length >= 2;
|
|
92330
94008
|
let results = [];
|
|
92331
94009
|
// Filter by type
|
|
92332
94010
|
let { entries } = searchIndex;
|
|
@@ -92335,44 +94013,50 @@ const handleSearch = (args) => {
|
|
|
92335
94013
|
}
|
|
92336
94014
|
// Filter by category for components
|
|
92337
94015
|
if (category !== 'all') {
|
|
92338
|
-
|
|
94016
|
+
const fullCategory = category.startsWith('components-') ? category : `components-${category}`;
|
|
94017
|
+
entries = entries.filter(e => e.type !== 'component' || e.category === fullCategory);
|
|
92339
94018
|
}
|
|
92340
94019
|
// Score and sort results using SEARCH_CONFIG weights
|
|
92341
94020
|
const { weights, boosts } = SEARCH_CONFIG;
|
|
92342
94021
|
const scored = entries.map(entry => {
|
|
92343
94022
|
let score = 0;
|
|
92344
|
-
|
|
92345
|
-
|
|
92346
|
-
score += weights.exactMatch;
|
|
92347
|
-
}
|
|
92348
|
-
// Name starts with query
|
|
92349
|
-
else if (entry.name.toLowerCase().startsWith(queryLower)) {
|
|
92350
|
-
score += weights.startsWith;
|
|
94023
|
+
if (isMultiWord) {
|
|
94024
|
+
score += scoreMultiWordQuery(entry, queryWords, weights);
|
|
92351
94025
|
}
|
|
92352
|
-
|
|
92353
|
-
|
|
92354
|
-
|
|
92355
|
-
|
|
92356
|
-
// Keyword match
|
|
92357
|
-
score += entry.keywords.reduce((keywordScore, keyword) => {
|
|
92358
|
-
if (keyword === queryLower) {
|
|
92359
|
-
return keywordScore + weights.keywordExact;
|
|
94026
|
+
else {
|
|
94027
|
+
// Exact name match (highest priority)
|
|
94028
|
+
if (entry.name.toLowerCase() === queryLower) {
|
|
94029
|
+
score += weights.exactMatch;
|
|
92360
94030
|
}
|
|
92361
|
-
|
|
92362
|
-
|
|
94031
|
+
// Name starts with query
|
|
94032
|
+
else if (entry.name.toLowerCase().startsWith(queryLower)) {
|
|
94033
|
+
score += weights.startsWith;
|
|
94034
|
+
}
|
|
94035
|
+
// Name contains query
|
|
94036
|
+
else if (entry.name.toLowerCase().includes(queryLower)) {
|
|
94037
|
+
score += weights.contains;
|
|
94038
|
+
}
|
|
94039
|
+
// Keyword match
|
|
94040
|
+
score += entry.keywords.reduce((keywordScore, keyword) => {
|
|
94041
|
+
if (keyword === queryLower) {
|
|
94042
|
+
return keywordScore + weights.keywordExact;
|
|
94043
|
+
}
|
|
94044
|
+
if (keyword.includes(queryLower)) {
|
|
94045
|
+
return keywordScore + weights.keywordContains;
|
|
94046
|
+
}
|
|
94047
|
+
return keywordScore;
|
|
94048
|
+
}, 0);
|
|
94049
|
+
// Description match
|
|
94050
|
+
if (entry.description.toLowerCase().includes(queryLower)) {
|
|
94051
|
+
score += weights.description;
|
|
94052
|
+
}
|
|
94053
|
+
// Full text match
|
|
94054
|
+
if (entry.searchText.includes(queryLower)) {
|
|
94055
|
+
score += weights.fullText;
|
|
92363
94056
|
}
|
|
92364
|
-
return keywordScore;
|
|
92365
|
-
}, 0);
|
|
92366
|
-
// Description match
|
|
92367
|
-
if (entry.description.toLowerCase().includes(queryLower)) {
|
|
92368
|
-
score += weights.description;
|
|
92369
|
-
}
|
|
92370
|
-
// Full text match
|
|
92371
|
-
if (entry.searchText.includes(queryLower)) {
|
|
92372
|
-
score += weights.fullText;
|
|
92373
94057
|
}
|
|
92374
94058
|
// Boost V2 components
|
|
92375
|
-
if (entry.category === 'v2') {
|
|
94059
|
+
if (entry.category === 'components-v2') {
|
|
92376
94060
|
score += boosts.v2Component;
|
|
92377
94061
|
}
|
|
92378
94062
|
return { entry, score };
|
|
@@ -92390,7 +94074,7 @@ const handleSearch = (args) => {
|
|
|
92390
94074
|
}
|
|
92391
94075
|
const formatted = results
|
|
92392
94076
|
.map(r => {
|
|
92393
|
-
const categoryLabel = r.type === 'component' ? ` (${r.category})` : '';
|
|
94077
|
+
const categoryLabel = r.type === 'component' ? ` (${r.category.replace('components-', '')})` : '';
|
|
92394
94078
|
return `**${r.name}**${categoryLabel} - ${r.type}\n ${r.description || 'No description'}\n Import: \`${r.importPath}\``;
|
|
92395
94079
|
})
|
|
92396
94080
|
.join('\n\n');
|
|
@@ -92417,6 +94101,8 @@ const table = (headers, rows) => {
|
|
|
92417
94101
|
return `${headerRow}\n${separator}\n${dataRows}`;
|
|
92418
94102
|
};
|
|
92419
94103
|
|
|
94104
|
+
const join = (...sections) => sections.filter(Boolean).join('\n\n');
|
|
94105
|
+
|
|
92420
94106
|
const formatProps = (props) => {
|
|
92421
94107
|
if (props.length === 0)
|
|
92422
94108
|
return '';
|
|
@@ -92517,10 +94203,132 @@ const formatColorGroup = (name, group) => {
|
|
|
92517
94203
|
return `${h3(name)}${colors}\n`;
|
|
92518
94204
|
};
|
|
92519
94205
|
|
|
94206
|
+
const formatCssVariables = (variables) => {
|
|
94207
|
+
const byCategory = new Map();
|
|
94208
|
+
for (const v of variables) {
|
|
94209
|
+
const list = byCategory.get(v.category) ?? [];
|
|
94210
|
+
list.push(v);
|
|
94211
|
+
byCategory.set(v.category, list);
|
|
94212
|
+
}
|
|
94213
|
+
const sections = [];
|
|
94214
|
+
for (const [category, vars] of byCategory) {
|
|
94215
|
+
const rows = vars.map(v => [
|
|
94216
|
+
code(v.name),
|
|
94217
|
+
code(v.darkValue),
|
|
94218
|
+
code(v.lightValue),
|
|
94219
|
+
v.scssAlias ? code(v.scssAlias) : '—',
|
|
94220
|
+
]);
|
|
94221
|
+
sections.push(`${h3(category)}${table(['CSS Variable', 'Dark', 'Light', 'SCSS Alias'], rows)}`);
|
|
94222
|
+
}
|
|
94223
|
+
return sections.join('\n\n');
|
|
94224
|
+
};
|
|
94225
|
+
|
|
94226
|
+
const formatScssVariables = (variables) => {
|
|
94227
|
+
const rows = variables.map(v => [code(v.name), code(v.mapsTo)]);
|
|
94228
|
+
return table(['SCSS Variable', 'Maps To'], rows);
|
|
94229
|
+
};
|
|
94230
|
+
const formatScssFunctions = (functions) => functions
|
|
94231
|
+
.map(f => `${bold(f.name)}\n` +
|
|
94232
|
+
`Signature: ${code(f.signature)}\n` +
|
|
94233
|
+
`${f.description}\n` +
|
|
94234
|
+
`${codeBlock(f.example, 'scss')}`)
|
|
94235
|
+
.join('\n\n');
|
|
94236
|
+
const formatScssMixins = (mixins) => mixins
|
|
94237
|
+
.map(m => `${bold(m.name)}\nSignature: ${code(m.signature)}\n${m.description}`)
|
|
94238
|
+
.join('\n\n');
|
|
94239
|
+
const formatSpacing = (spacing) => `Base unit: ${code(spacing.baseUnit)} (SCSS: ${code(spacing.scssVariable)})\n\n` +
|
|
94240
|
+
`Function: ${code(spacing.scssFunction.signature)}\n` +
|
|
94241
|
+
`${spacing.scssFunction.description}\n\n` +
|
|
94242
|
+
codeBlock(spacing.scssFunction.example, 'scss');
|
|
94243
|
+
const formatTypography = (typography) => `Font family: ${code(typography.fontFamily)} (SCSS: ${code(typography.scssVariable)})`;
|
|
94244
|
+
const formatTransition = (transition) => `Parameters: ${code(transition.parameters)} (SCSS: ${code(transition.scssVariable)})\n\n` +
|
|
94245
|
+
`Function: ${code(transition.scssFunction.signature)}\n` +
|
|
94246
|
+
`${transition.scssFunction.description}\n\n` +
|
|
94247
|
+
codeBlock(transition.scssFunction.example, 'scss');
|
|
94248
|
+
const formatZIndex = (zIndex) => {
|
|
94249
|
+
const rows = Object.entries(zIndex)
|
|
94250
|
+
.sort(([, a], [, b]) => a.value - b.value)
|
|
94251
|
+
.map(([name, { cssVariable, value }]) => [code(name), code(cssVariable), String(value)]);
|
|
94252
|
+
return table(['Name', 'CSS Variable', 'Value'], rows);
|
|
94253
|
+
};
|
|
94254
|
+
|
|
94255
|
+
/**
|
|
94256
|
+
* Maps alternate/legacy component names to their canonical names.
|
|
94257
|
+
* Keys are lowercase for case-insensitive lookup.
|
|
94258
|
+
*
|
|
94259
|
+
* - `category`: constrains when the alias applies (skipped if user requests a different category)
|
|
94260
|
+
* - `force`: always resolves regardless of user's category filter ("Next" = newest)
|
|
94261
|
+
*/
|
|
94262
|
+
const COMPONENT_ALIAS_MAP = {
|
|
94263
|
+
// "Next" aliases — always resolve to v2
|
|
94264
|
+
autocompletenext: { name: 'Autocomplete', category: 'v2', force: true },
|
|
94265
|
+
// V2 aliases — resolve when searching v2 or no category
|
|
94266
|
+
linearprogress: { name: 'LoaderLinear', category: 'v2' },
|
|
94267
|
+
loadingindicator: { name: 'LoaderCircular', category: 'v2' },
|
|
94268
|
+
iconbutton: { name: 'ButtonIcon', category: 'v2' },
|
|
94269
|
+
switchcontrol: { name: 'Switch', category: 'v2' },
|
|
94270
|
+
textfield: { name: 'TextInput', category: 'v2' },
|
|
94271
|
+
headerlayout: { name: 'Header', category: 'v2' },
|
|
94272
|
+
statusbadge: { name: 'BadgeBase', category: 'v2' },
|
|
94273
|
+
middletruncate: { name: 'TextMiddleTruncated', category: 'v2' },
|
|
94274
|
+
middletruncatedtext: { name: 'TextMiddleTruncated', category: 'v2' },
|
|
94275
|
+
truncatedtext: { name: 'TextEndTruncated', category: 'v2' },
|
|
94276
|
+
// V1 aliases — resolve when searching v1 or no category
|
|
94277
|
+
addcommentpopover: { name: 'AddComment', category: 'v1' },
|
|
94278
|
+
addcommentpopup: { name: 'AddComment', category: 'v1' },
|
|
94279
|
+
tablesortlabel: { name: 'Table', category: 'v1' },
|
|
94280
|
+
};
|
|
94281
|
+
|
|
94282
|
+
const resolveComponentAlias = (name, category) => {
|
|
94283
|
+
const alias = COMPONENT_ALIAS_MAP[name.toLowerCase()];
|
|
94284
|
+
if (!alias) {
|
|
94285
|
+
return { resolvedName: name, wasAliased: false };
|
|
94286
|
+
}
|
|
94287
|
+
// Force aliases always resolve (e.g., "Next" components)
|
|
94288
|
+
if (alias.force) {
|
|
94289
|
+
return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
|
|
94290
|
+
}
|
|
94291
|
+
// Skip if user's category conflicts with alias category
|
|
94292
|
+
if (alias.category && category && alias.category !== category) {
|
|
94293
|
+
return { resolvedName: name, wasAliased: false };
|
|
94294
|
+
}
|
|
94295
|
+
return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
|
|
94296
|
+
};
|
|
94297
|
+
|
|
94298
|
+
const findSimilarComponents = (name, allComponents) => {
|
|
94299
|
+
const query = name.toLowerCase();
|
|
94300
|
+
const maxSuggestions = 5;
|
|
94301
|
+
if (query.length === 0) {
|
|
94302
|
+
return [];
|
|
94303
|
+
}
|
|
94304
|
+
const seen = new Set();
|
|
94305
|
+
const scored = [];
|
|
94306
|
+
for (const c of allComponents) {
|
|
94307
|
+
const lower = c.name.toLowerCase();
|
|
94308
|
+
if (seen.has(lower))
|
|
94309
|
+
continue;
|
|
94310
|
+
seen.add(lower);
|
|
94311
|
+
if (lower.startsWith(query) || query.startsWith(lower)) {
|
|
94312
|
+
scored.push({ name: c.name, score: 2 });
|
|
94313
|
+
}
|
|
94314
|
+
else if (lower.includes(query) || query.includes(lower)) {
|
|
94315
|
+
scored.push({ name: c.name, score: 1 });
|
|
94316
|
+
}
|
|
94317
|
+
}
|
|
94318
|
+
scored.sort((a, b) => {
|
|
94319
|
+
if (b.score !== a.score)
|
|
94320
|
+
return b.score - a.score;
|
|
94321
|
+
return Math.abs(a.name.length - name.length) - Math.abs(b.name.length - name.length);
|
|
94322
|
+
});
|
|
94323
|
+
return scored.slice(0, maxSuggestions).map(s => s.name);
|
|
94324
|
+
};
|
|
94325
|
+
|
|
92520
94326
|
const componentDocsToolName = 'get_component_docs';
|
|
92521
94327
|
const componentDocsToolTitle = 'Get Component Docs';
|
|
92522
94328
|
const componentDocsToolDescription = `Get detailed documentation for a specific @corva/ui component.
|
|
92523
|
-
Returns props, examples, description, and links
|
|
94329
|
+
Returns props, examples, description, and links.
|
|
94330
|
+
|
|
94331
|
+
Usage: get_component_docs({ name: "Button" })`;
|
|
92524
94332
|
const componentDocsToolSchema = {
|
|
92525
94333
|
name: z.string().describe("Component name (e.g., 'Button', 'Tooltip', 'DatePicker')"),
|
|
92526
94334
|
category: z
|
|
@@ -92538,19 +94346,49 @@ const handleGetComponentDocs = (args) => {
|
|
|
92538
94346
|
if (!component && (!category || category === 'v1')) {
|
|
92539
94347
|
component = componentsV1.find(c => c.name.toLowerCase() === name.toLowerCase());
|
|
92540
94348
|
}
|
|
94349
|
+
// Step 2: Try alias resolution
|
|
94350
|
+
let aliasNote = '';
|
|
92541
94351
|
if (!component) {
|
|
94352
|
+
const aliasResult = resolveComponentAlias(name, category);
|
|
94353
|
+
if (aliasResult.wasAliased) {
|
|
94354
|
+
const searchCategory = aliasResult.aliasCategory;
|
|
94355
|
+
if (!searchCategory || searchCategory === 'v2') {
|
|
94356
|
+
component = componentsV2.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
|
|
94357
|
+
}
|
|
94358
|
+
if (!component && (!searchCategory || searchCategory === 'v1')) {
|
|
94359
|
+
component = componentsV1.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
|
|
94360
|
+
}
|
|
94361
|
+
if (component) {
|
|
94362
|
+
aliasNote = `> **Note:** "${name}" resolved to **${component.name}** (${component.category}).\n\n`;
|
|
94363
|
+
}
|
|
94364
|
+
}
|
|
94365
|
+
}
|
|
94366
|
+
// Step 3: Suggest similar components
|
|
94367
|
+
if (!component) {
|
|
94368
|
+
const allComponents = [
|
|
94369
|
+
...(!category || category === 'v2' ? componentsV2 : []),
|
|
94370
|
+
...(!category || category === 'v1' ? componentsV1 : []),
|
|
94371
|
+
];
|
|
94372
|
+
const suggestions = findSimilarComponents(name, allComponents);
|
|
94373
|
+
let notFoundMsg = `Component "${name}" not found.`;
|
|
94374
|
+
if (suggestions.length > 0) {
|
|
94375
|
+
notFoundMsg += ` Did you mean: ${suggestions.join(', ')}?`;
|
|
94376
|
+
}
|
|
94377
|
+
notFoundMsg += ' Use search_corva_ui to find available components.';
|
|
92542
94378
|
return {
|
|
92543
|
-
response: createToolResponse(
|
|
94379
|
+
response: createToolResponse(notFoundMsg),
|
|
92544
94380
|
found: false,
|
|
92545
94381
|
};
|
|
92546
94382
|
}
|
|
92547
94383
|
const propsSection = formatProps(component.props);
|
|
92548
94384
|
const examplesSection = formatExamples(component.examples);
|
|
92549
|
-
const text =
|
|
94385
|
+
const text = `${aliasNote}# ${component.name}
|
|
92550
94386
|
|
|
92551
94387
|
**Category:** ${component.category}
|
|
92552
94388
|
**Import:** \`import { ${component.name} } from '${component.importPath}';\`
|
|
92553
|
-
${component.isExperimental
|
|
94389
|
+
${component.isExperimental
|
|
94390
|
+
? '**Experimental** - Recently added component, fully functional and safe to use.\n'
|
|
94391
|
+
: ''}${component.isDeprecated ? '❌ **Deprecated**\n' : ''}
|
|
92554
94392
|
|
|
92555
94393
|
${component.description}
|
|
92556
94394
|
|
|
@@ -92570,7 +94408,9 @@ ${examplesSection}
|
|
|
92570
94408
|
const hookDocsToolName = 'get_hook_docs';
|
|
92571
94409
|
const hookDocsToolTitle = 'Get Hook Docs';
|
|
92572
94410
|
const hookDocsToolDescription = `Get documentation for a @corva/ui hook.
|
|
92573
|
-
Returns parameters, return type, and usage examples
|
|
94411
|
+
Returns parameters, return type, and usage examples.
|
|
94412
|
+
|
|
94413
|
+
Usage: get_hook_docs({ name: "useSubscriptions" })`;
|
|
92574
94414
|
const hookDocsToolSchema = {
|
|
92575
94415
|
name: z.string().describe("Hook name (e.g., 'useSubscriptions', 'useOutsideClick')"),
|
|
92576
94416
|
};
|
|
@@ -92602,47 +94442,154 @@ ${paramsSection}
|
|
|
92602
94442
|
const themeDocsToolName = 'get_theme_docs';
|
|
92603
94443
|
const themeDocsToolTitle = 'Get Theme Docs';
|
|
92604
94444
|
const themeDocsToolDescription = `Get @corva/ui theme documentation.
|
|
92605
|
-
Returns color palette, CSS variables,
|
|
94445
|
+
Returns color palette (dark/light), CSS variables, SCSS variables,
|
|
94446
|
+
SCSS functions/mixins, spacing, typography, transitions, z-index tokens, and usage examples.
|
|
94447
|
+
|
|
94448
|
+
Available sections: palette, css-variables, scss-variables, scss-functions,
|
|
94449
|
+
scss-mixins, spacing, typography, transition, z-index, usage, all.
|
|
94450
|
+
|
|
94451
|
+
Usage: get_theme_docs({ section: "palette" })`;
|
|
94452
|
+
const SECTIONS = [
|
|
94453
|
+
'palette',
|
|
94454
|
+
'css-variables',
|
|
94455
|
+
'scss-variables',
|
|
94456
|
+
'scss-functions',
|
|
94457
|
+
'scss-mixins',
|
|
94458
|
+
'spacing',
|
|
94459
|
+
'typography',
|
|
94460
|
+
'transition',
|
|
94461
|
+
'z-index',
|
|
94462
|
+
'usage',
|
|
94463
|
+
'all',
|
|
94464
|
+
'variables', // backward compat alias for css-variables
|
|
94465
|
+
];
|
|
92606
94466
|
const themeDocsToolSchema = {
|
|
92607
|
-
section: z
|
|
92608
|
-
|
|
92609
|
-
|
|
92610
|
-
|
|
94467
|
+
section: z.enum(SECTIONS).optional().describe('Which section to retrieve (default: all)'),
|
|
94468
|
+
};
|
|
94469
|
+
const buildPaletteSection = (includeLight = false) => {
|
|
94470
|
+
let text = `${h2('Color Palette (Dark Theme)')}`;
|
|
94471
|
+
for (const [name, group] of Object.entries(theme.palette)) {
|
|
94472
|
+
text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), group);
|
|
94473
|
+
}
|
|
94474
|
+
if (!includeLight || !theme.lightPalette) {
|
|
94475
|
+
return text;
|
|
94476
|
+
}
|
|
94477
|
+
text += `\n${h2('Light Theme Overrides')}\n`;
|
|
94478
|
+
text += 'The light theme shares most colors with the dark theme. Key differences:\n\n';
|
|
94479
|
+
for (const [name, group] of Object.entries(theme.lightPalette)) {
|
|
94480
|
+
const darkGroup = theme.palette[name];
|
|
94481
|
+
if (!darkGroup)
|
|
94482
|
+
continue;
|
|
94483
|
+
const diffs = Object.entries(group).filter(([key, val]) => darkGroup[key]?.value !== val.value);
|
|
94484
|
+
if (diffs.length > 0) {
|
|
94485
|
+
text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), Object.fromEntries(diffs));
|
|
94486
|
+
}
|
|
94487
|
+
}
|
|
94488
|
+
return text;
|
|
94489
|
+
};
|
|
94490
|
+
const buildCssVariablesSection = () => `${h2('CSS Variables')}All CSS custom properties available via theme data attributes ` +
|
|
94491
|
+
`(\`[data-corva-theme-dark]\` / \`[data-corva-theme-light]\`).\n\n${formatCssVariables(theme.cssVariables)}`;
|
|
94492
|
+
const buildScssVariablesSection = () => `${h2('SCSS Variables')}SCSS variables that map to CSS custom properties. ` +
|
|
94493
|
+
`Import via \`@import '@corva/ui/styles/common'\`.\n\n${formatScssVariables(theme.scssVariables)}`;
|
|
94494
|
+
const buildScssFunctionsSection = () => `${h2('SCSS Functions')}Available after importing \`@corva/ui/styles/common\`.\n\n${formatScssFunctions(theme.scssFunctions)}`;
|
|
94495
|
+
const buildScssMixinsSection = () => `${h2('SCSS Mixins')}Available after importing \`@corva/ui/styles/common\`.\n\n${formatScssMixins(theme.scssMixins)}`;
|
|
94496
|
+
const buildSpacingSection = () => h2('Spacing') + formatSpacing(theme.spacing);
|
|
94497
|
+
const buildTypographySection = () => h2('Typography') + formatTypography(theme.typography);
|
|
94498
|
+
const buildZIndexSection = () => h2('Z-Index') + formatZIndex(theme.zIndex);
|
|
94499
|
+
const buildTransitionSection = () => h2('Transitions') + formatTransition(theme.transition);
|
|
94500
|
+
const buildUsageSection = () => {
|
|
94501
|
+
const sections = [
|
|
94502
|
+
`${h2('Usage Guide')}### 1. JSS (Material-UI makeStyles)\n${codeBlock("import { theme } from '@corva/ui/config';\n\n" +
|
|
94503
|
+
"const primaryColor = theme.palette.primary.main; // '#03BCD4'\n" +
|
|
94504
|
+
'const bgColor = theme.palette.background.b4;', 'tsx')}`,
|
|
94505
|
+
`### 2. CSS Variables\n${codeBlock('.my-element {\n' +
|
|
94506
|
+
' color: var(--palette-primary-main);\n' +
|
|
94507
|
+
' background: var(--palette-background-b-4);\n' +
|
|
94508
|
+
'}', 'css')}`,
|
|
94509
|
+
`### 3. SCSS Variables\n${codeBlock("@import '@corva/ui/styles/common';\n\n" +
|
|
94510
|
+
'.my-element {\n' +
|
|
94511
|
+
' color: $palette_primary_main;\n' +
|
|
94512
|
+
' background: $palette_b4;\n' +
|
|
94513
|
+
'}', 'scss')}`,
|
|
94514
|
+
`### 4. SCSS Functions\n${codeBlock('// Alpha transparency\n' +
|
|
94515
|
+
'background: colorAlpha($palette_primary_main, 0.5);\n\n' +
|
|
94516
|
+
'// Spacing (base unit: 8px)\n' +
|
|
94517
|
+
'padding: spacing(2); // 16px\n' +
|
|
94518
|
+
'margin: spacing(1, 2); // 8px 16px\n\n' +
|
|
94519
|
+
'// Transitions\n' +
|
|
94520
|
+
'transition: transition(opacity, transform);', 'scss')}`,
|
|
94521
|
+
`### 5. SCSS Mixins\n${codeBlock('.scrollable-container {\n' +
|
|
94522
|
+
' --corvaui-background: var(--palette-background-b-4);\n' +
|
|
94523
|
+
' @include verticalFadePseudoElements(2);\n' +
|
|
94524
|
+
'}', 'scss')}`,
|
|
94525
|
+
];
|
|
94526
|
+
return sections.join('\n\n');
|
|
94527
|
+
};
|
|
94528
|
+
const buildAllSection = () => {
|
|
94529
|
+
const counts = [
|
|
94530
|
+
`${Object.values(theme.palette).reduce((n, g) => n + Object.keys(g).length, 0)} palette colors`,
|
|
94531
|
+
`${theme.cssVariables.length} CSS variables`,
|
|
94532
|
+
`${theme.scssVariables.length} SCSS variable aliases`,
|
|
94533
|
+
`${theme.scssFunctions.length} SCSS functions`,
|
|
94534
|
+
`${theme.scssMixins.length} SCSS mixins`,
|
|
94535
|
+
`${Object.keys(theme.zIndex).length} z-index tokens`,
|
|
94536
|
+
];
|
|
94537
|
+
const availableSections = SECTIONS.filter(s => s !== 'all' && s !== 'variables')
|
|
94538
|
+
.map(s => `\`${s}\``)
|
|
94539
|
+
.join(', ');
|
|
94540
|
+
const tokenSummary = `${h2('Token Summary') + counts.map(c => `- ${c}`).join('\n')}\n\nUse \`get_theme_docs\` with a specific section for full details: ${availableSections}`;
|
|
94541
|
+
return join(h1('@corva/ui Theme'), buildPaletteSection(false), tokenSummary, buildSpacingSection(), buildTypographySection(), buildTransitionSection(), buildZIndexSection(), buildUsageSection());
|
|
92611
94542
|
};
|
|
92612
94543
|
const handleGetThemeDocs = (args) => {
|
|
92613
94544
|
const { section = 'all' } = args;
|
|
92614
|
-
|
|
92615
|
-
|
|
92616
|
-
|
|
92617
|
-
|
|
92618
|
-
|
|
92619
|
-
|
|
92620
|
-
|
|
92621
|
-
|
|
92622
|
-
|
|
92623
|
-
|
|
92624
|
-
|
|
92625
|
-
|
|
92626
|
-
|
|
92627
|
-
|
|
92628
|
-
|
|
92629
|
-
|
|
92630
|
-
|
|
94545
|
+
const resolvedSection = section === 'variables' ? 'css-variables' : section;
|
|
94546
|
+
let text;
|
|
94547
|
+
switch (resolvedSection) {
|
|
94548
|
+
case 'palette':
|
|
94549
|
+
text = join(h1('@corva/ui Theme — Palette'), buildPaletteSection(true));
|
|
94550
|
+
break;
|
|
94551
|
+
case 'css-variables':
|
|
94552
|
+
text = join(h1('@corva/ui Theme — CSS Variables'), buildCssVariablesSection());
|
|
94553
|
+
break;
|
|
94554
|
+
case 'scss-variables':
|
|
94555
|
+
text = join(h1('@corva/ui Theme — SCSS Variables'), buildScssVariablesSection());
|
|
94556
|
+
break;
|
|
94557
|
+
case 'scss-functions':
|
|
94558
|
+
text = join(h1('@corva/ui Theme — SCSS Functions'), buildScssFunctionsSection());
|
|
94559
|
+
break;
|
|
94560
|
+
case 'scss-mixins':
|
|
94561
|
+
text = join(h1('@corva/ui Theme — SCSS Mixins'), buildScssMixinsSection());
|
|
94562
|
+
break;
|
|
94563
|
+
case 'spacing':
|
|
94564
|
+
text = join(h1('@corva/ui Theme — Spacing'), buildSpacingSection());
|
|
94565
|
+
break;
|
|
94566
|
+
case 'typography':
|
|
94567
|
+
text = join(h1('@corva/ui Theme — Typography'), buildTypographySection());
|
|
94568
|
+
break;
|
|
94569
|
+
case 'transition':
|
|
94570
|
+
text = join(h1('@corva/ui Theme — Transitions'), buildTransitionSection());
|
|
94571
|
+
break;
|
|
94572
|
+
case 'z-index':
|
|
94573
|
+
text = join(h1('@corva/ui Theme — Z-Index'), buildZIndexSection());
|
|
94574
|
+
break;
|
|
94575
|
+
case 'usage':
|
|
94576
|
+
text = join(h1('@corva/ui Theme — Usage Guide'), buildUsageSection());
|
|
94577
|
+
break;
|
|
94578
|
+
default:
|
|
94579
|
+
text = buildAllSection();
|
|
92631
94580
|
}
|
|
92632
|
-
text += '\n\n## Usage\n\n';
|
|
92633
|
-
text += "```tsx\nimport { theme } from '@corva/ui/config';\n\n";
|
|
92634
|
-
text += '// Access palette colors\n';
|
|
92635
|
-
text += "const primaryColor = theme.palette.primary.main; // '#03BCD4'\n```";
|
|
92636
94581
|
return {
|
|
92637
94582
|
response: createToolResponse(text),
|
|
92638
|
-
section,
|
|
94583
|
+
section: resolvedSection,
|
|
92639
94584
|
};
|
|
92640
94585
|
};
|
|
92641
94586
|
|
|
92642
94587
|
const listToolName = 'list_corva_ui';
|
|
92643
94588
|
const listToolTitle = 'List @corva/ui';
|
|
92644
94589
|
const listToolDescription = `List all available items in @corva/ui by category.
|
|
92645
|
-
Useful to see what's available before searching
|
|
94590
|
+
Useful to see what's available before searching.
|
|
94591
|
+
|
|
94592
|
+
Usage: list_corva_ui({ type: "components-v2" })`;
|
|
92646
94593
|
const listToolSchema = {
|
|
92647
94594
|
type: z
|
|
92648
94595
|
.enum([
|
|
@@ -92768,22 +94715,34 @@ const handleList = (args) => {
|
|
|
92768
94715
|
const constantsDocsToolName = 'get_constants_docs';
|
|
92769
94716
|
const constantsDocsToolTitle = 'Get Constants Docs';
|
|
92770
94717
|
const constantsDocsToolDescription = `Get documentation for @corva/ui constants.
|
|
92771
|
-
Returns constant values, namespaces, and usage info
|
|
94718
|
+
Returns constant values, namespaces, and usage info.
|
|
94719
|
+
|
|
94720
|
+
Usage: get_constants_docs({ name: "ASSET_TYPES" })`;
|
|
92772
94721
|
const constantsDocsToolSchema = {
|
|
92773
|
-
|
|
92774
|
-
.string()
|
|
92775
|
-
.describe("Namespace (e.g., 'drillstring', 'alerts') or constant name (e.g., 'ASSET_TYPES')"),
|
|
94722
|
+
name: z.string().describe("Namespace or constant name (e.g., 'drillstring', 'ASSET_TYPES')"),
|
|
92776
94723
|
};
|
|
92777
94724
|
const handleGetConstantsDocs = (args) => {
|
|
92778
|
-
const {
|
|
92779
|
-
const namespaceLower =
|
|
94725
|
+
const { name } = args;
|
|
94726
|
+
const namespaceLower = name.toLowerCase();
|
|
92780
94727
|
// Find matching constants by namespace or name
|
|
92781
94728
|
const matches = constants.filter(c => c.namespace?.toLowerCase() === namespaceLower ||
|
|
92782
94729
|
c.name.toLowerCase() === namespaceLower ||
|
|
92783
|
-
c.name.toLowerCase().includes(namespaceLower)
|
|
94730
|
+
c.name.toLowerCase().includes(namespaceLower) ||
|
|
94731
|
+
c.namespace?.toLowerCase().includes(namespaceLower) ||
|
|
94732
|
+
namespaceLower.includes(c.namespace?.toLowerCase() ?? '\0'));
|
|
92784
94733
|
if (matches.length === 0) {
|
|
94734
|
+
const queryLower = namespaceLower;
|
|
94735
|
+
let suggestion = 'Use list_corva_ui with type "constants" to see available constants.';
|
|
94736
|
+
if (queryLower.includes('api') || queryLower.includes('url')) {
|
|
94737
|
+
suggestion =
|
|
94738
|
+
'API-related constants may live in client modules. Try get_client_docs or search_corva_ui with your query.';
|
|
94739
|
+
}
|
|
94740
|
+
else if (queryLower.includes('metric')) {
|
|
94741
|
+
suggestion =
|
|
94742
|
+
'Metrics config may live in utility modules. Try search_corva_ui with type "util" and query "metrics".';
|
|
94743
|
+
}
|
|
92785
94744
|
return {
|
|
92786
|
-
response: createToolResponse(`No constants found for "${
|
|
94745
|
+
response: createToolResponse(`No constants found for "${name}". ${suggestion}`),
|
|
92787
94746
|
found: false,
|
|
92788
94747
|
matchCount: 0,
|
|
92789
94748
|
};
|
|
@@ -92816,8 +94775,8 @@ ${c.value !== '[namespace]' ? `**Value:** \`${JSON.stringify(c.value, null, 2)}\
|
|
|
92816
94775
|
.map(c => `- **${c.name}**: ${c.description}\n Import: \`${c.importPath}\``)
|
|
92817
94776
|
.join('\n\n');
|
|
92818
94777
|
const title = exactNamespaceMatches.length > 0
|
|
92819
|
-
? `Constants in "${
|
|
92820
|
-
: `Constants matching "${
|
|
94778
|
+
? `Constants in "${name}" namespace`
|
|
94779
|
+
: `Constants matching "${name}"`;
|
|
92821
94780
|
return {
|
|
92822
94781
|
response: createToolResponse(`# ${title}\n\n${displayMatches.length} constant(s) found:\n\n${formatted}`),
|
|
92823
94782
|
found: true,
|
|
@@ -92828,7 +94787,9 @@ ${c.value !== '[namespace]' ? `**Value:** \`${JSON.stringify(c.value, null, 2)}\
|
|
|
92828
94787
|
const clientDocsToolName = 'get_client_docs';
|
|
92829
94788
|
const clientDocsToolTitle = 'Get Client Docs';
|
|
92830
94789
|
const clientDocsToolDescription = `Get documentation for @corva/ui API clients.
|
|
92831
|
-
Returns methods, parameters, and API endpoints from Swagger documentation
|
|
94790
|
+
Returns methods, parameters, and API endpoints from Swagger documentation.
|
|
94791
|
+
|
|
94792
|
+
Usage: get_client_docs({ name: "corvaAPI" })`;
|
|
92832
94793
|
const clientDocsToolSchema = {
|
|
92833
94794
|
name: z.string().describe("Client name (e.g., 'corvaAPI', 'socketClient', 'corvaDataAPI')"),
|
|
92834
94795
|
tag: z
|
|
@@ -93285,4 +95246,3 @@ main().catch(error => {
|
|
|
93285
95246
|
logger.error('Fatal error', error);
|
|
93286
95247
|
process.exit(1);
|
|
93287
95248
|
});
|
|
93288
|
-
//# sourceMappingURL=server.mjs.map
|